Add PARTY_NOTHING_CHOSEN
This commit is contained in:
@@ -9,7 +9,7 @@ SootopolisCity_LotadAndSeedotHouse_EventScript_SeedotBrother::
|
||||
special ChoosePartyMon
|
||||
waitstate
|
||||
copyvar VAR_RESULT, VAR_0x8004
|
||||
compare VAR_RESULT, 255
|
||||
compare VAR_RESULT, PARTY_NOTHING_CHOSEN
|
||||
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowSeedot
|
||||
special CompareSeedotSize
|
||||
compare VAR_RESULT, 1
|
||||
@@ -58,7 +58,7 @@ SootopolisCity_LotadAndSeedotHouse_EventScript_LotadBrother::
|
||||
special ChoosePartyMon
|
||||
waitstate
|
||||
copyvar VAR_RESULT, VAR_0x8004
|
||||
compare VAR_RESULT, 255
|
||||
compare VAR_RESULT, PARTY_NOTHING_CHOSEN
|
||||
goto_if_eq SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowLotad
|
||||
special CompareLotadSize
|
||||
compare VAR_RESULT, 1
|
||||
|
||||
Reference in New Issue
Block a user