blob: 3b13491d66ec500ab817670a7bf4999a90a3d771 (
plain)
1
2
3
4
5
6
|
PowerPlant_h:
db FACILITY ; tileset
db POWER_PLANT_HEIGHT, POWER_PLANT_WIDTH ; dimensions (y, x)
dw PowerPlantBlocks, PowerPlantTextPointers, PowerPlantScript ; blocks, texts, scripts
db 0 ; connections
dw PowerPlantObject ; objects
|