summaryrefslogtreecommitdiff
path: root/include/menu.h
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-09-08 19:11:14 -0500
committerGitHub <noreply@github.com>2017-09-08 19:11:14 -0500
commit4e64934d5ff4d2f58d7b9d00c047cad2a06104aa (patch)
treee0f3b15432a7cd921b56bf91b8302de65516f184 /include/menu.h
parent76320b6f84b61807e5265fe1e972e56ae9b4b6e3 (diff)
parent8d48b463ec11099fdc21ad8b709503e4b8e24f4c (diff)
Merge pull request #424 from DizzyEggg/decompile_pokemon_menu
decompile pokemon menu
Diffstat (limited to 'include/menu.h')
-rw-r--r--include/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/menu.h b/include/menu.h
index e1bb4f1e4..24ac39762 100644
--- a/include/menu.h
+++ b/include/menu.h
@@ -59,7 +59,7 @@ void sub_807274C(u8, u8, u8, u8, const struct MenuAction[], u8, u32);
s8 sub_80727CC(void);
u8 sub_807288C(u8);
void PrintMenuItems(u8, u8, u8, const struct MenuAction[]);
-void PrintMenuItemsReordered(u8, u8, u8, const struct MenuAction[], const u8*);
+void PrintMenuItemsReordered(u8 left, u8 top, u8 menuItemCount, const struct MenuAction menuItems[], const u8 *order);
void InitYesNoMenu(u8, u8, u8);
void DisplayYesNoMenu(u8, u8, u32);
s8 ProcessMenuInputNoWrap_(void);