summaryrefslogtreecommitdiff
path: root/include/pokemon_menu.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-10-09 18:43:44 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-10-09 18:43:44 -0700
commit1c16828c55265e9b68b55778c3ff320b3e975965 (patch)
tree60e1854a9f79ed50ba13bf9d0294cca5e9304d01 /include/pokemon_menu.h
parent4079d8ac4ff9df6de997e3c68540e8302474b9fa (diff)
Document party menu handlers, text oam, and menu types
Diffstat (limited to 'include/pokemon_menu.h')
-rw-r--r--include/pokemon_menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon_menu.h b/include/pokemon_menu.h
index 5cac57d5d..9566a7173 100644
--- a/include/pokemon_menu.h
+++ b/include/pokemon_menu.h
@@ -36,7 +36,7 @@ enum
extern u8 gLastFieldPokeMenuOpened;
extern void (*gUnknown_03005CE4)(void);
-void sub_8089CD4(u8 taskID);
+void HandleDefaultPartyMenu(u8 taskID);
void sub_808B5B4(u32 taskID);
void sub_8089A70(void);
void sub_8089C50(u8 arg0, u8 arg1, u8 arg2, u8 noOfOptions, const struct MenuAction2 *menuActions, const u8 *order);