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/FortreeCity_House1 | |
| parent | a90b828bb8838f4500a4d91899bce2bc946e847b (diff) | |
Use YES/NO constants for MSGBOX_YESNO
Diffstat (limited to 'data/maps/FortreeCity_House1')
| -rw-r--r-- | data/maps/FortreeCity_House1/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/FortreeCity_House1/scripts.inc b/data/maps/FortreeCity_House1/scripts.inc index 260a75a78..9ef94b12b 100644 --- a/data/maps/FortreeCity_House1/scripts.inc +++ b/data/maps/FortreeCity_House1/scripts.inc @@ -10,7 +10,7 @@ FortreeCity_House1_EventScript_2162BB:: @ 82162BB specialvar VAR_RESULT, GetInGameTradeSpeciesInfo copyvar VAR_0x8009, VAR_RESULT msgbox FortreeCity_House1_Text_21637B, MSGBOX_YESNO - compare VAR_RESULT, 0 + compare VAR_RESULT, NO goto_if_eq FortreeCity_House1_EventScript_21633D special ChoosePartyMon waitstate |
