diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-13 12:53:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-13 12:53:09 -0500 |
commit | 0c1d33da4f6db7b90913586a39ed60ea2b13f39e (patch) | |
tree | 79eb899d0c0e3281a11f1d447879090dc208ef80 /src/battle_controllers.c | |
parent | a2a6700966cc802185577e44ba88a9154429c93b (diff) | |
parent | a26380663c5acc636fb8c163c014187129afae8f (diff) |
Merge pull request #353 from Diegoisawesome/master
Port/decompile cable_club.s
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 63154ae8b..56ff34528 100644 --- a/src/battle_controllers.c +++ b/src/battle_controllers.c @@ -1,6 +1,7 @@ #include "global.h" #include "battle.h" #include "battle_controllers.h" +#include "cable_club.h" #include "link.h" #include "task.h" #include "battle_ai_script_commands.h" @@ -18,7 +19,6 @@ extern u8 gUnknown_02022D0A; static EWRAM_DATA u8 sBattleBuffersTransferData[0x100] = {}; -extern void task00_08081A90(u8 taskId); // cable_club extern void sub_81B8D64(u8 battlerId, u8 arg1); // party_menu // this file's funcionts |