diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-23 12:51:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-23 12:51:58 -0400 |
commit | 18a567fb29aab58250170ecb3a0ac4f5d19094a9 (patch) | |
tree | 85b1d63b147a6b148bfd2f738c07ce59a34042a3 /src/text_window.c | |
parent | ed0546faaeee4e41ac9b0906bfcbac3e50aa7b22 (diff) |
Document remaining contest.c functions
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 |