blob: f608af16ccfe169064249cb80c4b17bd26a569f4 (
plain)
1
2
3
4
5
6
|
CeladonDiner_h:
db LOBBY ; tileset
db CELADON_DINER_HEIGHT, CELADON_DINER_WIDTH ; dimensions (y, x)
dw CeladonDinerBlocks, CeladonDinerTextPointers, CeladonDinerScript ; blocks, texts, scripts
db 0 ; connections
dw CeladonDinerObject ; objects
|