diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-13 12:53:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-13 12:53:09 -0500 |
commit | 0c1d33da4f6db7b90913586a39ed60ea2b13f39e (patch) | |
tree | 79eb899d0c0e3281a11f1d447879090dc208ef80 /include/menu.h | |
parent | a2a6700966cc802185577e44ba88a9154429c93b (diff) | |
parent | a26380663c5acc636fb8c163c014187129afae8f (diff) |
Merge pull request #353 from Diegoisawesome/master
Port/decompile cable_club.s
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 |