diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-12 19:16:02 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-12 19:16:02 -0500 |
commit | af6fd50247ac3a41bc64074f5350f2939e034e20 (patch) | |
tree | 29ae9d8478d1ee184c32c65717665b23aa47da2a /include | |
parent | 0f056ab82cad461c418f7a3c6600a374c6c27184 (diff) |
decompile sub_8091738
Diffstat (limited to 'include')
-rw-r--r-- | include/pokedex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokedex.h b/include/pokedex.h index d046fbcd4..33e63ad30 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -146,8 +146,8 @@ u8 sub_80911C8(u16 num, u8, u8); u8 sub_8091260(u16 num, u8, u8, u8); void sub_8091304(u8 *name, u8, u8); -void sub_8091458(u16 height, int i, int i1); -void sub_8091564(u16 weight, int i, int i1); +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); u16 sub_8091818(u8, u16, u16, u16); |