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 /src/battle_controllers.c | |
parent | 99ec579debc63991f16e08ef906111ad556edad5 (diff) |
Document more symbols in battle
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 583a64eaa..dbcc0594c 100644 --- a/src/battle_controllers.c +++ b/src/battle_controllers.c @@ -62,7 +62,7 @@ void SetUpBattleVars(void) gUnknown_2023DDC = 0; } -void sub_800D30C(void) +void InitBtlControllers(void) { s32 i; |