Skip to content

Commit c7adf17

Browse files
refactor: update data [skip publish]
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 902e6cf commit c7adf17

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/lib/assets/formats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@
12741274
"hydrapple": "UU",
12751275
"gougingfire": "OU",
12761276
"ragingbolt": "OU",
1277-
"ironboulder": "UU",
1277+
"ironboulder": "UUBL",
12781278
"ironcrown": "UU",
12791279
"terapagos": "Uber",
12801280
"pecharunt": "UU",

src/lib/assets/items.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,6 @@ export const items = new Collection<string, PokemonTypes.Item>([
18611861
{
18621862
desc: 'Evolves Galarian Slowpoke into Galarian Slowbro when used.',
18631863
gen: 8,
1864-
isNonstandard: IsNonStandard.Unobtainable,
18651864
name: 'Galarica Cuff',
18661865
specialSprite: 'https://www.serebii.net/itemdex/sprites/galaricacuff.png'
18671866
}
@@ -1871,7 +1870,6 @@ export const items = new Collection<string, PokemonTypes.Item>([
18711870
{
18721871
desc: 'Evolves Galarian Slowpoke into Galarian Slowking when used.',
18731872
gen: 8,
1874-
isNonstandard: IsNonStandard.Unobtainable,
18751873
name: 'Galarica Wreath',
18761874
specialSprite: 'https://www.serebii.net/itemdex/sprites/galaricawreath.png'
18771875
}
@@ -4800,7 +4798,6 @@ export const items = new Collection<string, PokemonTypes.Item>([
48004798
{
48014799
desc: 'A special Poké Ball that is used only in the Safari Zone and Great Marsh.',
48024800
gen: 1,
4803-
isNonstandard: IsNonStandard.Unobtainable,
48044801
name: 'Safari Ball'
48054802
}
48064803
],
@@ -5226,7 +5223,6 @@ export const items = new Collection<string, PokemonTypes.Item>([
52265223
{
52275224
desc: 'A special Poké Ball for the Bug-Catching Contest.',
52285225
gen: 2,
5229-
isNonstandard: IsNonStandard.Unobtainable,
52305226
name: 'Sport Ball'
52315227
}
52325228
],

0 commit comments

Comments
 (0)