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_opponent.c | |
parent | eca5233abe83a074ce97f9e47b30eb0c0f430a9e (diff) |
Add usage of battle strings table offset constant
Diffstat (limited to 'src/battle_controller_opponent.c')
-rw-r--r-- | src/battle_controller_opponent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controller_opponent.c b/src/battle_controller_opponent.c index c3830780b..ead5a8768 100644 --- a/src/battle_controller_opponent.c +++ b/src/battle_controller_opponent.c @@ -1523,7 +1523,7 @@ static void OpponentHandlePrintString(void) BufferStringBattle(*stringId); BattlePutTextOnWindow(gDisplayedStringBattle, B_WIN_MSG); gBattlerControllerFuncs[gActiveBattler] = CompleteOnInactiveTextPrinter; - BattleArena_DeductMindPoints(gActiveBattler, *stringId); + BattleArena_DeductSkillPoints(gActiveBattler, *stringId); } static void OpponentHandlePrintSelectionString(void) |