diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-04 20:22:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-04 20:22:37 -0800 |
commit | f5fbe5b66226f4e7e38fe5d4638831d1ce19b36b (patch) | |
tree | a7dbe126efbe6b76a14fa4c1e3695b180b5da572 /data/scripts/maps/MtChimney.inc | |
parent | 8a628120007c5791a619591b3e377ff15c0c215e (diff) | |
parent | 00d49feee5c005750185d836033fc33a220a09f5 (diff) |
Merge pull request #507 from huderlem/script_constants
Script constants
Diffstat (limited to 'data/scripts/maps/MtChimney.inc')
-rw-r--r-- | data/scripts/maps/MtChimney.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/scripts/maps/MtChimney.inc b/data/scripts/maps/MtChimney.inc index d93ec772a..be4799a45 100644 --- a/data/scripts/maps/MtChimney.inc +++ b/data/scripts/maps/MtChimney.inc @@ -17,8 +17,8 @@ MtChimney_EventScript_15CF95:: @ 815CF95 faceplayer showmoneybox 0, 0 nop - msgbox MtChimney_Text_195760, 5 - compare RESULT, 0 + msgbox MtChimney_Text_195760, MSGBOX_YESNO + compare RESULT, NO goto_if_eq MtChimney_EventScript_15D00B checkmoney 0xc8, 0 compare RESULT, 0 @@ -410,8 +410,8 @@ MtChimney_EventScript_15D17D:: @ 815D17D goto_if 0, MtChimney_EventScript_15D1D0 checkflag FLAG_RECEIVED_METEORITE goto_if_eq MtChimney_EventScript_15D1C6 - msgbox MtChimney_Text_195870, 5 - compare RESULT, 0 + msgbox MtChimney_Text_195870, MSGBOX_YESNO + compare RESULT, NO goto_if_eq MtChimney_EventScript_15D1BC msgbox MtChimney_Text_1958C6, 4 giveitem_std ITEM_METEORITE |