diff options
author | DeeDeeG <DeeDeeG@users.noreply.github.com> | 2019-03-12 14:37:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-12 14:37:24 -0400 |
commit | f4c0806eb88050220cdd5a26f5a1514896ce9984 (patch) | |
tree | 7d074c4b9c16490240630089aaa6dbade9db0cbe | |
parent | 67ff4b0c94ddc6dc165bb9bd0123d9c8e303a669 (diff) |
bugs_and_glitches.md: Fix embedded image links
-rw-r--r-- | docs/bugs_and_glitches.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 203d6b5aa..d5fb2b7bb 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -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): - + **Fix:** Lower the ellipsis by two pixels: - + ## 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): - + **Fix:** Adjust them to match the right-hand corner tiles: - + ## `LoadMetatiles` wraps around past 128 blocks |