diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-13 12:42:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-13 12:42:42 -0500 |
commit | 3040c1e1aa07a8a6466dd3653462595c2dd0fc9c (patch) | |
tree | 091ad4816083c88ed072580c209f1e11cb4764c3 /include/battle_controllers.h | |
parent | 52db3ad5aa83ae70e06eae87f502b09fff55aecc (diff) | |
parent | 0f44747788b774021519d600cb612c8c3303aa7d (diff) |
Merge pull request #75 from DizzyEggg/decompile_reshow_battle_screen
Decompile reshow battle screen
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r-- | include/battle_controllers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/battle_controllers.h b/include/battle_controllers.h index e36c95fbe..e710deea5 100644 --- a/include/battle_controllers.h +++ b/include/battle_controllers.h @@ -1,6 +1,8 @@ #ifndef GUARD_BATTLE_CONTROLLERS_H #define GUARD_BATTLE_CONTROLLERS_H +#include "battle_controller_player.h" + #define REQUEST_ALL_BATTLE 0x0 #define REQUEST_SPECIES_BATTLE 0x1 #define REQUEST_HELDITEM_BATTLE 0x2 |