diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-22 00:17:34 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-22 00:17:34 -0800 |
commit | 3c286feec6786ed6d6bb12161719cf06ffacaf31 (patch) | |
tree | d27be6ae1d47377286a24329ed403e348a63b27e /include/party_menu.h | |
parent | e675043558c3dba9409358b37d1d11c2302702d0 (diff) | |
parent | 4554b546ef1699d4b3bde9ef27e7477e620d38d9 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into dump_songs
Diffstat (limited to 'include/party_menu.h')
-rw-r--r-- | include/party_menu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/party_menu.h b/include/party_menu.h index c787bafb1..3756ef569 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -1,7 +1,8 @@ #ifndef GUARD_PARTY_MENU_H #define GUARD_PARTY_MENU_H -enum { +enum +{ AILMENT_NONE, AILMENT_PSN, AILMENT_PRZ, @@ -14,5 +15,6 @@ bool8 pokemon_has_move(struct Pokemon *, u16); void sub_81B58A8(void); void DoWallyTutorialBagMenu(void); u8 pokemon_ailments_get_primary(u32 status); +u8 *GetMonNickname(struct Pokemon *mon, u8 *dst); #endif // GUARD_PARTY_MENU_H |