diff options
| author | huderlem <huderlem@gmail.com> | 2019-12-17 19:26:04 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-17 19:26:04 -0600 |
| commit | 45eefac5b9d25015671341f5f8888dc602d1a293 (patch) | |
| tree | c2d5f2f056d753bb65dfd36ec3ca7d27419f2c31 /data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc | |
| parent | edb5df1716beb4ea81ef0493a3fac0a43cc6eae5 (diff) | |
| parent | 4879c1eab27b0a01410d6c56c0a25b8152b166b8 (diff) | |
Merge pull request #934 from GriffinRichards/constants-fade
Use fadescreen constants
Diffstat (limited to 'data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc')
| -rw-r--r-- | data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc b/data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc index 7d3ddb2f1..6d6ce708a 100644 --- a/data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc +++ b/data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc @@ -131,7 +131,7 @@ BattleFrontier_BattlePyramidLobby_EventScript_TryEnterChallenge:: @ 8250904 goto_if_eq BattleFrontier_BattlePyramidLobby_EventScript_NotEnoughValidMons frontier_set FRONTIER_DATA_LVL_MODE, VAR_RESULT msgbox BattleFrontier_BattlePyramidLobby_Text_SelectThreeMons, MSGBOX_DEFAULT - fadescreen 1 + fadescreen FADE_TO_BLACK call BattleFrontier_EventScript_GetLvlMode copyvar VAR_0x8004, VAR_RESULT setvar VAR_0x8005, FRONTIER_PARTY_SIZE |
