diff --git a/src/lib/assets/pokedex-data/pokestar.ts b/src/lib/assets/pokedex-data/pokestar.ts index 22a01bc49c..f8095df7eb 100644 --- a/src/lib/assets/pokedex-data/pokestar.ts +++ b/src/lib/assets/pokedex-data/pokestar.ts @@ -37,7 +37,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [ heightm: 1.5, isEggObtainable: false, num: -5001, - otherFormes: ['Pokestar UFO-2', 'Pokestar UFO-PropU2'], + otherFormes: ['pokestarufo2', 'pokestarufopropu2'], specialBackSprite: 'https://play.pokemonshowdown.com/sprites/gen5-back/pokestarufo.png', specialShinyBackSprite: 'https://play.pokemonshowdown.com/sprites/gen5-back-shiny/pokestarufo.png', specialShinySprite: 'https://play.pokemonshowdown.com/sprites/gen5-shiny/pokestarufo.png', @@ -63,7 +63,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [ heightm: 1.5, isEggObtainable: false, num: -5001, - otherFormes: ['Pokestar UFO', 'Pokestar UFO-PropU2'], + otherFormes: ['pokestarufo', 'pokestarufopropu2'], specialBackSprite: 'https://play.pokemonshowdown.com/sprites/gen5-back/pokestarufo2.png', specialShinyBackSprite: 'https://play.pokemonshowdown.com/sprites/gen5-back-shiny/pokestarufo2.png', specialShinySprite: 'https://play.pokemonshowdown.com/sprites/gen5-shiny/pokestarufo2.png', @@ -402,7 +402,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [ heightm: 1.5, isEggObtainable: false, num: -5001, - otherFormes: ['Pokestar UFO', 'Pokestar UFO-U2'], + otherFormes: ['pokestarufo', 'pokestarufou2'], specialBackSprite: 'https://play.pokemonshowdown.com/sprites/gen5-back/pokestarufopropu2.png', specialShinyBackSprite: 'https://play.pokemonshowdown.com/sprites/gen5-back-shiny/pokestarufopropu2.png', specialShinySprite: 'https://play.pokemonshowdown.com/sprites/gen5-shiny/pokestarufopropu2.png',