mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
Merge pull request #1340 from ultima-soul/gen_8_mon_data
Corrected Defines for Item Expansion-introduced Items in Gen 8 Species Data
This commit is contained in:
commit
2a13e85785
@ -23551,7 +23551,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.catchRate = 45,
|
||||
.expYield = 253,
|
||||
.evYield_SpDefense = 3,
|
||||
#ifdef BATTLE_ENGINE
|
||||
#ifdef ITEM_EXPANSION
|
||||
.item2 = ITEM_PSYCHIC_SEED,
|
||||
#endif
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
@ -24868,7 +24868,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.catchRate = 190,
|
||||
.expYield = 37,
|
||||
.evYield_SpAttack = 1,
|
||||
#ifdef BATTLE_ENGINE
|
||||
#ifdef ITEM_EXPANSION
|
||||
.item2 = ITEM_SNOWBALL,
|
||||
#endif
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
@ -25036,7 +25036,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.catchRate = 190,
|
||||
.expYield = 66,
|
||||
.evYield_Attack = 1,
|
||||
#ifdef BATTLE_ENGINE
|
||||
#ifdef ITEM_EXPANSION
|
||||
.item2 = ITEM_LAGGING_TAIL,
|
||||
#endif
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
@ -25068,7 +25068,7 @@ const struct BaseStats gBaseStats[] =
|
||||
.catchRate = 90,
|
||||
.expYield = 175,
|
||||
.evYield_Attack = 2,
|
||||
#ifdef BATTLE_ENGINE
|
||||
#ifdef ITEM_EXPANSION
|
||||
.item2 = ITEM_LAGGING_TAIL,
|
||||
#endif
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
|
Loading…
Reference in New Issue
Block a user