diff options
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 cc782ab42..b90c50610 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 *, void *); +void sub_8041324(struct BoxPokemon *, struct RecordMixing_UnknownStruct *); void sub_8041790(int i); u16 sub_8041870(u16); void sub_8041940(void); |