diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-22 20:10:35 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-22 20:13:15 -0500 |
commit | eff1ad330031633b2a28f2b9e8bc8f5e5258826a (patch) | |
tree | 11e210da07d43994ee19b286e29752ca0d543f82 /include/party_menu.h | |
parent | 1e4f12e6fa9e3b22d4f1a60ca69313b5dec0ca38 (diff) |
Decompile field poison
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 7a7d59cd0..024971193 100644 --- a/include/party_menu.h +++ b/include/party_menu.h @@ -4,5 +4,6 @@ bool8 pokemon_has_move(struct Pokemon *, u16); void sub_81B58A8(void); void DoWallyTutorialBagMenu(void); +u8 pokemon_ailments_get_primary(u32 status); #endif // GUARD_PARTY_MENU_H |