Add PARTY_NOTHING_CHOSEN
This commit is contained in:
@@ -103,7 +103,7 @@ LilycoveCity_ContestLobby_EventScript_CancelEnterContest::
|
||||
LilycoveCity_ContestLobby_EventScript_ChooseContestMon::
|
||||
msgbox LilycoveCity_ContestLobby_Text_EnterWhichPokemon1, MSGBOX_DEFAULT
|
||||
choosecontestmon
|
||||
compare VAR_0x8004, 255
|
||||
compare VAR_0x8004, PARTY_NOTHING_CHOSEN
|
||||
goto_if_eq LilycoveCity_ContestLobby_EventScript_CancelEnterContest
|
||||
special TryEnterContestMon
|
||||
compare VAR_RESULT, CANT_ENTER_CONTEST
|
||||
|
||||
@@ -107,7 +107,7 @@ Route117_PokemonDayCare_EventScript_GiveMonToRaise::
|
||||
fadescreen FADE_TO_BLACK
|
||||
special ChooseSendDaycareMon
|
||||
waitstate
|
||||
compare VAR_0x8004, 255
|
||||
compare VAR_0x8004, PARTY_NOTHING_CHOSEN
|
||||
goto_if_eq Route117_PokemonDayCare_EventScript_ComeAgain
|
||||
specialvar VAR_RESULT, CountPartyAliveNonEggMons_IgnoreVar0x8004Slot
|
||||
compare VAR_RESULT, 0
|
||||
|
||||
Reference in New Issue
Block a user