mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
ASSERT LOW(wSpriteStateData1) == 0 && LOW(wSpriteStateData2) == 0
This commit is contained in:
parent
7ee8a6509e
commit
f1285f8584
2
wram.asm
2
wram.asm
|
@ -143,7 +143,7 @@ ENDR
|
|||
; The high byte of a pointer to anywhere within wSpriteStateData1 can be incremented
|
||||
; to reach within wSpriteStateData2, and vice-versa for decrementing.
|
||||
ASSERT HIGH(wSpriteStateData1) + 1 == HIGH(wSpriteStateData2)
|
||||
ASSERT LOW(wSpriteStateData1) == 0
|
||||
ASSERT LOW(wSpriteStateData1) == 0 && LOW(wSpriteStateData2) == 0
|
||||
|
||||
wSpriteDataEnd::
|
||||
|
||||
|
|
Loading…
Reference in a new issue