diff options
| author | camthesaxman <cameronghall@cox.net> | 2017-07-18 15:41:53 -0500 | 
|---|---|---|
| committer | camthesaxman <cameronghall@cox.net> | 2017-07-18 15:41:53 -0500 | 
| commit | 11528c7581cbfc9711039320790e5d32fff5287a (patch) | |
| tree | 2f7bb1e07da4842a544c3d19c5d88804f7242026 /include | |
| parent | ae93b43bcf48a9e56f90a227f071bde9cc456814 (diff) | |
decompile OpponentHandleTrainerThrow - sub_803541C
Diffstat (limited to 'include')
| -rw-r--r-- | include/battle_ai.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/battle_ai.h b/include/battle_ai.h index 028da2c27..2922da0b3 100644 --- a/include/battle_ai.h +++ b/include/battle_ai.h @@ -23,6 +23,7 @@ enum  // battle_ai  void BattleAI_SetupAIData(void); +u8 BattleAI_GetAIActionToUse(void);  void BattleAI_DoAIProcessing(void);  void sub_810745C(void);  void AIStackPushVar(u8 *); | 
