diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-19 19:57:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-19 19:57:31 -0600 |
commit | 48d7c0a7a389479727b771361132871ca99f9087 (patch) | |
tree | fb6bac591e74f1d867e59b5bf5b2ca7a01ad6f2e /include/menu.h | |
parent | 5b73fe138cf06f176ca2c2184b8ea004acb9545b (diff) | |
parent | d6589d1abc29516fe1afe0aed4105d0dabc81778 (diff) |
Merge pull request #454 from golemgalvanize/decompile_party_menu
Decompile party menu
Diffstat (limited to 'include/menu.h')
-rw-r--r-- | include/menu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/menu.h b/include/menu.h index 894dfd78e..2606b1f58 100644 --- a/include/menu.h +++ b/include/menu.h @@ -91,5 +91,8 @@ void sub_8198204(const u8 *string, const u8 *string2, u8 a3, u8 a4, bool8 copyTo void sub_8197AE8(bool8 copyToVram); void sub_81997AC(u8 windowId, u8 a4, u8 a6, u8 a7, const struct MenuAction *strs); s8 Menu_ProcessInputGridLayout(void); +u8 InitMenuInUpperLeftCorner(u8 windowId, u8 itemCount, u8 initialCursorPos, bool8 APressMuted); +s8 Menu_ProcessInputNoWrapAround_other(void); +void sub_8199CBC(u8 bgId, u16 *dest, u8 left, u8 top, u8 width, u8 height); #endif // GUARD_MENU_H |