diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-13 12:55:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-13 12:55:06 -0500 |
commit | 32fbf67d479c15351c718851412d84b4925acfdf (patch) | |
tree | e15fd2a025a49d29d9ff770ccbb8639aa3ffcc2c /include/menu.h | |
parent | b24559d69b6fa0abf042a1b7cdbcab3d1ec91fd6 (diff) | |
parent | 0c1d33da4f6db7b90913586a39ed60ea2b13f39e (diff) |
Merge branch 'master' into shop
Diffstat (limited to 'include/menu.h')
-rw-r--r-- | include/menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/menu.h b/include/menu.h index cddab0870..2689b026c 100644 --- a/include/menu.h +++ b/include/menu.h @@ -87,5 +87,6 @@ void AddTextPrinterParameterized5(u8 windowId, u8 fontId, const u8 *str, u8 left void sub_8199C30(u8 bgId, u8 left, u8 top, u8 width, u8 height, u8 palette); void sub_8199D3C(void *ptr, int delta, int width, int height, bool32 is8BPP); void sub_8198204(const u8 *string, const u8 *string2, u8 a3, u8 a4, bool8 copyToVram); +void sub_8197AE8(bool8 copyToVram); #endif // GUARD_MENU_H |