EXT_CTRL_CODE_SIZE -> EXT_CTRL_CODE_FONT

This commit is contained in:
LOuroboros
2021-10-29 19:00:07 -03:00
parent 5536bce88d
commit cde0ce878c
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1500,7 +1500,7 @@ static void MoveSelectionDisplayMoveType(void)
txtPtr = StringCopy(gDisplayedStringBattle, gText_MoveInterfaceType);
*(txtPtr)++ = EXT_CTRL_CODE_BEGIN;
*(txtPtr)++ = EXT_CTRL_CODE_SIZE;
*(txtPtr)++ = EXT_CTRL_CODE_FONT;
*(txtPtr)++ = 1;
StringCopy(txtPtr, gTypeNames[gBattleMoves[moveInfo->moves[gMoveSelectionCursor[gActiveBattler]]].type]);