summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index e0cb3e941..3b719b8ed 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -146,7 +146,6 @@ extern u8 sav1_map_get_light_level(void);
extern u8 sub_813B21C(void);
extern u16 get_unknown_box_id(void);
extern void c2_berry_program_update_menu(void);
-extern void sub_8035AA4(void);
// BattleScripts
extern const u8 BattleScript_MoveEnd[];
@@ -11218,7 +11217,7 @@ static void atkF2_display_dex_info(void)
break;
case 3:
c2_berry_program_update_menu();
- sub_8035AA4();
+ LoadBattleTextboxAndBackground();
gBattle_BG3_X = 0x100;
gBattleCommunication[0]++;
break;