diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-04 02:42:11 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-04 02:42:11 -0400 |
commit | b565e6a9dc5f54fad37f750ae546e2334a6c66e5 (patch) | |
tree | 8c626d1b42090a313d74a05d20ce5406956214d6 /engine/battle/start_battle.asm | |
parent | 89c2646ccaa2c9a0afb358c1d9738e9bb0d42c97 (diff) |
Miscellaneous reorganization fixes
Diffstat (limited to 'engine/battle/start_battle.asm')
-rw-r--r-- | engine/battle/start_battle.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/start_battle.asm b/engine/battle/start_battle.asm index 5c2a633a8..f5fc4a6b0 100644 --- a/engine/battle/start_battle.asm +++ b/engine/battle/start_battle.asm @@ -16,7 +16,7 @@ FindFirstAliveMonAndStartBattle: xor a ld [hMapAnims], a call DelayFrame - ld b, 6 + ld b, PARTY_LENGTH ld hl, wPartyMon1HP ld de, PARTYMON_STRUCT_LENGTH - 1 |