diff options
author | YamaArashi <shadow962@live.com> | 2016-09-23 21:23:38 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-23 21:23:38 -0700 |
commit | 67eb0f4812a2b02dfceb795a34fe489c66cc3dca (patch) | |
tree | 1d0e5a5cbf591e40a030a8e3d3a4183000a30e8b /include/text_window.h | |
parent | 003e25a603fb0ccfd1170c49a3e63f482c2e70da (diff) |
name ClearStandardMessageBox()
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 |