diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-23 18:08:40 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-04-23 18:08:40 -0400 |
| commit | 214d9974979ded1b471a383dc2e9477141e90d15 (patch) | |
| tree | 4b1828166e9785701176a6fb5b47f97235e72c3a /data/maps/MtPyre_1F | |
| parent | 71094356313801bf20191f3db1efa0decd3c3dcb (diff) | |
Use msgbox constants
Diffstat (limited to 'data/maps/MtPyre_1F')
| -rw-r--r-- | data/maps/MtPyre_1F/scripts.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/MtPyre_1F/scripts.inc b/data/maps/MtPyre_1F/scripts.inc index 1b65ebc35..a456033fc 100644 --- a/data/maps/MtPyre_1F/scripts.inc +++ b/data/maps/MtPyre_1F/scripts.inc @@ -5,7 +5,7 @@ MtPyre_1F_EventScript_15D323:: @ 815D323 lock faceplayer goto_if_set FLAG_RECEIVED_CLEANSE_TAG, MtPyre_1F_EventScript_15D352 - msgbox MtPyre_1F_Text_196151, 4 + msgbox MtPyre_1F_Text_196151, MSGBOX_DEFAULT giveitem ITEM_CLEANSE_TAG compare VAR_RESULT, 0 goto_if_eq MtPyre_1F_EventScript_1A029B @@ -14,14 +14,14 @@ MtPyre_1F_EventScript_15D323:: @ 815D323 end MtPyre_1F_EventScript_15D352:: @ 815D352 - msgbox MtPyre_1F_Text_1961CE, 4 + msgbox MtPyre_1F_Text_1961CE, MSGBOX_DEFAULT release end MtPyre_1F_EventScript_15D35C:: @ 815D35C - msgbox MtPyre_1F_Text_196218, 2 + msgbox MtPyre_1F_Text_196218, MSGBOX_NPC end MtPyre_1F_EventScript_15D365:: @ 815D365 - msgbox MtPyre_1F_Text_196283, 2 + msgbox MtPyre_1F_Text_196283, MSGBOX_NPC end |
