summaryrefslogtreecommitdiff
path: root/maps/Route22.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/Route22.asm')
-rw-r--r--maps/Route22.asm27
1 files changed, 27 insertions, 0 deletions
diff --git a/maps/Route22.asm b/maps/Route22.asm
new file mode 100644
index 00000000..8402f5e4
--- /dev/null
+++ b/maps/Route22.asm
@@ -0,0 +1,27 @@
+Route22_MapScripts:
+ db 0 ; scene scripts
+
+ db 0 ; callbacks
+
+VictoryRoadEntranceSign:
+ jumptext VictoryRoadEntranceSignText
+
+VictoryRoadEntranceSignText:
+ text "#MON LEAGUE"
+
+ para "VICTORY ROAD"
+ line "ENTRANCE"
+ done
+
+Route22_MapEvents:
+ db 0, 0 ; filler
+
+ db 1 ; warp events
+ warp_event 13, 5, VICTORY_ROAD_GATE, 1
+
+ db 0 ; coord events
+
+ db 1 ; bg events
+ bg_event 15, 7, BGEVENT_READ, VictoryRoadEntranceSign
+
+ db 0 ; object events