diff options
| author | GriffinR <griffin.richards@comcast.net> | 2019-12-15 11:42:50 -0500 |
|---|---|---|
| committer | GriffinR <griffin.richards@comcast.net> | 2019-12-15 11:42:50 -0500 |
| commit | 96ec5e1b84f2c1d189dc67b53a113d0299b4f37b (patch) | |
| tree | d7836932a7ee4a3ebf3eb766ddbc6b4c9a0022a2 /data/maps/BattleFrontier_BattlePikeLobby/scripts.inc | |
| parent | 6967caefb246f9709032049b0ae2baee71f71eb6 (diff) | |
Use fadescreen constants
Diffstat (limited to 'data/maps/BattleFrontier_BattlePikeLobby/scripts.inc')
| -rw-r--r-- | data/maps/BattleFrontier_BattlePikeLobby/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/BattleFrontier_BattlePikeLobby/scripts.inc b/data/maps/BattleFrontier_BattlePikeLobby/scripts.inc index f0c7b941b..4389d0d0f 100644 --- a/data/maps/BattleFrontier_BattlePikeLobby/scripts.inc +++ b/data/maps/BattleFrontier_BattlePikeLobby/scripts.inc @@ -118,7 +118,7 @@ BattleFrontier_BattlePikeLobby_EventScript_TryEnterChallenge:: @ 825B8BB goto_if_eq BattleFrontier_BattlePikeLobby_EventScript_NotEnoughValidMons frontier_set FRONTIER_DATA_LVL_MODE, VAR_RESULT msgbox BattleFrontier_BattlePikeLobby_Text_PleaseChooseThreeMons, MSGBOX_DEFAULT - fadescreen 1 + fadescreen FADE_TO_BLACK call BattleFrontier_EventScript_GetLvlMode copyvar VAR_0x8004, VAR_RESULT setvar VAR_0x8005, FRONTIER_PARTY_SIZE |
