diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-02-08 21:00:28 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-02-08 21:00:28 -0500 |
commit | 56e1a52823e111ba360031338249a08162150a08 (patch) | |
tree | 2779531f046d944182f88bbc1e17adf36aa2b9e4 /include/party_menu.h | |
parent | de95a703b0350996ca26f245392c3a1dae34ea63 (diff) |
Fixes
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index 1d1661cee..14aacce88 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -18,5 +18,6 @@ u8 pokemon_ailments_get_primary(u32 status); u8 *GetMonNickname(struct Pokemon *mon, u8 *dst); u8 GetCursorSelectionMonId(void); bool8 FieldCallback_Teleport(void); +void sub_81B7F60(void); #endif // GUARD_PARTY_MENU_H |