summaryrefslogtreecommitdiff
path: root/sram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'sram.asm')
-rw-r--r--sram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sram.asm b/sram.asm
index b0f291a6..4ec53892 100644
--- a/sram.asm
+++ b/sram.asm
@@ -144,7 +144,7 @@ sBackupPlayerData2:: ds wPlayerData2End - wPlayerData2
box_n = 0
boxes: MACRO
rept \1
-box_n = box_n + 1
+box_n += 1
sBox{d:box_n}:: box sBox{d:box_n}
endr
ENDM