Skip to content

Commit

Permalink
refactor: update data [skip publish]
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 13, 2024
1 parent 902e6cf commit c7adf17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/lib/assets/formats.json
Expand Up @@ -1274,7 +1274,7 @@
"hydrapple": "UU",
"gougingfire": "OU",
"ragingbolt": "OU",
"ironboulder": "UU",
"ironboulder": "UUBL",
"ironcrown": "UU",
"terapagos": "Uber",
"pecharunt": "UU",
Expand Down
4 changes: 0 additions & 4 deletions src/lib/assets/items.ts
Expand Up @@ -1861,7 +1861,6 @@ export const items = new Collection<string, PokemonTypes.Item>([
{
desc: 'Evolves Galarian Slowpoke into Galarian Slowbro when used.',
gen: 8,
isNonstandard: IsNonStandard.Unobtainable,
name: 'Galarica Cuff',
specialSprite: 'https://www.serebii.net/itemdex/sprites/galaricacuff.png'
}
Expand All @@ -1871,7 +1870,6 @@ export const items = new Collection<string, PokemonTypes.Item>([
{
desc: 'Evolves Galarian Slowpoke into Galarian Slowking when used.',
gen: 8,
isNonstandard: IsNonStandard.Unobtainable,
name: 'Galarica Wreath',
specialSprite: 'https://www.serebii.net/itemdex/sprites/galaricawreath.png'
}
Expand Down Expand Up @@ -4800,7 +4798,6 @@ export const items = new Collection<string, PokemonTypes.Item>([
{
desc: 'A special Poké Ball that is used only in the Safari Zone and Great Marsh.',
gen: 1,
isNonstandard: IsNonStandard.Unobtainable,
name: 'Safari Ball'
}
],
Expand Down Expand Up @@ -5226,7 +5223,6 @@ export const items = new Collection<string, PokemonTypes.Item>([
{
desc: 'A special Poké Ball for the Bug-Catching Contest.',
gen: 2,
isNonstandard: IsNonStandard.Unobtainable,
name: 'Sport Ball'
}
],
Expand Down

0 comments on commit c7adf17

Please sign in to comment.