Skip to content

Commit

Permalink
fix: fixed other forms for pokestar ufo
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 15, 2023
1 parent b37f4a6 commit c31e145
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/assets/pokedex-data/pokestar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit c31e145

Please sign in to comment.