diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-11-06 18:18:11 -0600 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-07 18:24:04 -0600 |
commit | 01e6fb6dd0e4880b3ebac3c9a5287daf6c60fba3 (patch) | |
tree | 696fb8ff4d248f6a5ba76bd18a541ca80932e870 /src/battle_script_commands.c | |
parent | 1475c4d8da2e27734aa5a738e2287222c1e21386 (diff) |
Document some battle_bg-related things
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index a6c0f1ee7..33c5f661b 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -10279,7 +10279,7 @@ static void Cmd_displaydexinfo(void) } break; case 3: - sub_80356D0(); + InitBattleBgsVideo(); LoadBattleTextboxAndBackground(); gBattle_BG3_X = 0x100; gBattleCommunication[0]++; |