diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-08-29 23:18:46 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-08-29 23:18:46 -0400 |
commit | 99d478f1d392729a421c4d50ad074f49501857e3 (patch) | |
tree | edacd217d44b9d40a3e3f42f42b3eef363f31855 /include | |
parent | c3f70c933c0a32d70ce1a471cc66833b88ce03f1 (diff) |
Through sub_80417B8
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 23ddb1cdd..59d10e18f 100644 --- a/include/daycare.h +++ b/include/daycare.h @@ -3,7 +3,7 @@ u8 Daycare_CountPokemon(struct BoxPokemon *); void sub_8041324(struct BoxPokemon *, struct DayCareMailEtc *); -void sub_8041790(int i); +void sub_8041790(u16 i); u16 sub_8041870(u16); void sub_8041940(void); void sub_8041950(void); |