Minor code+docs fixes

This commit is contained in:
Rangi
2019-03-12 22:55:40 -04:00
parent 2deb46b3f3
commit 2ffbde764e
2 changed files with 2 additions and 2 deletions

View File

@@ -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
-