summaryrefslogtreecommitdiff
path: root/src/recorded_battle.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-07-16 20:23:05 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-07-16 20:23:05 +0200
commitea5ffa3375f58c3d859f48d220a8a67fcb56fa61 (patch)
treee04cbfe52909f094f9b7a0b20e927d0f5851b201 /src/recorded_battle.c
parentee3d505b585c5d0a8b6a8a68b8ab787d04bdc33a (diff)
parent07ef76277021d5cddf14004e37e785c31fcea69b (diff)
Merge with master
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 f4c9ab12d..4f1766934 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;
}