mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-16 10:06:40 +13:00
9 lines
301 B
NASM
Executable file
9 lines
301 B
NASM
Executable file
SaffronPokecenter_h:
|
|
db POKECENTER ; tileset
|
|
db SAFFRON_POKECENTER_HEIGHT, SAFFRON_POKECENTER_WIDTH ; dimensions (y, x)
|
|
dw SaffronPokecenter_Blocks ; blocks
|
|
dw SaffronPokecenter_TextPointers ; texts
|
|
dw SaffronPokecenter_Script ; scripts
|
|
db 0 ; connections
|
|
dw SaffronPokecenter_Object ; objects
|