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/bugs_and_glitches.md | |
parent | f404af8a4326e4cc632a3810ff77a013c1d3e24f (diff) | |
parent | 3d34f5a5a371ad2b9979ae36763cdfb52c581dab (diff) |
Merge pull request #477 from mid-kid/master
Medium-sized cleanups
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r-- | docs/bugs_and_glitches.md | 2 |
1 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 |