diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-11-09 19:21:31 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-11-09 19:21:31 -0600 |
commit | f61810a8f92ab6ec763c1c920bf1334819b2e295 (patch) | |
tree | 847cb098d9a10cff3372b22981b72c7abbfbcc4b /data/maps/scripts/FieryPath.inc | |
parent | 75b5792aa883838b5ac522c7befd57b9e858ae6a (diff) |
Dump maps
Diffstat (limited to 'data/maps/scripts/FieryPath.inc')
-rw-r--r-- | data/maps/scripts/FieryPath.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/maps/scripts/FieryPath.inc b/data/maps/scripts/FieryPath.inc new file mode 100644 index 000000000..870b70e91 --- /dev/null +++ b/data/maps/scripts/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 + |