diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-02 10:07:40 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-02 10:07:40 -0400 |
commit | e83a8d3454a451eb57a6c6d5e41cd64d3517ba40 (patch) | |
tree | ea74112dad16b1bb5d5c35dcfed1f6e7042f02a8 /include | |
parent | a61e8646af82098604ffc0afbc195607f0733ff3 (diff) |
through debug_sub_8160308
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 169045c0c..c827e3cd5 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -631,4 +631,8 @@ void BoxMonRestorePP(struct BoxPokemon *); bool8 HealStatusConditions(struct Pokemon *mon, u32 unused, u32 healMask, u8 battleId); +#if DEBUG +void debug_sub_803F55C(struct Pokemon *); +#endif // DEBUG + #endif // GUARD_POKEMON_H |