summaryrefslogtreecommitdiff
path: root/event/magikarp.asm
diff options
context:
space:
mode:
Diffstat (limited to 'event/magikarp.asm')
-rw-r--r--event/magikarp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/event/magikarp.asm b/event/magikarp.asm
index 46939ee97..a60d90336 100644
--- a/event/magikarp.asm
+++ b/event/magikarp.asm
@@ -16,7 +16,7 @@ Special_CheckMagikarpLength: ; fbb32
; Now let's compute its length based on its DVs and ID.
ld a, [CurPartyMon]
ld hl, PartyMon1Species
- ld bc, PartyMon2 - PartyMon1
+ ld bc, PARTYMON_STRUCT_LENGTH
call AddNTimes
push hl
ld bc, MON_DVS