diff options
Diffstat (limited to 'include/pokedex.h')
-rw-r--r-- | include/pokedex.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pokedex.h b/include/pokedex.h index 33e63ad30..622e278fe 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -144,15 +144,15 @@ void sub_8091060(u16); void sub_8091154(u16 order, u8, u8); u8 sub_80911C8(u16 num, u8, u8); u8 sub_8091260(u16 num, u8, u8, u8); -void sub_8091304(u8 *name, u8, u8); +void sub_8091304(const u8 *name, u8, u8); void sub_8091458(u16 height, u8 i, u8 i1); void sub_8091564(u16 weight, u8 i, u8 i1); void sub_8091738(u16, u16, u16); -void sub_80917CC(int i, int i1); +void sub_80917CC(u16 i, u16 i1); u16 sub_8091818(u8, u16, u16, u16); u16 sub_80918EC(u16 a, s16 b, s16 c, u16 d); //Not sure of return type -u8 sub_8091A4C(u8 gender, int i, int i1, int i2); +u8 sub_8091A4C(u16 gender, u16, u16, u16); #endif // GUARD_POKEDEX_H |