summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-12-25 11:59:07 -0600
committerGitHub <noreply@github.com>2019-12-25 11:59:07 -0600
commit8d64bc9df837021584b1d1c34796a8b8290246d7 (patch)
treeef6fba7c76eb5f12b55926e53854b0849cfa13d0 /include/pokemon.h
parentee61726136c4d3c9a84eb89672890b66e31f4f45 (diff)
parent749965d56b00a33d988431eacf1405e8aeccb5bf (diff)
Merge pull request #944 from GriffinRichards/doc-itemuse
Document item_use.c
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 316fbc2b3..2e28ae0f5 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -342,7 +342,7 @@ bool8 ExecuteTableBasedItemEffect(struct Pokemon *mon, u16 item, u8 partyIndex,
bool8 PokemonUseItemEffects(struct Pokemon *mon, u16 item, u8 partyIndex, u8 moveIndex, u8 e);
bool8 HealStatusConditions(struct Pokemon *mon, u32 battlePartyId, u32 healMask, u8 battlerId);
u8 GetItemEffectParamOffset(u16 itemId, u8 effectByte, u8 effectBit);
-u8 *sub_806CF78(u16 itemId);
+u8 *UseStatIncreaseItem(u16 itemId);
u8 GetNature(struct Pokemon *mon);
u8 GetNatureFromPersonality(u32 personality);
u16 GetEvolutionTargetSpecies(struct Pokemon *mon, u8 type, u16 evolutionItem);