diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-05 08:15:58 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-05 08:15:58 +0800 |
commit | b9d547a02f615b991713158bb7068ce0d7169088 (patch) | |
tree | b09fb1c380e86fa9c2ba181dd669eead85f556b9 /src/battle_ai_script_commands.c | |
parent | 5568895b043dc37e95be0e99787541d78a7c6fee (diff) |
ported battle_controller_player from pokeem and matched several new functions
Diffstat (limited to 'src/battle_ai_script_commands.c')
-rw-r--r-- | src/battle_ai_script_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_ai_script_commands.c b/src/battle_ai_script_commands.c index c675e45fe..ce1b081e7 100644 --- a/src/battle_ai_script_commands.c +++ b/src/battle_ai_script_commands.c @@ -1,6 +1,6 @@ #include "global.h" #include "battle.h" -#include "battle_2.h" +#include "battle_main.h" #include "util.h" #include "item.h" #include "random.h" |