mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 01:26:40 +13:00
9 lines
301 B
NASM
Executable file
9 lines
301 B
NASM
Executable file
CeladonPokecenter_h:
|
|
db POKECENTER ; tileset
|
|
db CELADON_POKECENTER_HEIGHT, CELADON_POKECENTER_WIDTH ; dimensions (y, x)
|
|
dw CeladonPokecenter_Blocks ; blocks
|
|
dw CeladonPokecenter_TextPointers ; texts
|
|
dw CeladonPokecenter_Script ; scripts
|
|
db 0 ; connections
|
|
dw CeladonPokecenter_Object ; objects
|