diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-08-29 22:14:29 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-08-29 22:14:29 -0400 |
commit | f25a1e6106fef11318301666359ee5ec2d45677f (patch) | |
tree | 69797d6f6b534e2d9347660cba1f75ad2e120b18 /include/daycare.h | |
parent | d7a6ff0e4dab0c96ac49975a0695014bff2b9654 (diff) |
Daycare_SendPokemon
Diffstat (limited to 'include/daycare.h')
-rw-r--r-- | include/daycare.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/daycare.h b/include/daycare.h index b90c50610..23ddb1cdd 100644 --- a/include/daycare.h +++ b/include/daycare.h @@ -2,7 +2,7 @@ #define GUARD_DAYCARE_H u8 Daycare_CountPokemon(struct BoxPokemon *); -void sub_8041324(struct BoxPokemon *, struct RecordMixing_UnknownStruct *); +void sub_8041324(struct BoxPokemon *, struct DayCareMailEtc *); void sub_8041790(int i); u16 sub_8041870(u16); void sub_8041940(void); |