summaryrefslogtreecommitdiff
path: root/sram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-07 13:05:58 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-07 13:05:58 -0500
commiteb39f6a3396b21047a11dd871263c6dbc5f2c65f (patch)
tree503ffba1dc2a2e085a2d63de2fa4e8ec9babf075 /sram.asm
parent2cbb1acc6e3bc5fe30d1be8f665d2252703518ac (diff)
Move MON_* parentheses to the EQUS declaration
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 9656636af..67a4b73e9 100644
--- a/sram.asm
+++ b/sram.asm
@@ -9,12 +9,12 @@ sScratch::
SECTION "SRAM Bank 0", SRAM [$a600], BANK [0]
-sPartyScratch1:: ds 6 * (SCRATCHMON_STRUCT_LENGTH)
-sPartyScratch2:: ds 6 * (SCRATCHMON_STRUCT_LENGTH)
+sPartyScratch1:: ds 6 * SCRATCHMON_STRUCT_LENGTH
+sPartyScratch2:: ds 6 * SCRATCHMON_STRUCT_LENGTH
s0_a834:: ds 1
-s0_a835:: ds 10 * (SCRATCHMON_STRUCT_LENGTH)
+s0_a835:: ds 10 * SCRATCHMON_STRUCT_LENGTH
s0_aa0b:: ds 1
-s0_aa0c:: ds 10 * (SCRATCHMON_STRUCT_LENGTH)
+s0_aa0c:: ds 10 * SCRATCHMON_STRUCT_LENGTH
sMysteryGiftItem:: ds 1
s0_abe3:: ds 1