summaryrefslogtreecommitdiff
path: root/data/scripts/maps/FieryPath.inc
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-11-15 09:01:56 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-11-15 09:01:56 -0500
commit89b695278d0a126279ac232d534aebdc351cc2be (patch)
tree2b22248f02a30a906187553274dee989c6ddb74e /data/scripts/maps/FieryPath.inc
parent79609d52c8d8489b490589a1150b0754c0f61568 (diff)
parent055a419830c0725a629f971b0299c89082c192fd (diff)
Merge branch 'master' into heal_location
Diffstat (limited to 'data/scripts/maps/FieryPath.inc')
-rw-r--r--data/scripts/maps/FieryPath.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/scripts/maps/FieryPath.inc b/data/scripts/maps/FieryPath.inc
new file mode 100644
index 000000000..870b70e91
--- /dev/null
+++ b/data/scripts/maps/FieryPath.inc
@@ -0,0 +1,15 @@
+FieryPath_MapScripts:: @ 8230F24
+ map_script 3, FieryPath_MapScript1_230F2A
+ .byte 0
+
+FieryPath_MapScript1_230F2A: @ 8230F2A
+ checkflag FLAG_0x8AA
+ call_if 0, FieryPath_EventScript_230F37
+ setflag FLAG_0x8AA
+ end
+
+FieryPath_EventScript_230F37:: @ 8230F37
+ setflag FLAG_0x2FE
+ clearflag FLAG_0x2FF
+ return
+