Sync text ctrl codes with pokefirered

This commit is contained in:
GriffinR
2022-11-23 21:13:00 -05:00
parent 4736b4b14d
commit 004ce32da0
6 changed files with 18 additions and 18 deletions

View File

@@ -133,7 +133,7 @@ void PadNameString(u8 *dest, u8 padChar)
while (length < PLAYER_NAME_LENGTH - 1)
{
dest[length] = EXT_CTRL_CODE_BEGIN;
dest[length + 1] = EXT_CTRL_CODE_RESET_SIZE;
dest[length + 1] = EXT_CTRL_CODE_RESET_FONT;
length += 2;
}
}