summaryrefslogtreecommitdiff
path: root/maps/Route6.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/Route6.asm')
-rw-r--r--maps/Route6.asm43
1 files changed, 43 insertions, 0 deletions
diff --git a/maps/Route6.asm b/maps/Route6.asm
new file mode 100644
index 00000000..f5716db8
--- /dev/null
+++ b/maps/Route6.asm
@@ -0,0 +1,43 @@
+ const_def 2 ; object constants
+ const ROUTE6_POKEFAN_M
+
+Route6_MapScripts:
+ db 0 ; scene scripts
+
+ db 0 ; callbacks
+
+Route6PokefanMScript:
+ jumptextfaceplayer Route6PokefanMText
+
+Route6UndergroundPathSign:
+ jumptext Route6UndergroundPathSignText
+
+Route6PokefanMText:
+ text "The road is closed"
+ line "until the problem"
+
+ para "at the POWER PLANT"
+ line "is solved."
+ done
+
+Route6UndergroundPathSignText:
+ text "UNDERGROUND PATH"
+
+ para "CERULEAN CITY -"
+ line "VERMILION CITY"
+ done
+
+Route6_MapEvents:
+ db 0, 0 ; filler
+
+ db 2 ; warp events
+ warp_event 17, 3, ROUTE_6_UNDERGROUND_PATH_ENTRANCE, 1
+ warp_event 6, 1, ROUTE_6_SAFFRON_GATE, 3
+
+ db 0 ; coord events
+
+ db 1 ; bg events
+ bg_event 19, 5, BGEVENT_READ, Route6UndergroundPathSign
+
+ db 1 ; object events
+ object_event 17, 4, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 2, Route6PokefanMScript, EVENT_ROUTE_5_6_POKEFAN_M_BLOCKS_UNDERGROUND_PATH