diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-10-01 21:38:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-01 21:38:28 -0700 |
commit | 3776a9fb4f0531535b0b5879dab7b3b6bd231736 (patch) | |
tree | 8361facfccf7a68ff6b13c6a7b22771a4cf9d585 /include/daycare.h | |
parent | 50dc4f429d4aa68e0365adc71d17e43a0dd7b843 (diff) | |
parent | 97d2b14422fae0c8bc30440d136e86778a122964 (diff) |
Merge pull request #427 from PikalaxALT/trade
decompile trade.s
Diffstat (limited to 'include/daycare.h')
-rw-r--r-- | include/daycare.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/daycare.h b/include/daycare.h index e3aec68d3..e46351d72 100644 --- a/include/daycare.h +++ b/include/daycare.h @@ -10,5 +10,6 @@ void sub_8041950(void); void sub_8042044(struct Pokemon *mon, u16, u8); u8 sub_80422A0(void); u8 daycare_relationship_score_from_savegame(void); +bool8 NameHasGenderSymbol(const u8 *, u8); #endif // GUARD_DAYCARE_H |