summaryrefslogtreecommitdiff
path: root/src/battle_controller_opponent.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-03-10 10:33:23 -0500
committerGriffinR <griffin.g.richards@gmail.com>2022-03-10 10:44:04 -0500
commitd66413557288082f0b553b209b51fede7d8810c8 (patch)
tree7b3550228eb889822dabcc24af026a498a51957b /src/battle_controller_opponent.c
parenteca5233abe83a074ce97f9e47b30eb0c0f430a9e (diff)
Add usage of battle strings table offset constant
Diffstat (limited to 'src/battle_controller_opponent.c')
-rw-r--r--src/battle_controller_opponent.c2
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)