diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-04-02 13:35:52 +0200 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-02 16:28:38 -0500 |
commit | baa187665b102b0210ecd7296aaaf0de512d3e87 (patch) | |
tree | dda624acf585ee44f10740b20745a8aa2a489592 /include/menu.h | |
parent | 2745cdc7d26e84d7efc5349519a494610390e130 (diff) |
Document a bit of script menu and battle anims
Diffstat (limited to 'include/menu.h')
-rw-r--r-- | include/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/menu.h b/include/menu.h index 4f3c4a3cc..2392de703 100644 --- a/include/menu.h +++ b/include/menu.h @@ -91,7 +91,7 @@ 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); -void sub_81997AC(u8 windowId, u8 a4, u8 a6, u8 a7, const struct MenuAction *strs); +void PrintMenuGridTable(u8 windowId, u8 optionWidth, u8 horizontalCount, u8 verticalCount, const struct MenuAction *strs); s8 Menu_ProcessInputGridLayout(void); u8 InitMenuInUpperLeftCorner(u8 windowId, u8 itemCount, u8 initialCursorPos, bool8 APressMuted); s8 Menu_ProcessInputNoWrapAround_other(void); |