diff options
Diffstat (limited to 'src/reshow_battle_screen.c')
-rw-r--r-- | src/reshow_battle_screen.c | 2 |
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); |