summaryrefslogtreecommitdiff
path: root/src/reshow_battle_screen.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-09-29 00:10:09 -0400
committerGitHub <noreply@github.com>2021-09-29 00:10:09 -0400
commite270ee1a74429adfc4991a379fe54d4043524480 (patch)
treea5962b3fb57d720cdf05fad2ade04332996e3cc6 /src/reshow_battle_screen.c
parent154e8a271ab547e397892a2a88745e1d6f55ca92 (diff)
parentdb057eb86b46f5ed152798af50f7858d786d2733 (diff)
Merge pull request #1506 from GriffinRichards/single-doc
Document some single-remaining symbols
Diffstat (limited to 'src/reshow_battle_screen.c')
-rw-r--r--src/reshow_battle_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reshow_battle_screen.c b/src/reshow_battle_screen.c
index 58de22f05..6bc0e175b 100644
--- a/src/reshow_battle_screen.c
+++ b/src/reshow_battle_screen.c
@@ -162,7 +162,7 @@ static void CB2_ReshowBattleScreenAfterMenu(void)
BeginHardwarePaletteFade(0xFF, 0, 0x10, 0, 1);
gPaletteFade.bufferTransferDisabled = 0;
SetMainCallback2(BattleMainCB2);
- sub_805EF14();
+ FillAroundBattleWindows();
break;
}