summaryrefslogtreecommitdiff
path: root/data/maps/Route119_WeatherInstitute_2F
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-02 12:34:53 -0400
committerhuderlem <huderlem@gmail.com>2019-11-02 16:36:43 -0500
commit033c6cea3bbd982b7c60ee4fe5bee477e8d8773e (patch)
tree973d57f63ac5dfcd2cde5e59e6fd7c2fa22a3219 /data/maps/Route119_WeatherInstitute_2F
parenta90b828bb8838f4500a4d91899bce2bc946e847b (diff)
Use YES/NO constants for MSGBOX_YESNO
Diffstat (limited to 'data/maps/Route119_WeatherInstitute_2F')
-rw-r--r--data/maps/Route119_WeatherInstitute_2F/scripts.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route119_WeatherInstitute_2F/scripts.inc b/data/maps/Route119_WeatherInstitute_2F/scripts.inc
index 6c70a880e..211a98f0f 100644
--- a/data/maps/Route119_WeatherInstitute_2F/scripts.inc
+++ b/data/maps/Route119_WeatherInstitute_2F/scripts.inc
@@ -95,7 +95,7 @@ Route119_WeatherInstitute_2F_EventScript_ReceiveCastform:: @ 827004D
Route119_WeatherInstitute_2F_EventScript_ReceiveCastformParty:: @ 8270085
call Route119_WeatherInstitute_2F_EventScript_ReceivedCastformFanfare
msgbox gText_NicknameThisPokemon, MSGBOX_YESNO
- compare VAR_RESULT, 0
+ compare VAR_RESULT, NO
goto_if_eq Route119_WeatherInstitute_2F_EventScript_ExplainCastform
call Common_EventScript_GetGiftMonPartySlot
call Common_EventScript_NameReceivedPartyMon
@@ -105,7 +105,7 @@ Route119_WeatherInstitute_2F_EventScript_ReceiveCastformParty:: @ 8270085
Route119_WeatherInstitute_2F_EventScript_ReceiveCastformPC:: @ 82700AD
call Route119_WeatherInstitute_2F_EventScript_ReceivedCastformFanfare
msgbox gText_NicknameThisPokemon, MSGBOX_YESNO
- compare VAR_RESULT, 0
+ compare VAR_RESULT, NO
goto_if_eq Route119_WeatherInstitute_2F_EventScript_SendCastformToPC
call Common_EventScript_NameReceivedBoxMon
goto Route119_WeatherInstitute_2F_EventScript_SendCastformToPC