diff options
Diffstat (limited to 'src/text_window.c')
-rw-r--r-- | src/text_window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_window.c b/src/text_window.c index ade349f4e..6d2900845 100644 --- a/src/text_window.c +++ b/src/text_window.c @@ -205,7 +205,7 @@ u16 TextWindow_SetDlgFrameBaseTileNum(u16 baseTileNum) void unref_sub_80651DC(struct Window *win, u8 *text) { - Text_InitWindow8002EB0(win, text, sDialogueFrameBaseTileNum + 14, 2, 15); + Contest_StartTextPrinter(win, text, sDialogueFrameBaseTileNum + 14, 2, 15); } // Loads and draws a dialogue window frame |