diff options
| author | GriffinR <griffin.richards@comcast.net> | 2019-11-02 12:34:53 -0400 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-11-02 16:36:43 -0500 |
| commit | 033c6cea3bbd982b7c60ee4fe5bee477e8d8773e (patch) | |
| tree | 973d57f63ac5dfcd2cde5e59e6fd7c2fa22a3219 /data/maps/Route114_LanettesHouse | |
| parent | a90b828bb8838f4500a4d91899bce2bc946e847b (diff) | |
Use YES/NO constants for MSGBOX_YESNO
Diffstat (limited to 'data/maps/Route114_LanettesHouse')
| -rw-r--r-- | data/maps/Route114_LanettesHouse/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route114_LanettesHouse/scripts.inc b/data/maps/Route114_LanettesHouse/scripts.inc index 85b22724b..59d82ffe1 100644 --- a/data/maps/Route114_LanettesHouse/scripts.inc +++ b/data/maps/Route114_LanettesHouse/scripts.inc @@ -27,7 +27,7 @@ Route114_LanettesHouse_EventScript_22B2FF:: @ 822B2FF Route114_LanettesHouse_EventScript_22B309:: @ 822B309 lockall msgbox Route114_LanettesHouse_Text_22B485, MSGBOX_YESNO - compare VAR_RESULT, 1 + compare VAR_RESULT, YES goto_if_eq Route114_LanettesHouse_EventScript_22B327 msgbox Route114_LanettesHouse_Text_22B6E4, MSGBOX_DEFAULT releaseall @@ -35,7 +35,7 @@ Route114_LanettesHouse_EventScript_22B309:: @ 822B309 Route114_LanettesHouse_EventScript_22B327:: @ 822B327 msgbox Route114_LanettesHouse_Text_22B53C, MSGBOX_YESNO - compare VAR_RESULT, 1 + compare VAR_RESULT, YES call_if_eq Route114_LanettesHouse_EventScript_22B33C releaseall end |
