diff options
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 3987bada6..e0ad7136c 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -455,4 +455,6 @@ u16 nature_stat_mod(u8 nature, u16 n, u8 statIndex); void sub_8040B1C(void *); +u8 *sub_803F378(u16 itemId); + #endif // GUARD_POKEMON_H |