Add usage of battle strings table offset constant

This commit is contained in:
GriffinR
2022-03-10 10:33:23 -05:00
parent eca5233abe
commit d664135572
8 changed files with 406 additions and 404 deletions
+1 -1
View File
@@ -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)