From e3d363b97f4dc3f66297efb02450a276f309b8f4 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Thu, 14 Dec 2023 22:11:30 +0100 Subject: [PATCH] fix: fixed other forms for pokestar ufo --- src/lib/assets/pokedex-data/pokestar.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',