diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-07-08 01:23:28 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-07-08 01:23:28 +0100 |
commit | 08774bdd88e9c61fec790c7a92a3af78c66ba0c0 (patch) | |
tree | 7bc855529fc11e599cc40ceda9f114f86b9a6340 /include/party_menu.h | |
parent | dd228fae5a4f0426c0242b3bb5ac6dfe62673a1f (diff) | |
parent | 6313f360d5006527549b142253e22374624129e9 (diff) |
Merge https://github.com/pret/pokeemerald into pokedex-doc
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index c96eb0d9d..2cf17f1e4 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -28,7 +28,7 @@ void DoWallyTutorialBagMenu(void); u8 pokemon_ailments_get_primary(u32 status); u8 *GetMonNickname(struct Pokemon *mon, u8 *dst); u8 GetCursorSelectionMonId(void); -bool8 FieldCallback_Teleport(void); +bool8 FieldCallback_PrepareFadeInFromMenu(void); void sub_81B7F60(void); void sub_81B0FCC(u8 partyIdx, u8 a); |