mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-31 23:42:28 -05:00
7 lines
291 B
NASM
Executable File
7 lines
291 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 $00 ; connections
|
|
dw SaffronPokecenterObject ; objects
|