summaryrefslogtreecommitdiff
path: root/include/text_window.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-23 21:23:38 -0700
committerYamaArashi <shadow962@live.com>2016-09-23 21:23:38 -0700
commit67eb0f4812a2b02dfceb795a34fe489c66cc3dca (patch)
tree1d0e5a5cbf591e40a030a8e3d3a4183000a30e8b /include/text_window.h
parent003e25a603fb0ccfd1170c49a3e63f482c2e70da (diff)
name ClearStandardMessageBox()
Diffstat (limited to 'include/text_window.h')
-rw-r--r--include/text_window.h2
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