summaryrefslogtreecommitdiff
path: root/src/recorded_battle.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-07-15 04:23:38 -0700
committerDiegoisawesome <diego@domoreaweso.me>2018-07-15 04:30:37 -0700
commit731d6d59bc624e0350b3396f135a35f6c9bdc4f8 (patch)
treeb57b366f194b50cb5da6bab923f4f4a0a7bc238d /src/recorded_battle.c
parentabc1905caba10eadcbcb271d8188e5d16444a655 (diff)
Document list_menu.c and main_menu.c
Diffstat (limited to 'src/recorded_battle.c')
-rw-r--r--src/recorded_battle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recorded_battle.c b/src/recorded_battle.c
index a9360d49a..eb8d0e060 100644
--- a/src/recorded_battle.c
+++ b/src/recorded_battle.c
@@ -219,7 +219,7 @@ u8 RecordedBattle_GetBattlerAction(u8 battlerId)
{
gSpecialVar_Result = gBattleOutcome = B_OUTCOME_PLAYER_TELEPORTED; // hah
ResetPaletteFadeControl();
- BeginNormalPaletteFade(-1, 0, 0, 0x10, 0);
+ BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 0x10, 0);
SetMainCallback2(CB2_QuitRecordedBattle);
return -1;
}