blob: e06c2fd3febabd02ef97a778e93c1178bb6e6e98 (
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
|