diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-10-10 19:21:23 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-10-10 19:21:23 -0700 |
commit | 3a5020764fe3f26e8003487eff5d25b425a277a7 (patch) | |
tree | 0d002848b17576e0398b381b68c6e58c6ea183de /include/pokemon_menu.h | |
parent | c5687e5324c243e5043b040bf9920ea39481adc3 (diff) |
Add more party_menu documentation
Diffstat (limited to 'include/pokemon_menu.h')
-rw-r--r-- | include/pokemon_menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon_menu.h b/include/pokemon_menu.h index 9566a7173..57a313d89 100644 --- a/include/pokemon_menu.h +++ b/include/pokemon_menu.h @@ -40,7 +40,7 @@ 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); -void sub_808A004(u8 taskID); +void DoPokemonMenu_Switch(u8 taskID); void FieldCallback_Teleport(void); void sub_808AD58(void); void sub_808B020(void); |