diff options
Diffstat (limited to 'src/text.c')
-rw-r--r-- | src/text.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/text.c b/src/text.c index d963045df..a5a78b430 100644 --- a/src/text.c +++ b/src/text.c @@ -1480,7 +1480,7 @@ const struct WindowTemplate gWindowTemplate_81E7144 = BG_SCREEN_ADDR(31), // tilemap }; -const struct WindowTemplate gWindowTemplate_81E7160 = +const struct WindowTemplate gWindowTemplate_ContestPainting = { 1, // BG number 1, // BG character base block @@ -2019,7 +2019,7 @@ void Text_SetWindowText(struct Window *win, const u8 *text) win->delayCounter = 0; } -void Text_InitWindow8002EB0(struct Window *win, const u8 *text, u16 tileDataStartOffset, u8 left, u8 top) +void Contest_StartTextPrinter(struct Window *win, const u8 *text, u16 tileDataStartOffset, u8 left, u8 top) { gMain.watchedKeysMask = A_BUTTON | B_BUTTON; gMain.watchedKeysPressed = 0; @@ -2546,7 +2546,7 @@ u8 Text_UpdateWindowAutoscroll(struct Window *win) return retVal; } -u8 Text_UpdateWindowInContest(struct Window *win) +u8 Contest_RunTextPrinter(struct Window *win) { u8 retVal; |