summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-30 12:02:01 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-30 12:02:01 -0400
commita06c558e2cfdeb47dc9af0a2ebeb5906802b4c7e (patch)
treeed27c11470743ead4cf339a085540f44a1cc426e /main.asm
parent8b52fbcfb03b559979b6f480d49fd4e9764aee4b (diff)
Route 5 Underground Path Gate
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm9
1 files changed, 7 insertions, 2 deletions
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"