summaryrefslogtreecommitdiff
path: root/sram.asm
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 /sram.asm
parent14e0da51164d418b9eb347ed21a2a753393e8883 (diff)
Replace party struct relative values with EQUS constants
Diffstat (limited to 'sram.asm')
-rw-r--r--sram.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/sram.asm b/sram.asm
index 04a1bfdaa..8046fd1db 100644
--- a/sram.asm
+++ b/sram.asm
@@ -9,12 +9,12 @@ sScratch::
SECTION "SRAM Bank 0", SRAM [$a600], BANK [0]
-s0_a600:: ds 6 * (party_struct_length + PartyMon1 - PartyMon1Item)
-s0_a71a:: ds 6 * (party_struct_length + PartyMon1 - PartyMon1Item)
+s0_a600:: ds 6 * (SCRATCHMON_STRUCT_LENGTH)
+s0_a71a:: ds 6 * (SCRATCHMON_STRUCT_LENGTH)
s0_a834:: ds 1
-s0_a835:: ds 10 * (party_struct_length + PartyMon1 - PartyMon1Item)
+s0_a835:: ds 10 * (SCRATCHMON_STRUCT_LENGTH)
s0_aa0b:: ds 1
-s0_aa0c:: ds 10 * (party_struct_length + PartyMon1 - PartyMon1Item)
+s0_aa0c:: ds 10 * (SCRATCHMON_STRUCT_LENGTH)
sMysteryGiftItem:: ds 1
s0_abe3:: ds 1