From 01e6fb6dd0e4880b3ebac3c9a5287daf6c60fba3 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Wed, 6 Nov 2019 18:18:11 -0600 Subject: Document some battle_bg-related things --- src/battle_script_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/battle_script_commands.c') 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]++; -- cgit v1.2.3