diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-01 01:12:42 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-01 01:12:42 +0200 |
commit | 729f4e10ed8a53155d992b8904926a10181acafa (patch) | |
tree | 247207eb07b7313981785f8ec73f2e8094701cf3 /src/battle_script_commands.c | |
parent | 13017a3b194257c9db1588ac710c888607467b2e (diff) |
start decompiling battle2
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 3 |
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; |