blob: ecc943c2693fafc88ea118086f3b0bc06a21f8a3 (
plain)
1
2
3
4
5
6
7
8
|
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
|