diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-14 20:39:52 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-14 20:39:52 -0600 |
commit | 07f5db48c075f55a67136afb84ac804d525f5de3 (patch) | |
tree | 2daef3cfdbdaf66c7e91c629a75a9730c6a85191 /include/pokemon.h | |
parent | 20de25004946139a601cd2965afc2e9645a56b96 (diff) |
start decompiling the behemoth that is sub_803E1B0
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 539323bdb..874ad7e09 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -628,5 +628,8 @@ void PartySpreadPokerus(struct Pokemon *party); struct Sprite *sub_80F7920(u16, u16, const u16 *); +bool8 HealStatusConditions(struct Pokemon *mon, u32 unused, u32 healMask, u8 battleId); + + #endif // GUARD_POKEMON_H |