diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-15 17:18:05 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-15 17:18:05 +0100 |
commit | 1e79d53d2f913c65295b2547549d2c4ed849122b (patch) | |
tree | de6e74a23a65f5d7ebc7e4a7305742b08b6e71c0 /data/scripts/maps/FieryPath.inc | |
parent | 0310be30079c657f3a21da64683bdf9ac1d4d394 (diff) | |
parent | 055a419830c0725a629f971b0299c89082c192fd (diff) |
merge daycare with master
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..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 + |