summaryrefslogtreecommitdiff
path: root/src/rom3.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-05-07 18:12:24 -0700
committerYamaArashi <shadow962@live.com>2017-05-07 18:12:24 -0700
commit964520bca5d11f68b4f3fa169499e2d3bb1d20ea (patch)
treea52264435e15739bb004cc524cd9fc297764ae02 /src/rom3.c
parent5ac20d9896d1e3d3323311d7181e8c425ae6942a (diff)
decompile more pokemon functions
Diffstat (limited to 'src/rom3.c')
-rw-r--r--src/rom3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rom3.c b/src/rom3.c
index 351d5d44b..b0ef7f088 100644
--- a/src/rom3.c
+++ b/src/rom3.c
@@ -56,7 +56,7 @@ extern void sub_8083C50(u8);
extern void nullsub_41(void);
extern void nullsub_91(void);
extern void battle_anim_clear_some_data(void);
-extern void sub_8040710(void);
+extern void ClearBattleMonForms(void);
extern void BattleAI_HandleItemUseBeforeAISetup(void);
extern void sub_8094978(u8, int);
extern void sub_800BA78(void);
@@ -102,7 +102,7 @@ void setup_poochyena_battle(void)
sub_800B858();
gUnknown_02024A64 = 0;
battle_anim_clear_some_data();
- sub_8040710();
+ ClearBattleMonForms();
BattleAI_HandleItemUseBeforeAISetup();
if (gBattleTypeFlags & BATTLE_TYPE_FIRST_BATTLE)
{