mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 13:57:57 +13:00
7 lines
284 B
NASM
Executable file
7 lines
284 B
NASM
Executable file
PewterPokecenter_h:
|
|
db POKECENTER ; tileset
|
|
db PEWTER_POKECENTER_HEIGHT, PEWTER_POKECENTER_WIDTH ; dimensions (y, x)
|
|
dw PewterPokecenterBlocks, PewterPokecenterTextPointers, PewterPokecenterScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw PewterPokecenterObject ; objects
|