summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/party_menu.h2
-rw-r--r--include/pokemon.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/include/party_menu.h b/include/party_menu.h
index 853f9b2e1..2c19dc0a2 100644
--- a/include/party_menu.h
+++ b/include/party_menu.h
@@ -109,6 +109,8 @@ void PartyMenuClearLevelStatusTilemap();
void PartyMenuPrintMonLevelOrStatus();
void PartyMenuPrintMonsLevelOrStatus(void);
void PartyMenuPrintMonsLevelOrStatus(void);
+void PartyMenuDoPrintGenderIcon(u16 species, u8 gender, u8 c, u8 monIndex, u8 *nickname);
+void PartyMenuPrintGenderIcon(u8 monIndex, u8 b, struct Pokemon *pokemon);
void PartyMenuDoPrintHP(u8 monIndex, u8 b, u16 currentHP, u16 maxHP);
void PartyMenuTryPrintMonsHP(void);
void nullsub_13(void);
diff --git a/include/pokemon.h b/include/pokemon.h
index 29fd763db..2266c2ea4 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -598,8 +598,10 @@ bool8 IsOtherTrainer(u32, u8 *);
void sub_8040B8C(void);
void SetWildMonHeldItem(void);
u8 *sub_8040D08();
-bool32 sub_8040D3C(u16 species, u8 *name, u8 language);
+bool32 ShouldHideGenderIconForLanguage(u16 species, u8 *name, u8 language);
+bool32 ShouldHideGenderIcon(u16 species, u8 *name);
s8 sub_8040A54(struct Pokemon *, u8);
u16 GetMonEVCount(struct Pokemon *);
+
#endif // GUARD_POKEMON_H