aboutsummaryrefslogtreecommitdiffstats
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-30 14:57:12 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-30 14:57:12 -0400
commit31c0460e683aaf52524b086968b535fa5e5c248c (patch)
tree8a1ff06d52251547830dad2a53ea0337ae81baef /main.asm
parentRoute 6 underground entrance (diff)
downloadpokeyellow-31c0460e683aaf52524b086968b535fa5e5c248c.tar.gz
pokeyellow-31c0460e683aaf52524b086968b535fa5e5c248c.tar.xz
pokeyellow-31c0460e683aaf52524b086968b535fa5e5c248c.zip
Route 7 underground path entrance
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm12
1 files changed, 11 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 9c803df4..93fec92c 100755
--- a/main.asm
+++ b/main.asm
@@ -1153,6 +1153,8 @@ PewterPokecenterBlocks:
INCBIN "maps/pewterpokecenter.blk"
UndergroundPathEntranceRoute5Blocks:
UndergroundPathEntranceRoute6Blocks:
+UndergroundPathEntranceRoute7Blocks:
+UndergroundPathEntranceRoute7CopyBlocks:
INCBIN "maps/undergroundpathentranceroute5.blk"
ViridianForestEntranceBlocks:
ViridianForestExitBlocks:
@@ -1227,7 +1229,15 @@ INCLUDE "data/mapHeaders/undergroundpathentranceroute6.asm"
INCLUDE "scripts/undergroundpathentranceroute6.asm"
INCLUDE "data/mapObjects/undergroundpathentranceroute6.asm"
- dr $5d62b,$5da70
+INCLUDE "data/mapHeaders/undergroundpathentranceroute7.asm"
+INCLUDE "scripts/undergroundpathentranceroute7.asm"
+INCLUDE "data/mapObjects/undergroundpathentranceroute7.asm"
+
+INCLUDE "data/mapHeaders/undergroundpathentranceroute7copy.asm"
+INCLUDE "scripts/undergroundpathentranceroute7copy.asm"
+INCLUDE "data/mapObjects/undergroundpathentranceroute7copy.asm"
+
+ dr $5d6ba,$5da70
INCLUDE "engine/evolution.asm"