diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-24 01:33:57 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-24 01:33:57 -0600 |
commit | 980b055bf09215d89870730fa8cea2ac207e2260 (patch) | |
tree | 60c96f448c076fae793c378cd2327779b5821718 /src/battle_controllers.c | |
parent | f835a356622b0038d82bd45fe698d5663091fcde (diff) | |
parent | 72aa9eb5a91bc36514eb5cf922c5cde209fba8c5 (diff) |
Merge pull request #471 from DizzyEggg/clean
Get rid of externs and add includes
Diffstat (limited to 'src/battle_controllers.c')
-rw-r--r-- | src/battle_controllers.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/battle_controllers.c b/src/battle_controllers.c index a6d6e9294..1b0ca6a73 100644 --- a/src/battle_controllers.c +++ b/src/battle_controllers.c @@ -6,6 +6,7 @@ #include "battle_message.h" #include "cable_club.h" #include "link.h" +#include "party_menu.h" #include "pokemon.h" #include "recorded_battle.h" #include "task.h" @@ -19,8 +20,6 @@ static EWRAM_DATA u8 sUnknown_02022D0A = 0; EWRAM_DATA struct UnusedControllerStruct gUnknown_02022D0C = {}; static EWRAM_DATA u8 sBattleBuffersTransferData[0x100] = {}; -extern void sub_81B8D64(u8 battlerId, u8 arg1); // party_menu - // this file's funcionts static void CreateTasksForSendRecvLinkBuffers(void); static void InitLinkBtlControllers(void); |