From 9c75355d718ab63bbe53fbdf3ab0eb414982a77e Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 7 May 2017 21:10:44 -0700 Subject: decompile more pokemon functions --- include/pokemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3