summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-03-12 22:55:40 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2019-03-12 22:55:40 -0400
commit2ffbde764ec46d49e696df1f7d8b4b038638afad (patch)
tree0ea7679b50398ce67fa81b2fb8164c1405e25cf8 /docs
parent2deb46b3f3daf3690becce5917b7ffc63c91d2e7 (diff)
Minor code+docs fixes
Diffstat (limited to 'docs')
-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 53b6e9562..4e6c74a99 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
-