blob: 3cb4efcd9f63b46b733128c634457a619017b2d8 (
plain)
1
2
3
4
5
6
7
8
|
PowerPlant_h::
db FACILITY ; tileset
db POWER_PLANT_HEIGHT, POWER_PLANT_WIDTH ; dimensions (y, x)
dw PowerPlant_Blocks ; blocks
dw PowerPlant_TextPointers ; texts
dw PowerPlant_Script ; scripts
db 0 ; connections
dw PowerPlant_Object ; objects
|