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:
ultima-soul 2021-01-08 20:07:44 -08:00 committed by GitHub
commit 2a13e85785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),