diff options
| author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-23 11:17:30 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-23 11:17:30 -0600 |
| commit | 81b38c00e4933f2dea6fbd2e80ae13692a19fa66 (patch) | |
| tree | 3b33bed743d14b14e855dcb51ac6eb5bc8326a22 /data/maps/FieryPath | |
| parent | e874267edb6617759e239da0fb5cb884867aec6d (diff) | |
| parent | 55005f1588fed924bb86c420458371bf99a88e0e (diff) | |
Merge pull request #466 from melthelesbian/compare_macros
improve compare macros
Diffstat (limited to 'data/maps/FieryPath')
| -rw-r--r-- | data/maps/FieryPath/scripts.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/maps/FieryPath/scripts.inc b/data/maps/FieryPath/scripts.inc index f0a28345c..3888c61ef 100644 --- a/data/maps/FieryPath/scripts.inc +++ b/data/maps/FieryPath/scripts.inc @@ -3,8 +3,7 @@ FieryPath_MapScripts:: @ 8230F24 .byte 0 FieryPath_MapScript1_230F2A: @ 8230F2A - checkflag FLAG_LANDMARK_FIERY_PATH - call_if 0, FieryPath_EventScript_230F37 + call_if_unset FLAG_LANDMARK_FIERY_PATH, FieryPath_EventScript_230F37 setflag FLAG_LANDMARK_FIERY_PATH end |
