Sync/document the rest of strings.c

This commit is contained in:
GriffinR
2022-09-13 14:14:36 -04:00
parent 803c686569
commit 7b2da8e402
21 changed files with 372 additions and 374 deletions
+1 -1
View File
@@ -534,7 +534,7 @@ void CreateYesNoMenu(const struct WindowTemplate *window, u8 fontId, u8 left, u8
sYesNoWindowId = AddWindow(window);
DrawStdFrameWithCustomTileAndPalette(sYesNoWindowId, 1, baseTileNum, paletteNum);
textSubPrinter.currentChar = gUnknown_841623D;
textSubPrinter.currentChar = gText_YesNo;
textSubPrinter.windowId = sYesNoWindowId;
textSubPrinter.fontId = fontId;
textSubPrinter.x = GetMenuCursorDimensionByFont(fontId, 0) + left;