summaryrefslogtreecommitdiff
path: root/engine/battle/start_battle.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-07-04 02:42:11 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-07-04 02:42:11 -0400
commitb565e6a9dc5f54fad37f750ae546e2334a6c66e5 (patch)
tree8c626d1b42090a313d74a05d20ce5406956214d6 /engine/battle/start_battle.asm
parent89c2646ccaa2c9a0afb358c1d9738e9bb0d42c97 (diff)
Miscellaneous reorganization fixes
Diffstat (limited to 'engine/battle/start_battle.asm')
-rw-r--r--engine/battle/start_battle.asm2
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