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 18f89d64..a4c9a38c 100644
--- a/sram.asm
+++ b/sram.asm
@@ -47,5 +47,5 @@ sBank3AllBoxesChecksum:: db
sBank3IndividualBoxChecksums:: ds 6
; All 12 boxes fit within 2 SRAM banks
- assert box_n == NUM_BOXES, \
+ ASSERT box_n == NUM_BOXES, \
"boxes: Expected {d:NUM_BOXES} total boxes, got {d:box_n}"