summaryrefslogtreecommitdiff
path: root/src/data
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 /src/data
parentee61726136c4d3c9a84eb89672890b66e31f4f45 (diff)
parent749965d56b00a33d988431eacf1405e8aeccb5bf (diff)
Merge pull request #944 from GriffinRichards/doc-itemuse
Document item_use.c
Diffstat (limited to 'src/data')
-rw-r--r--src/data/pokemon/item_effects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/pokemon/item_effects.h b/src/data/pokemon/item_effects.h
index 2c153b0ef..698d97a43 100644
--- a/src/data/pokemon/item_effects.h
+++ b/src/data/pokemon/item_effects.h
@@ -236,7 +236,7 @@ const u8 gItemEffect_PPMax[9] = {
};
const u8 gItemEffect_GuardSpec[8] = {
- [3] = ITEM3_MIST,
+ [3] = ITEM3_GUARD_SPEC,
[5] = ITEM5_FRIENDSHIP_LOW | ITEM5_FRIENDSHIP_MID,
[6] = 1,
[7] = 1,