mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-10 23:40:59 +13:00
9 lines
250 B
NASM
Executable file
9 lines
250 B
NASM
Executable file
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
|