mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 23:07:57 +13:00
9 lines
266 B
NASM
Executable file
9 lines
266 B
NASM
Executable file
CeladonHotel_h:
|
|
db POKECENTER ; tileset
|
|
db CELADON_HOTEL_HEIGHT, CELADON_HOTEL_WIDTH ; dimensions (y, x)
|
|
dw CeladonHotel_Blocks ; blocks
|
|
dw CeladonHotel_TextPointers ; texts
|
|
dw CeladonHotel_Script ; scripts
|
|
db 0 ; connections
|
|
dw CeladonHotel_Object ; objects
|