diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-11 20:12:40 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-11 20:12:40 -0500 |
commit | 590c4b500b9dd37d372a935865aa4df0ab0bf43c (patch) | |
tree | 5572d76c91e106e74e1401076f130fb902f6b67b /data/scripts/maps/FieryPath.inc | |
parent | bc063b45d05716d1eab283f6d474bcdc601cafde (diff) | |
parent | 14a76793e596d612efd273169c4172922c270f13 (diff) |
Merge branch 'master' into record_mixing
Diffstat (limited to 'data/scripts/maps/FieryPath.inc')
-rw-r--r-- | data/scripts/maps/FieryPath.inc | 15 |
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..a040a5327 --- /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_LANDMARK_FIERY_PATH + call_if 0, FieryPath_EventScript_230F37 + setflag FLAG_LANDMARK_FIERY_PATH + end + +FieryPath_EventScript_230F37:: @ 8230F37 + setflag FLAG_0x2FE + clearflag FLAG_0x2FF + return + |