summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-09-21 20:40:14 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-09-21 20:40:14 -0700
commit18e88baffa65cc6a647f96441446238616df275c (patch)
tree33d4cbd7fe8e20741aec271aaa7d4581e00c3a72 /include/pokemon.h
parentf4941b3f8e6ed9a919256e5b437d9f88093dcd8d (diff)
Decompile PartyMenuPrintGenderIcon funcs
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h4
1 files changed, 3 insertions, 1 deletions
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