Add missing font constants after EXT_CTRL_CODE_FONT

This commit is contained in:
GriffinR
2022-07-18 02:36:25 -04:00
parent 165f51a295
commit a8c93dcf35
2 changed files with 2 additions and 2 deletions

View File

@@ -1501,7 +1501,7 @@ static void MoveSelectionDisplayMoveType(void)
txtPtr = StringCopy(gDisplayedStringBattle, gText_MoveInterfaceType);
*(txtPtr)++ = EXT_CTRL_CODE_BEGIN;
*(txtPtr)++ = EXT_CTRL_CODE_FONT;
*(txtPtr)++ = 1;
*(txtPtr)++ = FONT_NORMAL;
StringCopy(txtPtr, gTypeNames[gBattleMoves[moveInfo->moves[gMoveSelectionCursor[gActiveBattler]]].type]);
BattlePutTextOnWindow(gDisplayedStringBattle, B_WIN_MOVE_TYPE);