diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-25 13:26:22 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2021-03-27 17:27:20 -0500 |
commit | 7a5c6d4d869b314ce748fe2ccff493c468fa0a91 (patch) | |
tree | 0f6b4b4ab794da91b7a2565dc33e5981c886776b /src/data | |
parent | 0f869fb26630cd7ec65a1873d76d144bdfaf11d4 (diff) |
Standardize Friendship/Happiness
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/items.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/items.h b/src/data/items.h index e4e7e0fbc..fc7792186 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -2250,7 +2250,7 @@ const struct Item gItems[] = .name = _("SOOTHE BELL"), .itemId = ITEM_SOOTHE_BELL, .price = 100, - .holdEffect = HOLD_EFFECT_HAPPINESS_UP, + .holdEffect = HOLD_EFFECT_FRIENDSHIP_UP, .description = sSootheBellDesc, .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, |