From a06c558e2cfdeb47dc9af0a2ebeb5906802b4c7e Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Mon, 30 May 2016 12:02:01 -0400 Subject: Route 5 Underground Path Gate --- main.asm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index 890cb726..34547349 100755 --- a/main.asm +++ b/main.asm @@ -1137,7 +1137,8 @@ Museum2FBlocks: INCBIN "maps/museum2f.blk" PewterPokecenterBlocks: INCBIN "maps/pewterpokecenter.blk" - dr $5c080,$5c090 +UndergroundPathEntranceRoute5Blocks: +INCBIN "maps/undergroundpathentranceroute5.blk" ViridianForestEntranceBlocks: ViridianForestExitBlocks: Route2GateBlocks: @@ -1203,7 +1204,11 @@ INCLUDE "data/mapHeaders/viridianforestentrance.asm" INCLUDE "scripts/viridianforestentrance.asm" INCLUDE "data/mapObjects/viridianforestentrance.asm" - dr $5d5a8,$5da70 +INCLUDE "data/mapHeaders/undergroundpathentranceroute5.asm" +INCLUDE "scripts/undergroundpathentranceroute5.asm" +INCLUDE "data/mapObjects/undergroundpathentranceroute5.asm" + + dr $5d5ee,$5da70 INCLUDE "engine/evolution.asm" -- cgit v1.3.1-sl0p