mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-08 18:15:49 -05:00
Fix G-Max Gengar Ability & Duplicate Regional Dex Entry
This commit is contained in:
@@ -39933,10 +39933,10 @@ const struct BaseStats gBaseStats[] =
|
||||
.growthRate = GROWTH_MEDIUM_SLOW,
|
||||
.eggGroup1 = EGG_GROUP_AMORPHOUS,
|
||||
.eggGroup2 = EGG_GROUP_AMORPHOUS,
|
||||
.ability1 = ABILITY_CURSEDBODY,
|
||||
.ability1 = ABILITY_LEVITATE,
|
||||
.ability2 = ABILITY_NONE,
|
||||
.safariZoneFleeRate = 0,
|
||||
.hiddenAbility = ABILITY_NONE,
|
||||
.hiddenAbility = ABILITY_CURSEDBODY,
|
||||
.noFlip = TRUE,
|
||||
},
|
||||
|
||||
|
||||
@@ -374,8 +374,6 @@ const u16 gPokedexOrder_Regional[] =
|
||||
SPECIES_KLEFKI,
|
||||
SPECIES_GOLETT,
|
||||
SPECIES_GOLURK,
|
||||
SPECIES_BRONZOR,
|
||||
SPECIES_BRONZONG,
|
||||
SPECIES_CHINGLING,
|
||||
SPECIES_CHIMECHO,
|
||||
SPECIES_HORSEA,
|
||||
|
||||
Reference in New Issue
Block a user