summaryrefslogtreecommitdiff
path: root/event/battle_tower.asm
diff options
context:
space:
mode:
Diffstat (limited to 'event/battle_tower.asm')
-rw-r--r--event/battle_tower.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/event/battle_tower.asm b/event/battle_tower.asm
index 03d24a972..9c494b168 100644
--- a/event/battle_tower.asm
+++ b/event/battle_tower.asm
@@ -302,7 +302,7 @@ VerifyUniqueness: ; 8b2e9
.nextmon: ; 8b31a
push bc
- ld bc, PartyMon2 - PartyMon1
+ ld bc, PARTYMON_STRUCT_LENGTH
add hl, bc
inc de
pop bc