diff options
Diffstat (limited to 'include/text_window.h')
-rw-r--r-- | include/text_window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text_window.h b/include/text_window.h index 63ca8915e..f68db005a 100644 --- a/include/text_window.h +++ b/include/text_window.h @@ -14,6 +14,6 @@ void unref_sub_80651DC(struct Window *, u8 *); void DisplayMessageBox(struct Window *); void DrawStandardMessageBox(struct Window *win); void LoadMessageBoxTiles(struct Window *win); -void sub_806536C(struct Window *win); +void ClearStandardMessageBox(struct Window *win); #endif // GUARD_TEXT_WINDOW_H |