diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-17 16:48:58 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-17 16:48:58 +0200 |
commit | caa36b530a93dc51727822abf6c4c31fa8cbaf63 (patch) | |
tree | 230be1deb2723cc8adeda5d931bfad370936eba4 /src/reshow_battle_screen.c | |
parent | f807eb1f2de629ef094c3dae37d6380049980a8f (diff) |
label and document battle windows
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 45f0f5a9e..4456e450c 100644 --- a/src/reshow_battle_screen.c +++ b/src/reshow_battle_screen.c @@ -58,7 +58,7 @@ static void CB2_ReshowBattleScreenAfterMenu(void) { case 0: ScanlineEffect_Clear(); - sub_8035658(); + BattleInitBgsAndWindows(); SetBgAttribute(1, BG_CTRL_ATTR_VISIBLE, 0); SetBgAttribute(2, BG_CTRL_ATTR_VISIBLE, 0); ShowBg(0); |