bugs_and_glitches.md: Fix embedded image links

This commit is contained in:
DeeDeeG 2019-03-12 14:37:24 -04:00 committed by GitHub
parent 67ff4b0c94
commit f4c0806eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1327,22 +1327,22 @@ The exact cause of this bug is unknown.
This is a mistake with the “`…`” tile in [gfx/battle/hp_exp_bar_border.png](https://github.com/pret/pokecrystal/blob/master/gfx/battle/hp_exp_bar_border.png):
![image](https://raw.githubusercontent.com/pret/pokecrystal/blob/master/gfx/battle/hp_exp_bar_border.png)
![image](https://raw.githubusercontent.com/pret/pokecrystal/master/gfx/battle/hp_exp_bar_border.png)
**Fix:** Lower the ellipsis by two pixels:
![image](https://raw.githubusercontent.com/pret/pokecrystal/blob/master/docs/images/hp_exp_bar_border.png)
![image](https://raw.githubusercontent.com/pret/pokecrystal/master/docs/images/hp_exp_bar_border.png)
## Two tiles in the `port` tileset are drawn incorrectly
This is a mistake with the left-hand warp carpet corner tiles in [gfx/tilesets/port.png](https://github.com/pret/pokecrystal/blob/master/gfx/tilesets/port.png):
![image](https://raw.githubusercontent.com/pret/pokecrystal/blob/master/gfx/tilesets/port.png)
![image](https://raw.githubusercontent.com/pret/pokecrystal/master/gfx/tilesets/port.png)
**Fix:** Adjust them to match the right-hand corner tiles:
![image](https://raw.githubusercontent.com/pret/pokecrystal/blob/master/docs/images/port.png)
![image](https://raw.githubusercontent.com/pret/pokecrystal/master/docs/images/port.png)
## `LoadMetatiles` wraps around past 128 blocks