From 67eb0f4812a2b02dfceb795a34fe489c66cc3dca Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 23 Sep 2016 21:23:38 -0700 Subject: name ClearStandardMessageBox() --- include/text_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3