summaryrefslogtreecommitdiff
path: root/docs/bugs_and_glitches.md
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2019-03-14 18:56:39 -0400
committerGitHub <noreply@github.com>2019-03-14 18:56:39 -0400
commit179dc85ba1464ce6ec358f54a638e1dd70fb8283 (patch)
tree27e8cfe2b50d7d16bc53beeeb57bf416afb8a988 /docs/bugs_and_glitches.md
parent27052bf60a527797f97b0e027a43a5766dc3a0a6 (diff)
parent2ffbde764ec46d49e696df1f7d8b4b038638afad (diff)
Merge pull request #616 from Rangi42/master
Minor code+docs fixes
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r--docs/bugs_and_glitches.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md
index d5fb2b7bb..2d2b48fba 100644
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -1137,7 +1137,7 @@ Then edit [engine/battle/start_battle.asm](https://github.com/pret/pokecrystal/b
xor a
ldh [hMapAnims], a
call DelayFrame
-- ld b, 6
+- ld b, PARTY_LENGTH
- ld hl, wPartyMon1HP
- ld de, PARTYMON_STRUCT_LENGTH - 1
-