diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-15 10:57:06 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-15 10:57:06 -0500 |
| commit | 65d3b583748bf1a8e03bc55baa31760bd5bdc384 (patch) | |
| tree | e9a0b232711ce82ced478c4786c744eb27603b96 /data/maps/BattleFrontier_Lounge5 | |
| parent | f85de6eca57ee9497bf81f023bd7784b3115f2ce (diff) | |
Add PARTY_NOTHING_CHOSEN
Diffstat (limited to 'data/maps/BattleFrontier_Lounge5')
| -rw-r--r-- | data/maps/BattleFrontier_Lounge5/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/BattleFrontier_Lounge5/scripts.inc b/data/maps/BattleFrontier_Lounge5/scripts.inc index 61ac0cb9e..d680156f3 100644 --- a/data/maps/BattleFrontier_Lounge5/scripts.inc +++ b/data/maps/BattleFrontier_Lounge5/scripts.inc @@ -11,7 +11,7 @@ BattleFrontier_Lounge5_EventScript_NatureGirl:: waitstate lock faceplayer - compare VAR_0x8004, 255 + compare VAR_0x8004, PARTY_NOTHING_CHOSEN goto_if_eq BattleFrontier_Lounge5_EventScript_NatureGirlNoneShown specialvar VAR_RESULT, ScriptGetPartyMonSpecies compare VAR_RESULT, SPECIES_EGG |
