diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 14:49:09 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 14:49:09 -0400 |
commit | 76aba242515e5ed5528758f8c5f279e9eefa71cd (patch) | |
tree | 9a3a99c0942b5cc8ecd96311ce0bb4513ce38d42 /main.asm | |
parent | f2b312778d2227ffe20c983680f0fba2c38a64a8 (diff) |
Route 6 underground entrance
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1152,6 +1152,7 @@ INCBIN "maps/museum2f.blk" PewterPokecenterBlocks: INCBIN "maps/pewterpokecenter.blk" UndergroundPathEntranceRoute5Blocks: +UndergroundPathEntranceRoute6Blocks: INCBIN "maps/undergroundpathentranceroute5.blk" ViridianForestEntranceBlocks: ViridianForestExitBlocks: @@ -1222,7 +1223,11 @@ INCLUDE "data/mapHeaders/undergroundpathentranceroute5.asm" INCLUDE "scripts/undergroundpathentranceroute5.asm" INCLUDE "data/mapObjects/undergroundpathentranceroute5.asm" - dr $5d5ee,$5da70 +INCLUDE "data/mapHeaders/undergroundpathentranceroute6.asm" +INCLUDE "scripts/undergroundpathentranceroute6.asm" +INCLUDE "data/mapObjects/undergroundpathentranceroute6.asm" + + dr $5d62b,$5da70 INCLUDE "engine/evolution.asm" |