summaryrefslogtreecommitdiff
path: root/predef
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-04 11:19:58 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-04 11:31:00 -0500
commit739bb3c1363de40ea0f4320e041da1488b084c41 (patch)
tree891ac06dc4f50fb70dd65bc168437d0b315215b9 /predef
parent14e0da51164d418b9eb347ed21a2a753393e8883 (diff)
Replace party struct relative values with EQUS constants
Diffstat (limited to 'predef')
-rw-r--r--predef/cgb.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/predef/cgb.asm b/predef/cgb.asm
index b5c7aedf7..c15265db5 100644
--- a/predef/cgb.asm
+++ b/predef/cgb.asm
@@ -615,7 +615,7 @@ Function91e4: ; 91e4
.asm_91f5
ld hl, PartyMon1DVs
- ld bc, PartyMon2 - PartyMon1
+ ld bc, PARTYMON_STRUCT_LENGTH
ld a, [CurPartyMon]
call AddNTimes
ld c, l