diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-09-29 00:10:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 00:10:09 -0400 |
commit | e270ee1a74429adfc4991a379fe54d4043524480 (patch) | |
tree | a5962b3fb57d720cdf05fad2ade04332996e3cc6 /src/reshow_battle_screen.c | |
parent | 154e8a271ab547e397892a2a88745e1d6f55ca92 (diff) | |
parent | db057eb86b46f5ed152798af50f7858d786d2733 (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.c | 2 |
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; } |