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