diff options
author | lioniac <lioniac@protonmail.com> | 2021-10-24 17:42:24 -0300 |
---|---|---|
committer | lioniac <lioniac@protonmail.com> | 2021-10-27 11:56:03 -0300 |
commit | 0cc1d8a1b578ff438c04329d6099a8a820ef58f4 (patch) | |
tree | 08b2e9ca3e7ffa1d091b655af2639230c3700042 /src/reshow_battle_screen.c | |
parent | 471608b56abbdf70a452896a0d895ffa5b4b06f9 (diff) |
Multiple renamings; Removed some orphaned functions
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); |