Apply suggestions from code review

Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
Eduardo Quezada D'Ottone 2022-08-25 22:40:19 -04:00 committed by GitHub
parent e204527f43
commit 6b414d9555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -974,9 +974,9 @@
#define ACRO_BIKE 1
// Item parameters for EXP Candies
#define EXP_100 1
#define EXP_800 2
#define EXP_3000 3
#define EXP_100 1
#define EXP_800 2
#define EXP_3000 3
#define EXP_10000 4
#define EXP_30000 5

View file

@ -1359,7 +1359,6 @@ const struct Item gItems[] =
.name = _("Rare Candy"),
.itemId = ITEM_RARE_CANDY,
.price = 10000,
.holdEffectParam = 0,
.description = sRareCandyDesc,
.pocket = POCKET_ITEMS,
.type = ITEM_USE_PARTY_MENU,