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_Lounge6 | |
| parent | f85de6eca57ee9497bf81f023bd7784b3115f2ce (diff) | |
Add PARTY_NOTHING_CHOSEN
Diffstat (limited to 'data/maps/BattleFrontier_Lounge6')
| -rw-r--r-- | data/maps/BattleFrontier_Lounge6/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/BattleFrontier_Lounge6/scripts.inc b/data/maps/BattleFrontier_Lounge6/scripts.inc index f88c69324..678ea6e33 100644 --- a/data/maps/BattleFrontier_Lounge6/scripts.inc +++ b/data/maps/BattleFrontier_Lounge6/scripts.inc @@ -15,7 +15,7 @@ BattleFrontier_Lounge6_EventScript_Trader:: special ChoosePartyMon waitstate copyvar VAR_0x800A, VAR_0x8004 - compare VAR_0x8004, 255 + compare VAR_0x8004, PARTY_NOTHING_CHOSEN goto_if_eq BattleFrontier_Lounge6_EventScript_DeclineTrade copyvar VAR_0x8005, VAR_0x800A specialvar VAR_RESULT, GetTradeSpecies |
