There was an error while loading. Please reload this page.
ASSERT LOW(wSpriteStateData1) == 0 && LOW(wSpriteStateData2) == 0
1 parent 7ee8a65 commit f1285f8Copy full SHA for f1285f8
wram.asm
@@ -143,7 +143,7 @@ ENDR
143
; The high byte of a pointer to anywhere within wSpriteStateData1 can be incremented
144
; to reach within wSpriteStateData2, and vice-versa for decrementing.
145
ASSERT HIGH(wSpriteStateData1) + 1 == HIGH(wSpriteStateData2)
146
-ASSERT LOW(wSpriteStateData1) == 0
+ASSERT LOW(wSpriteStateData1) == 0 && LOW(wSpriteStateData2) == 0
147
148
wSpriteDataEnd::
149
0 commit comments