diff options
author | dannye <33dannye@gmail.com> | 2021-02-14 00:52:05 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-02-14 00:52:05 -0600 |
commit | 0955275fd9fd2b05d712f4c425e1a802130d02f7 (patch) | |
tree | e28a7e246c620789dd0f659dd8571fd1a2bed64e /src/wram.asm | |
parent | bc25764d6c32bcabc756034123731ca9d1545504 (diff) |
Disassemble scene data
still a WIP
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/src/wram.asm b/src/wram.asm index 46345f9..8ccd57b 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -2583,17 +2583,34 @@ wSpriteVRAMBuffer:: ; d5d8 wSpriteVRAMBufferSize:: ; d618 ds $1 - ds $2 +wSceneSprite:: ; d619 + ds $1 -wd61b:: ; d61b +wSceneSpriteAnimation:: ; d61a ds $1 - ds $2 +wSceneSpriteIndex:: ; d61b + ds $1 + +; base X position in pixels of loaded scene +wSceneBaseX:: ; d61c + ds $1 + +; base Y position in pixels of loaded scene +wSceneBaseY:: ; d61d + ds $1 wd61e:: ; d61e ds $1 - ds $5 +wd61f:: ; d61f + ds $1 + +wSceneSGBPacketPtr:: ; d620 + ds $2 + +wSceneSGBRoutinePtr:: ; d622 + ds $2 wd624:: ; d624 ds $1 |