summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-03 00:01:37 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-03 00:01:37 -0400
commit2d68444e202df625d8026b2c705271e66619abad (patch)
tree1ced5de9af124133286e154c120b8079b67372dc /main.asm
parent8455e51b86c1e5d33e3290e30b48bde663038226 (diff)
Victory Road 2F
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm6
1 files changed, 4 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 7196732a..1f723fc5 100755
--- a/main.asm
+++ b/main.asm
@@ -1193,8 +1193,10 @@ INCLUDE "scripts/route23.asm"
INCLUDE "scripts/route24.asm"
INCLUDE "scripts/route25.asm"
-; victoryroad2
- dr $517cc,$51a78
+INCLUDE "data/mapHeaders/victoryroad2.asm"
+INCLUDE "scripts/victoryroad2.asm"
+INCLUDE "data/mapObjects/victoryroad2.asm"
+VictoryRoad2Blocks: INCBIN "maps/victoryroad2.blk"
INCLUDE "data/mapHeaders/mtmoon2.asm"
INCLUDE "scripts/mtmoon2.asm"