summaryrefslogtreecommitdiff
path: root/include/battle_ai.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-07 23:44:45 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-07 23:44:45 -0500
commit46a8dd57dacb79919d94f316e887578afa175afc (patch)
treeae82584f9ae99b3cff17eeada664f87b73a6193c /include/battle_ai.h
parentd4df8046d45e50e19d2305bd4388e47087949960 (diff)
parent6b38db228befa044a2cfe31ed78555e3f0bd3935 (diff)
Merge branch 'master' of https://github.com/pret/pokeruby into assert
Diffstat (limited to 'include/battle_ai.h')
-rw-r--r--include/battle_ai.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/battle_ai.h b/include/battle_ai.h
index 60ca5d000..c22ca8633 100644
--- a/include/battle_ai.h
+++ b/include/battle_ai.h
@@ -24,5 +24,6 @@ void sub_810745C(void);
void AIStackPushVar(u8 *);
u8 AIStackPop(void);
void BattleAI_HandleItemUseBeforeAISetup(void);
+void RecordAbilityBattle(u8 a, u8 b);
#endif