diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-02 14:01:50 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-12-02 14:01:50 -0800 |
commit | 765526b99f50bf6b8c41c69bd6b1dc82471cda2d (patch) | |
tree | e74d93fa7a8eee6737f0e786890d427d7c8c1fc1 /data/scripts/maps/MtChimney.inc | |
parent | d1b967444e7f0e21b8b5d1a09c8e164bd828da08 (diff) |
Label flags up to flag 119.
Diffstat (limited to 'data/scripts/maps/MtChimney.inc')
-rw-r--r-- | data/scripts/maps/MtChimney.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/maps/MtChimney.inc b/data/scripts/maps/MtChimney.inc index a8eec9a32..d54976844 100644 --- a/data/scripts/maps/MtChimney.inc +++ b/data/scripts/maps/MtChimney.inc @@ -408,14 +408,14 @@ MtChimney_EventScript_15D17D:: @ 815D17D lockall checkflag 139 goto_if 0, MtChimney_EventScript_15D1D0 - checkflag 115 + checkflag FLAG_RECEIVED_METEORITE goto_if_eq MtChimney_EventScript_15D1C6 msgbox MtChimney_Text_195870, 5 compare RESULT, 0 goto_if_eq MtChimney_EventScript_15D1BC msgbox MtChimney_Text_1958C6, 4 giveitem ITEM_METEORITE - setflag 115 + setflag FLAG_RECEIVED_METEORITE releaseall end |