diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 16:12:31 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 16:12:31 -0400 |
commit | d00b70b33ee909ad163f2cb1c639ce799db118d0 (patch) | |
tree | dae9a2f40425a236a3ef6ecce453cf16b4359c26 /main.asm | |
parent | f5ba8e618e8a06ab94d46ad001e5266e4465064a (diff) |
Digletts Cave Route 11 Entrance
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -289,6 +289,7 @@ INCLUDE "data/mapHeaders/route1.asm" INCLUDE "data/mapObjects/route1.asm" Route1Blocks: ; 1c0fc INCBIN "maps/route1.blk" + UndergroundPathEntranceRoute8Blocks: INCBIN "maps/undergroundpathentranceroute8.blk" OaksLabBlocks: @@ -304,6 +305,7 @@ INCBIN "maps/school.blk" CeruleanHouseTrashedBlocks: INCBIN "maps/ceruleanhousetrashed.blk" DiglettsCaveRoute2Blocks: +DiglettsCaveEntranceRoute11Blocks: INCBIN "maps/diglettscaveroute2.blk" INCLUDE "engine/clear_save.asm" @@ -400,7 +402,11 @@ INCLUDE "scripts/powerplant.asm" INCLUDE "data/mapObjects/powerplant.asm" PowerPlantBlocks: INCBIN "maps/powerplant.blk" - dr $1deb8,$1e2ae ; map scripts + +INCLUDE "data/mapHeaders/diglettscaveroute11.asm" +INCLUDE "scripts/diglettscaveroute11.asm" +INCLUDE "data/mapObjects/diglettscaveroute11.asm" + dr $1def6,$1e2ae ; map scripts INCLUDE "engine/menu/oaks_pc.asm" |