mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-05 02:40:56 +01:00
catch < gen7 with engine
This commit is contained in:
parent
7008c01f25
commit
5592fa434a
@ -7037,13 +7037,12 @@ const struct Item gItems[] =
|
||||
.flingPower = 10,
|
||||
},
|
||||
|
||||
#ifndef BATTLE_ENGINE
|
||||
#define CONFUSE_BERRY_HEAL_FRACTION 8
|
||||
#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
|
||||
#define CONFUSE_BERRY_HEAL_FRACTION 2
|
||||
#else
|
||||
#if B_CONFUSE_BERRIES_HEAL >= GEN_8
|
||||
#define CONFUSE_BERRY_HEAL_FRACTION 3
|
||||
#elseif B_CONFUSE_BERRIES_HEAL == GEN_7
|
||||
#define CONFUSE_BERRY_HEAL_FRACTION 2
|
||||
#define CONFUSE_BERRY_HEAL_FRACTION 8
|
||||
#endif
|
||||
|
||||
[ITEM_FIGY_BERRY] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user