diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-03-10 10:33:23 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2022-03-10 10:44:04 -0500 |
commit | d66413557288082f0b553b209b51fede7d8810c8 (patch) | |
tree | 7b3550228eb889822dabcc24af026a498a51957b /src/battle_controller_player.c | |
parent | eca5233abe83a074ce97f9e47b30eb0c0f430a9e (diff) |
Add usage of battle strings table offset constant
Diffstat (limited to 'src/battle_controller_player.c')
-rw-r--r-- | src/battle_controller_player.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controller_player.c b/src/battle_controller_player.c index 2133d5b6f..5b69030df 100644 --- a/src/battle_controller_player.c +++ b/src/battle_controller_player.c @@ -2551,7 +2551,7 @@ static void PlayerHandlePrintString(void) BattlePutTextOnWindow(gDisplayedStringBattle, B_WIN_MSG); gBattlerControllerFuncs[gActiveBattler] = CompleteOnInactiveTextPrinter2; BattleTv_SetDataBasedOnString(*stringId); - BattleArena_DeductMindPoints(gActiveBattler, *stringId); + BattleArena_DeductSkillPoints(gActiveBattler, *stringId); } static void PlayerHandlePrintSelectionString(void) |