diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-12 22:46:33 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-12 22:46:33 -0500 |
commit | bd0191d8ca99501214253b2f5165e70a9128a01c (patch) | |
tree | b4a3d65d428d457fa4854473c3b00d9ee7a53d6b /include/pokedex.h | |
parent | af6fd50247ac3a41bc64074f5350f2939e034e20 (diff) |
decompile sub_80917CC - sub_8091A4C
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 |