mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00
7 lines
238 B
NASM
Executable file
7 lines
238 B
NASM
Executable file
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
|