mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-08 19:25:24 -05:00
13 lines
324 B
NASM
13 lines
324 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "Sprite Buffers", SRAM, BANK[0]
|
|
|
|
sSpriteBuffer0:: ds SPRITEBUFFERSIZE ; a000
|
|
sSpriteBuffer1:: ds SPRITEBUFFERSIZE ; a188
|
|
sSpriteBuffer2:: ds SPRITEBUFFERSIZE ; a310
|
|
|
|
SECTION "Unknown, bank 0", SRAM[$A600],BANK[0]
|
|
|
|
s0_a600:: ; TODO: properly label this
|
|
ds 7 ; TODO: figure out exact size
|