Syntax fix

Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
This commit is contained in:
LOuroboros 2021-06-02 16:43:01 -03:00 committed by GitHub
parent 0bc8ed59f5
commit 1b13db80fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -250,7 +250,7 @@ const u8 gItemEffect_Zinc[11] = {
[10] = ITEM10_IS_VITAMIN,
};
#define FEATHER_FRIENDSHIP_CHANGE(i) \
#define FEATHER_FRIENDSHIP_CHANGE(i) \
[(i) + 0] = 3, /* Friendship change, low */ \
[(i) + 1] = 2, /* Friendship change, mid */ \
[(i) + 2] = 1 /* Friendship change, high */