mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-17 02:22:29 +13:00
9 lines
308 B
NASM
Executable file
9 lines
308 B
NASM
Executable file
ViridianPokecenter_h:
|
|
db POKECENTER ; tileset
|
|
db VIRIDIAN_POKECENTER_HEIGHT, VIRIDIAN_POKECENTER_WIDTH ; dimensions (y, x)
|
|
dw ViridianPokecenter_Blocks ; blocks
|
|
dw ViridianPokecenter_TextPointers ; texts
|
|
dw ViridianPokecenter_Script ; scripts
|
|
db 0 ; connections
|
|
dw ViridianPokecenter_Object ; objects
|