From bd0191d8ca99501214253b2f5165e70a9128a01c Mon Sep 17 00:00:00 2001 From: camthesaxman Date: Mon, 12 Jun 2017 22:46:33 -0500 Subject: decompile sub_80917CC - sub_8091A4C --- include/pokedex.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/pokedex.h') 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 -- cgit v1.2.3