diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-03-14 18:56:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-14 18:56:22 -0400 |
commit | 27052bf60a527797f97b0e027a43a5766dc3a0a6 (patch) | |
tree | 7d074c4b9c16490240630089aaa6dbade9db0cbe /docs/bugs_and_glitches.md | |
parent | 2deb46b3f3daf3690becce5917b7ffc63c91d2e7 (diff) | |
parent | f4c0806eb88050220cdd5a26f5a1514896ce9984 (diff) |
Merge pull request #615 from DeeDeeG/docs-fix
bugs_and_glitches.md: Minor formatting fixes
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r-- | docs/bugs_and_glitches.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 53b6e9562..d5fb2b7bb 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -307,8 +307,8 @@ Then edit four routines in [engine/battle/effect_commands.asm](https://github.co ld hl, HurtItselfText call StdBattleTextBox - call HitSelfInConfusion + call HitSelfInConfusion - call BattleCommand_DamageCalc + call ConfusionDamageCalc call BattleCommand_LowerSub @@ -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 |