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_controller_safari.c | |
parent | 99ec579debc63991f16e08ef906111ad556edad5 (diff) |
Document more symbols in battle
Diffstat (limited to 'src/battle_controller_safari.c')
-rw-r--r-- | src/battle_controller_safari.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controller_safari.c b/src/battle_controller_safari.c index b09661675..6a37c12ea 100644 --- a/src/battle_controller_safari.c +++ b/src/battle_controller_safari.c @@ -608,7 +608,7 @@ static void SafariHandleIntroSlide(void) static void SafariHandleIntroTrainerBallThrow(void) { UpdateHealthboxAttribute(gHealthboxSpriteIds[gActiveBattler], &gPlayerParty[gBattlerPartyIndexes[gActiveBattler]], HEALTHBOX_SAFARI_ALL_TEXT); - sub_804BD94(gActiveBattler); + StartHealthboxSlideIn(gActiveBattler); SetHealthboxSpriteVisible(gHealthboxSpriteIds[gActiveBattler]); gBattlerControllerFuncs[gActiveBattler] = CompleteOnHealthboxSpriteCallbackDummy; } |