mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-27 05:43:51 +01:00
fix syntax
This commit is contained in:
parent
5592fa434a
commit
d8256663e3
@ -7039,7 +7039,7 @@ const struct Item gItems[] =
|
||||
|
||||
#if defined(BATTLE_ENGINE) && B_CONFUSE_BERRIES_HEAL >= GEN_8
|
||||
#define CONFUSE_BERRY_HEAL_FRACTION 3
|
||||
#else if defined(BATTLE_ENGINE) && B_CONFUSE_BERRIES_HEAL == GEN_7
|
||||
#elseif defined(BATTLE_ENGINE) && B_CONFUSE_BERRIES_HEAL == GEN_7
|
||||
#define CONFUSE_BERRY_HEAL_FRACTION 2
|
||||
#else
|
||||
#define CONFUSE_BERRY_HEAL_FRACTION 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user