summaryrefslogtreecommitdiff
path: root/src/reshow_battle_screen.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-01 15:25:22 -0400
committerGitHub <noreply@github.com>2021-11-01 15:25:22 -0400
commitcd4462f58cce785f408af26a7a3b11ad08575a5a (patch)
tree2a35a97aa4fb1eae38861178967e6806b4f00e00 /src/reshow_battle_screen.c
parent471608b56abbdf70a452896a0d895ffa5b4b06f9 (diff)
parente006569719969870ce480916a23cfd157fdcf454 (diff)
Merge pull request #474 from lioniac/master
Multiple renamings and removed some orphaned functions
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 cc1e14d8f..23cb24941 100644
--- a/src/reshow_battle_screen.c
+++ b/src/reshow_battle_screen.c
@@ -60,7 +60,7 @@ static void CB2_ReshowBattleScreenAfterMenu(void)
case 1:
SetVBlankCallback(NULL);
ScanlineEffect_Clear();
- sub_800F324();
+ BattleInitBgsAndWindows();
SetBgAttribute(1, BG_ATTR_CHARBASEINDEX, 0);
SetBgAttribute(2, BG_ATTR_CHARBASEINDEX, 0);
ShowBg(0);