mirror of
https://github.com/pret/pokeyellow.git
synced 2026-06-02 22:14:32 -05:00
7 lines
289 B
NASM
Executable File
7 lines
289 B
NASM
Executable File
SaffronPokecenter_h:
|
|
db POKECENTER ; tileset
|
|
db SAFFRON_POKECENTER_HEIGHT, SAFFRON_POKECENTER_WIDTH ; dimensions (y, x)
|
|
dw SaffronPokecenterBlocks, SaffronPokecenterTextPointers, SaffronPokecenterScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw SaffronPokecenterObject ; objects
|