diff options
author | scnorton <scnorton@biociphers.org> | 2017-08-30 16:46:51 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-08-30 16:46:51 -0400 |
commit | 01f37837b1b56efa4db862a3a742f4c6034ea363 (patch) | |
tree | ca20f717265beca79b2e56279d6cddb2447e9a82 /include | |
parent | a1c5f2e6bad52af49dbf7de48ac78d4015dd073f (diff) |
Through daycare_relationship_score (nonmatching)
Diffstat (limited to 'include')
-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 59d10e18f..912b49649 100644 --- a/include/daycare.h +++ b/include/daycare.h @@ -1,7 +1,7 @@ #ifndef GUARD_DAYCARE_H #define GUARD_DAYCARE_H -u8 Daycare_CountPokemon(struct BoxPokemon *); +u8 Daycare_CountPokemon(struct DayCareData *); void sub_8041324(struct BoxPokemon *, struct DayCareMailEtc *); void sub_8041790(u16 i); u16 sub_8041870(u16); |