diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-15 14:24:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 14:24:22 -0600 |
commit | 39f54b346d8121849250b18e4af2855e1d34c22d (patch) | |
tree | 3004b8fb87a9d7c5801eb435ead4a9461a500f0b /include/battle_controllers.h | |
parent | 216c388001bf4342ecb1298237d748baf69e7a33 (diff) | |
parent | 4311fd8b89903a35a4485ff7db8a44036bfd1bdc (diff) |
Merge pull request #382 from Slawter666/synchronise
Move field effects enum to defines
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r-- | include/battle_controllers.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/battle_controllers.h b/include/battle_controllers.h index b449bb501..ff5a629af 100644 --- a/include/battle_controllers.h +++ b/include/battle_controllers.h @@ -1,8 +1,6 @@ #ifndef GUARD_BATTLE_CONTROLLERS_H #define GUARD_BATTLE_CONTROLLERS_H -#include "battle.h" - enum { REQUEST_ALL_BATTLE, |