blob: 14501d83799b3f57a78647fe4df41d7926c99e86 (
plain)
1
2
3
4
5
6
7
8
|
CeladonDiner_h::
db LOBBY ; tileset
db CELADON_DINER_HEIGHT, CELADON_DINER_WIDTH ; dimensions (y, x)
dw CeladonDiner_Blocks ; blocks
dw CeladonDiner_TextPointers ; texts
dw CeladonDiner_Script ; scripts
db 0 ; connections
dw CeladonDiner_Object ; objects
|