diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 16:08:26 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 16:08:26 -0400 |
commit | f5ba8e618e8a06ab94d46ad001e5266e4465064a (patch) | |
tree | 99fe73cc8f7f518c5fa15642183700fd14e180de /main.asm | |
parent | 38f3f3b6ea5d81e6eb1a12132759824891099194 (diff) |
Power Plant
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -395,7 +395,12 @@ INCLUDE "data/mapHeaders/undergroundpathentranceroute8.asm" INCLUDE "scripts/undergroundpathentranceroute8.asm" INCLUDE "data/mapObjects/undergroundpathentranceroute8.asm" - dr $1dbc4,$1e2ae ; map scripts +INCLUDE "data/mapHeaders/powerplant.asm" +INCLUDE "scripts/powerplant.asm" +INCLUDE "data/mapObjects/powerplant.asm" +PowerPlantBlocks: +INCBIN "maps/powerplant.blk" + dr $1deb8,$1e2ae ; map scripts INCLUDE "engine/menu/oaks_pc.asm" |