From f2b312778d2227ffe20c983680f0fba2c38a64a8 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Mon, 30 May 2016 14:46:21 -0400 Subject: Route 6 gate --- main.asm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index dcdba3e0..4d069468 100755 --- a/main.asm +++ b/main.asm @@ -373,7 +373,13 @@ INCLUDE "data/mapObjects/route5gate.asm" Route5GateBlocks: ; 1d92f INCBIN "maps/route5gate.blk" - dr $1d93b,$1e2ae ; map scripts +INCLUDE "data/mapHeaders/route6gate.asm" +INCLUDE "scripts/route6gate.asm" +INCLUDE "data/mapObjects/route6gate.asm" +Route6GateBlocks: ; 1d9f2 +INCBIN "maps/route6gate.blk" + + dr $1d9fe,$1e2ae ; map scripts INCLUDE "engine/menu/oaks_pc.asm" -- cgit v1.3.1-sl0p