blob: 90119dc57fd85fdc82ab9fdc91e45ed080109c11 (
plain)
1
2
3
4
5
6
|
CeruleanHouseTrashed_h:
db HOUSE ; tileset
db TRASHED_HOUSE_HEIGHT, TRASHED_HOUSE_WIDTH ; dimensions (y, x)
dw CeruleanHouseTrashedBlocks, CeruleanHouseTrashedTextPointers, CeruleanHouseTrashedScript ; blocks, texts, scripts
db $00 ; connections
dw CeruleanHouseTrashedObject ; objects
|