summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm9
1 files changed, 8 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 58846267..890cb726 100755
--- a/main.asm
+++ b/main.asm
@@ -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"