mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-19 05:26:24 +13:00
7 lines
296 B
NASM
Executable file
7 lines
296 B
NASM
Executable file
CeruleanPokecenter_h:
|
|
db POKECENTER ; tileset
|
|
db CERULEAN_POKECENTER_HEIGHT, CERULEAN_POKECENTER_WIDTH ; dimensions (y, x)
|
|
dw CeruleanPokecenterBlocks, CeruleanPokecenterTextPointers, CeruleanPokecenterScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw CeruleanPokecenterObject ; objects
|