diff options
author | yenatch <yenatch@gmail.com> | 2018-02-25 20:12:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-25 20:12:59 -0500 |
commit | f44f306cfd4b438d0ba2f56b61be4b118ef3274b (patch) | |
tree | b7444d7ddc95703ef9e3a2f5a2f14c21664bb8f8 /docs | |
parent | f404af8a4326e4cc632a3810ff77a013c1d3e24f (diff) | |
parent | 3d34f5a5a371ad2b9979ae36763cdfb52c581dab (diff) |
Merge pull request #477 from mid-kid/master
Medium-sized cleanups
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bugs_and_glitches.md | 2 | ||||
-rw-r--r-- | docs/images/hp_exp_bar_border_fix.png | bin | 187 -> 166 bytes | |||
-rw-r--r-- | docs/images/port_fix.png | bin | 1547 -> 1526 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 5abf9d08a..24b147942 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -261,7 +261,7 @@ This is a bug with `CheckPlayerHasUsableMoves` in [engine/battle/core.asm](/engi ret nz .force_struggle - ld hl, BattleText_PkmnHasNoMovesLeft + ld hl, BattleText_MonHasNoMovesLeft call StdBattleTextBox ld c, 60 call DelayFrames diff --git a/docs/images/hp_exp_bar_border_fix.png b/docs/images/hp_exp_bar_border_fix.png Binary files differindex 26135576f..dd79d6636 100644 --- a/docs/images/hp_exp_bar_border_fix.png +++ b/docs/images/hp_exp_bar_border_fix.png diff --git a/docs/images/port_fix.png b/docs/images/port_fix.png Binary files differindex 3156b065d..45fa26338 100644 --- a/docs/images/port_fix.png +++ b/docs/images/port_fix.png |