diff options
author | YamaArashi <shadow962@live.com> | 2017-05-07 21:10:44 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-07 21:10:44 -0700 |
commit | 9c75355d718ab63bbe53fbdf3ab0eb414982a77e (patch) | |
tree | 784bdcb70d75559fd424573d2a7cbb7b651ab09b /include | |
parent | 02c44d7f38cb37968de9118e184825083d02c231 (diff) |
decompile more pokemon functions
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 3be89c868..cfa71fe77 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -457,7 +457,7 @@ u8 GetNatureFromPersonality(u32 personality); u16 nature_stat_mod(u8 nature, u16 n, u8 statIndex); -void sub_8040B1C(void *); +void MonRestorePP(struct Pokemon *); u8 *sub_803F378(u16 itemId); |