diff options
Diffstat (limited to 'data/mapHeaders/powerplant.asm')
-rwxr-xr-x | data/mapHeaders/powerplant.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/powerplant.asm b/data/mapHeaders/powerplant.asm new file mode 100755 index 00000000..36c07d3f --- /dev/null +++ b/data/mapHeaders/powerplant.asm @@ -0,0 +1,6 @@ +PowerPlant_h: ; 0x1e2ba to 0x1e2c6 (12 bytes) (bank=7) (id=83) + db FACILITY ; tileset + db POWER_PLANT_HEIGHT, POWER_PLANT_WIDTH ; dimensions (y, x) + dw PowerPlantBlocks, PowerPlantTextPointers, PowerPlantScript ; blocks, texts, scripts + db $00 ; connections + dw PowerPlantObject ; objects |