Reverted FONT_SMALL

This commit is contained in:
Eduardo Quezada
2022-07-29 17:04:04 -04:00
parent c97e88b437
commit e0010b9205
4 changed files with 44 additions and 46 deletions
+1 -1
View File
@@ -5827,7 +5827,7 @@ static void DrawLevelUpBannerText(void)
printerTemplate.currentChar = gStringVar4;
printerTemplate.windowId = B_WIN_LEVEL_UP_BANNER;
printerTemplate.fontId = FONT_SMALL;
printerTemplate.fontId = 0;
printerTemplate.x = 32;
printerTemplate.y = 0;
printerTemplate.currentX = 32;