summaryrefslogtreecommitdiff
path: root/include/battle_ai_script_commands.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-09-30 03:00:10 -0500
committerGitHub <noreply@github.com>2017-09-30 03:00:10 -0500
commit741c99cded03ceb2d924b52b5c44d68bc5901b17 (patch)
tree722c09a5712e65b460268a300b0799eeef6374fc /include/battle_ai_script_commands.h
parentf09a6a653c2691865314a309266d4d6d82152fdc (diff)
parent4dad58648fe65b7df90da45972518222853b2e98 (diff)
Merge pull request #45 from DizzyEggg/decomp_battle4
Decompile Battle 4
Diffstat (limited to 'include/battle_ai_script_commands.h')
-rw-r--r--include/battle_ai_script_commands.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/battle_ai_script_commands.h b/include/battle_ai_script_commands.h
new file mode 100644
index 000000000..5fb422b41
--- /dev/null
+++ b/include/battle_ai_script_commands.h
@@ -0,0 +1,13 @@
+#ifndef GUARD_BATTLE_AI_SCRIPT_COMMANDS_H
+#define GUARD_BATTLE_AI_SCRIPT_COMMANDS_H
+
+void BattleAI_HandleItemUseBeforeAISetup(u8 defaultScoreMoves);
+void BattleAI_SetupAIData(u8 defaultScoreMoves);
+u8 BattleAI_ChooseMoveOrAction(void);
+void ClearBankMoveHistory(u8 bank);
+void RecordAbilityBattle(u8 bank, u8 abilityId);
+void ClearBankAbilityHistory(u8 bank);
+void RecordItemEffectBattle(u8 bank, u8 itemEffect);
+void ClearBankItemEffectHistory(u8 bank);
+
+#endif // GUARD_BATTLE_AI_SCRIPT_COMMANDS_H