diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-16 16:57:52 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-16 16:57:52 -0400 |
commit | c4b61cc0ed966a194942256ce6c2936f8183d414 (patch) | |
tree | 316d11ef06c28f6d653bae28956d228e7345d4cc /include | |
parent | 783488aae5a4421bdca249a18458831704afbab0 (diff) |
Document FRLG-unique vars in main.c
Diffstat (limited to 'include')
-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 0cbda02c0..7dacb1343 100644 --- a/include/battle_controllers.h +++ b/include/battle_controllers.h @@ -185,7 +185,7 @@ extern struct UnusedControllerStruct gUnknown_2022870; void HandleLinkBattleSetup(void); void SetUpBattleVars(void); void InitBtlControllers(void); -void sub_800DD28(void); +void TryReceiveLinkBattleData(void); void PrepareBufferDataTransferLink(u8 bufferId, u16 size, u8 *data); // emitters |