mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-10 15:30:59 +13:00
9 lines
308 B
NASM
Executable file
9 lines
308 B
NASM
Executable file
CeruleanPokecenter_h:
|
|
db POKECENTER ; tileset
|
|
db CERULEAN_POKECENTER_HEIGHT, CERULEAN_POKECENTER_WIDTH ; dimensions (y, x)
|
|
dw CeruleanPokecenter_Blocks ; blocks
|
|
dw CeruleanPokecenter_TextPointers ; texts
|
|
dw CeruleanPokecenter_Script ; scripts
|
|
db 0 ; connections
|
|
dw CeruleanPokecenter_Object ; objects
|