mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-10 23:40:59 +13:00
9 lines
301 B
NASM
Executable file
9 lines
301 B
NASM
Executable file
FuchsiaPokecenter_h:
|
|
db POKECENTER ; tileset
|
|
db FUCHSIA_POKECENTER_HEIGHT, FUCHSIA_POKECENTER_WIDTH ; dimensions (y, x)
|
|
dw FuchsiaPokecenter_Blocks ; blocks
|
|
dw FuchsiaPokecenter_TextPointers ; texts
|
|
dw FuchsiaPokecenter_Script ; scripts
|
|
db 0 ; connections
|
|
dw FuchsiaPokecenter_Object ; objects
|