diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-14 20:10:19 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-14 20:10:19 -0400 |
commit | 31f4edbe503134eba4f7fee8ca9ecc85099c51bd (patch) | |
tree | cdd80b042f7b1a6f9fb94000dd3d9797c4dcb753 /include/battle_controllers.h | |
parent | 99ec579debc63991f16e08ef906111ad556edad5 (diff) |
Document more symbols in battle
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r-- | include/battle_controllers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_controllers.h b/include/battle_controllers.h index 412856353..89164b009 100644 --- a/include/battle_controllers.h +++ b/include/battle_controllers.h @@ -184,7 +184,7 @@ extern struct UnusedControllerStruct gUnknown_2022870; // general functions void HandleLinkBattleSetup(void); void SetUpBattleVars(void); -void sub_800D30C(void); +void InitBtlControllers(void); void sub_800DD28(void); void PrepareBufferDataTransferLink(u8 bufferId, u16 size, u8 *data); |