mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-26 00:05:12 -05:00
Some checks failed
CI / build (push) Has been cancelled
* Partially decompiled banks $10 and $23 * Couple minor tweaks * Decompiled mon menu icon-related functions --------- Co-authored-by: vulcandth <vulcandth@gmail.com>
19 lines
387 B
NASM
19 lines
387 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "Sprite Buffers", SRAM
|
|
|
|
UNION
|
|
sScratch:: ds SCREEN_WIDTH * SCREEN_HEIGHT
|
|
NEXTU
|
|
sSpriteBuffer0:: ds SPRITEBUFFERSIZE
|
|
sSpriteBuffer1:: ds SPRITEBUFFERSIZE
|
|
sSpriteBuffer2:: ds SPRITEBUFFERSIZE
|
|
ENDU
|
|
|
|
SECTION "Unknown, bank 0", SRAM
|
|
|
|
s0_a600:: ds 7 ; TODO: properly label this and figure out exact size
|
|
|
|
SECTION "Window Stack Top", SRAM
|
|
sWindowStackTop:: dw
|