diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-18 19:39:25 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-18 19:39:25 -0400 |
commit | a63750306c6c8f6e55aa7e888595117857047d59 (patch) | |
tree | 4acd3927c0df8fae1c5f6d2c650862dd5d765899 /include/menu.h | |
parent | 9078a0672d190a6e23cde45ff2b22914de6e1517 (diff) |
decompile money.c and coins.c
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 99ff35adb..6a6e2e828 100644 --- a/include/menu.h +++ b/include/menu.h @@ -34,5 +34,6 @@ void do_scheduled_bg_tilemap_copies_to_vram(void); void clear_scheduled_bg_copies_to_vram(void); void AddTextPrinterParametrized2(u8 windowId, u8 fontId, u8 x, u8 y, u8 letterSpacing, u8 lineSpacing, struct TextColor *color, s8 speed, const u8 *str); void sub_8197B1C(u8 windowId, bool8 copyToVram, u16 a2, u16 a3); +void sub_810F4D8(u8 windowId, bool32 someBool); #endif // GUARD_MENU_H |