summaryrefslogtreecommitdiff
path: root/docs/bugs_and_glitches.md
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-04-23 19:07:41 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2019-04-23 19:07:41 -0400
commitcca2afe8273875723092c60e3c8e112c280f4384 (patch)
tree1170d6dffc9fcf97b87345e7fa4bbd60c603787a /docs/bugs_and_glitches.md
parente4d60b4e5bdbb2303452e3c7f470e6eb02cae68c (diff)
More fixes for fixes
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r--docs/bugs_and_glitches.md5
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