summaryrefslogtreecommitdiff
path: root/include/daycare.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/daycare.h')
-rw-r--r--include/daycare.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/daycare.h b/include/daycare.h
index b90c50610..e46351d72 100644
--- a/include/daycare.h
+++ b/include/daycare.h
@@ -1,14 +1,15 @@
#ifndef GUARD_DAYCARE_H
#define GUARD_DAYCARE_H
-u8 Daycare_CountPokemon(struct BoxPokemon *);
-void sub_8041324(struct BoxPokemon *, struct RecordMixing_UnknownStruct *);
-void sub_8041790(int i);
+u8 Daycare_CountPokemon(struct DayCareData *);
+void sub_8041324(struct BoxPokemon *, struct RecordMixingDayCareMail *);
+void sub_8041790(u16 i);
u16 sub_8041870(u16);
void sub_8041940(void);
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