Apply suggestions from code review
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
parent
e204527f43
commit
6b414d9555
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue