diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-21 19:01:38 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-12-21 21:39:30 -0500 |
commit | 749965d56b00a33d988431eacf1405e8aeccb5bf (patch) | |
tree | 1d754df1c1c0dfe321b8ff55cd77ee857e915a78 /src/data | |
parent | 026e1108b26f4ce5cea362997135bd8efc7cb28a (diff) |
Document item_use.c
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/pokemon/item_effects.h | 2 |
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, |