diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-10-13 12:41:10 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-10-13 12:41:10 -0500 |
commit | 35c69388140243c391b925fd8b9012d2d1703810 (patch) | |
tree | e1059381bbbfab968507da0150fa7100c633f002 /src/battle_controllers.c | |
parent | 04836db16721fc3ff33bda41242ab04deb9ca02f (diff) |
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 |