diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 11:44:44 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 11:44:44 -0400 |
commit | 8b52fbcfb03b559979b6f480d49fd4e9764aee4b (patch) | |
tree | cbb515c863af7a3f5f4844692aa57fe048421484 /main.asm | |
parent | 6e3581df4b9cbc8cf14fc7948df5df70002cc062 (diff) |
Route 5 gate
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -366,7 +366,14 @@ INCLUDE "data/mapObjects/diglettscaveroute2.asm" INCLUDE "data/mapHeaders/route2house.asm" INCLUDE "scripts/route2house.asm" INCLUDE "data/mapObjects/route2house.asm" - dr $1d831,$1e2ae ; map scripts + +INCLUDE "data/mapHeaders/route5gate.asm" +INCLUDE "scripts/route5gate.asm" +INCLUDE "data/mapObjects/route5gate.asm" +Route5GateBlocks: ; 1d92f +INCBIN "maps/route5gate.blk" + + dr $1d93b,$1e2ae ; map scripts INCLUDE "engine/menu/oaks_pc.asm" |