mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 04:26:28 +13:00
7 lines
254 B
NASM
Executable file
7 lines
254 B
NASM
Executable file
CeladonHotel_h:
|
|
db POKECENTER ; tileset
|
|
db CELADON_HOTEL_HEIGHT, CELADON_HOTEL_WIDTH ; dimensions (y, x)
|
|
dw CeladonHotelBlocks, CeladonHotelTextPointers, CeladonHotelScript ; blocks, texts, scripts
|
|
db 0 ; connections
|
|
dw CeladonHotelObject ; objects
|