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_controllers.c | |
parent | 5568895b043dc37e95be0e99787541d78a7c6fee (diff) |
ported battle_controller_player from pokeem and matched several new functions
Diffstat (limited to 'src/battle_controllers.c')
-rw-r--r-- | src/battle_controllers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controllers.c b/src/battle_controllers.c index 509a00824..96790a52d 100644 --- a/src/battle_controllers.c +++ b/src/battle_controllers.c @@ -1,6 +1,6 @@ #include "global.h" #include "battle.h" -#include "battle_2.h" +#include "battle_main.h" #include "battle_ai_script_commands.h" #include "battle_anim.h" #include "battle_util.h" |