diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-10 21:45:07 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-10 21:45:07 +0200 |
commit | 6dfe8ced2cb516202f2934bf02762503f55fd8da (patch) | |
tree | 47f1af1e61cdc01eba7f4ee34de06c2959ca6c64 /include/battle_ai_switch_items.h | |
parent | 57e5624e0619b8d96fb43ff68d9eeefe734b1a4f (diff) |
ai switching basically done
Diffstat (limited to 'include/battle_ai_switch_items.h')
-rw-r--r-- | include/battle_ai_switch_items.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/battle_ai_switch_items.h b/include/battle_ai_switch_items.h new file mode 100644 index 000000000..5c78a5386 --- /dev/null +++ b/include/battle_ai_switch_items.h @@ -0,0 +1,7 @@ +#ifndef GUARD_BATTLE_AI_SWITCH_ITEMS_H +#define GUARD_BATTLE_AI_SWITCH_ITEMS_H + +void AI_TrySwitchOrUseItem(void); +u8 GetMostSuitableMonToSwitchInto(void); + +#endif // GUARD_BATTLE_AI_SWITCH_ITEMS_H |