Skip to content

Commit

Permalink
Fix otherFormes capitalization in gen7/pokedex.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Apr 30, 2020
1 parent edddcb5 commit 4afdd7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/mods/gen7/pokedex.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const BattlePokedex: {[k: string]: ModdedSpeciesData} = {
charizard: {
inherit: true,
otherFormes: ["charizardmegax", "charizardmegay"],
otherFormes: ["Charizard-Mega-X", "Charizard-Mega-Y"],
},
butterfree: {
inherit: true,
Expand All @@ -10,7 +10,7 @@ export const BattlePokedex: {[k: string]: ModdedSpeciesData} = {
pikachu: {
inherit: true,
otherFormes: [
"pikachucosplay", "pikachurockstar", "pikachubelle", "pikachupopstar", "pikachuphd", "pikachulibre", "pikachuoriginal", "pikachuhoenn", "pikachusinnoh", "pikachuunova", "pikachukalos", "pikachualola", "pikachupartner", "pikachustarter",
"Pikachu-Cosplay", "Pikachu-Rock-Star", "Pikachu-Belle", "Pikachu-Pop-Star", "Pikachu-PhD", "Pikachu-Libre", "Pikachu-Original", "Pikachu-Hoenn", "Pikachu-Sinnoh", "Pikachu-Unova", "Pikachu-Kalos", "Pikachu-Alola", "Pikachu-Partner", "Pikachu-Starter",
],
},
pikachuoriginal: {
Expand Down Expand Up @@ -43,15 +43,15 @@ export const BattlePokedex: {[k: string]: ModdedSpeciesData} = {
},
meowth: {
inherit: true,
otherFormes: ["meowthalola"],
otherFormes: ["Meowth-Alola"],
},
machamp: {
inherit: true,
otherFormes: undefined,
},
gengar: {
inherit: true,
otherFormes: ['gengarmega'],
otherFormes: ['Gengar-Mega'],
},
kingler: {
inherit: true,
Expand All @@ -71,7 +71,7 @@ export const BattlePokedex: {[k: string]: ModdedSpeciesData} = {
},
eevee: {
inherit: true,
otherFormes: ['eeveestarter'],
otherFormes: ['Eevee-Starter'],
},
snorlax: {
inherit: true,
Expand Down

0 comments on commit 4afdd7b

Please sign in to comment.