mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-03-21 17:45:52 -05:00
This commit is contained in:
parent
9f30c9741c
commit
eb0a3e8208
30
ram/wram.asm
30
ram/wram.asm
|
|
@ -806,21 +806,21 @@ wUnknownBuffercc9e::
|
|||
ds 14
|
||||
|
||||
|
||||
wSpriteCurPosX : ds 1
|
||||
wSpriteCurPosY : ds 1
|
||||
wSpriteWidth : ds 1
|
||||
wSpriteHeight : ds 1
|
||||
wSpriteInputCurByte : ds 1
|
||||
wSpriteInputBitCounter : ds 1
|
||||
wSpriteOutputBitOffset : ds 1
|
||||
wSpriteLoadFlags : ds 1
|
||||
wSpriteUnpackMode : ds 1
|
||||
wSpriteFlipped : ds 1
|
||||
wSpriteInputPtr : ds 2
|
||||
wSpriteOutputPtr : ds 2
|
||||
wSpriteOutputPtrCached : ds 2
|
||||
wSpriteDecodeTable0Ptr : ds 2
|
||||
wSpriteDecodeTable1Ptr : ds 2
|
||||
wSpriteCurPosX:: ds 1
|
||||
wSpriteCurPosY:: ds 1
|
||||
wSpriteWidth:: ds 1
|
||||
wSpriteHeight:: ds 1
|
||||
wSpriteInputCurByte:: ds 1
|
||||
wSpriteInputBitCounter:: ds 1
|
||||
wSpriteOutputBitOffset:: ds 1
|
||||
wSpriteLoadFlags:: ds 1
|
||||
wSpriteUnpackMode:: ds 1
|
||||
wSpriteFlipped:: ds 1
|
||||
wSpriteInputPtr:: ds 2
|
||||
wSpriteOutputPtr:: ds 2
|
||||
wSpriteOutputPtrCached:: ds 2
|
||||
wSpriteDecodeTable0Ptr:: ds 2
|
||||
wSpriteDecodeTable1Ptr:: ds 2
|
||||
|
||||
wccc0:: ds 1
|
||||
wccc1:: ds 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user