diff options
| author | Garak <thomastaps194@comcast.net> | 2018-07-04 11:11:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-04 11:11:45 -0400 |
| commit | e06b63efc9ea39875b17f00e5ff20c2e0fcb0415 (patch) | |
| tree | e8d37347ae000823943ef57973dc34dd98633b40 /data/maps/FieryPath/scripts.inc | |
| parent | 9acd55ae4f9e455a92765aaee5929240097f9f8f (diff) | |
| parent | efebc51972b23ddffa2700b1dd6895d4728646a3 (diff) | |
Merge pull request #1 from pret/master
synching with source repo
Diffstat (limited to 'data/maps/FieryPath/scripts.inc')
| -rw-r--r-- | data/maps/FieryPath/scripts.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/maps/FieryPath/scripts.inc b/data/maps/FieryPath/scripts.inc new file mode 100644 index 000000000..a040a5327 --- /dev/null +++ b/data/maps/FieryPath/scripts.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 + |
