diff options
Diffstat (limited to 'sram.asm')
-rw-r--r-- | sram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ sMainDataCheckSum:: db box_n = 0 boxes: MACRO REPT \1 -box_n = box_n + 1 +box_n += 1 sBox{d:box_n}:: ds wBoxDataEnd - wBoxDataStart ENDR ENDM |