diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-29 22:53:14 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-29 22:53:14 -0400 |
commit | b014273d73996d98519f90b1349feb469cd5f765 (patch) | |
tree | 7e206d7ee1e1a2f9a8ea9eec69d178599e6c624d /include/daycare.h | |
parent | 22c795304d6c1edb568dfde9c6de2091d9470785 (diff) | |
parent | cf0bf8a1f2d3cd97e0fe967270188dda24b8fac2 (diff) |
Merge branch 'master' into trade
Diffstat (limited to 'include/daycare.h')
-rw-r--r-- | include/daycare.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/daycare.h b/include/daycare.h index 7963d911a..e46351d72 100644 --- a/include/daycare.h +++ b/include/daycare.h @@ -1,9 +1,9 @@ #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); |