summaryrefslogtreecommitdiff
path: root/data/maps/scripts/MtPyre_Exterior.s
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/scripts/MtPyre_Exterior.s')
-rw-r--r--data/maps/scripts/MtPyre_Exterior.s28
1 files changed, 28 insertions, 0 deletions
diff --git a/data/maps/scripts/MtPyre_Exterior.s b/data/maps/scripts/MtPyre_Exterior.s
new file mode 100644
index 000000000..0cd44ed2b
--- /dev/null
+++ b/data/maps/scripts/MtPyre_Exterior.s
@@ -0,0 +1,28 @@
+MtPyre_Exterior_MapScripts:: @ 815D486
+ map_script 3, MtPyre_Exterior_MapScript1_15D48C
+ .byte 0
+
+MtPyre_Exterior_MapScript1_15D48C:: @ 815D48C
+ call MtPyre_Exterior_EventScript_15D492
+ end
+
+MtPyre_Exterior_EventScript_15D492:: @ 815D492
+ getplayerxy 0x4000, 0x4001
+ compare 0x4001, 12
+ jumpif 0, MtPyre_Exterior_EventScript_15D4A3
+ return
+
+MtPyre_Exterior_EventScript_15D4A3:: @ 815D4A3
+ setweather 6
+ return
+
+MtPyre_Exterior_EventScript_15D4A7:: @ 815D4A7
+ setweather 6
+ doweather
+ end
+
+MtPyre_Exterior_EventScript_15D4AC:: @ 815D4AC
+ setweather 2
+ doweather
+ end
+