diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-04-23 19:07:41 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-04-23 19:07:41 -0400 |
commit | cca2afe8273875723092c60e3c8e112c280f4384 (patch) | |
tree | 1170d6dffc9fcf97b87345e7fa4bbd60c603787a /docs | |
parent | e4d60b4e5bdbb2303452e3c7f470e6eb02cae68c (diff) |
More fixes for fixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bugs_and_glitches.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index a3a137dfb..c9437b3e1 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -1711,6 +1711,7 @@ This supports up to six entries. call ValidateTempWildMonSpecies jr c, .nowildbattle +- ld a, b ; This is in the wrong place. cp UNOWN jr nz, .done ``` @@ -1726,7 +1727,7 @@ This supports up to six entries. ld de, 3 ld hl, .pointers call IsInArray - jr nc, .nope_bugged + jr nc, .nope pop bc inc hl @@ -1735,7 +1736,7 @@ This supports up to six entries. ld l, a jp hl - .nope_bugged + .nope - ; pop bc + pop bc xor a |