Skip to content

Commit 13991cc

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/lib/assets/pokedex-data/gen3.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
17571757
classification: 'Iron Armor Pokémon',
17581758
cry: 'https://play.pokemonshowdown.com/audio/cries/aron.mp3',
17591759
respelling: 'AIR-ron',
1760-
ipa: '/ˈɛərmɒn/'
1760+
ipa: '/ˈɛərɒn/'
17611761
}
17621762
],
17631763
[
@@ -1785,7 +1785,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
17851785
classification: 'Iron Armor Pokémon',
17861786
cry: 'https://play.pokemonshowdown.com/audio/cries/lairon.mp3',
17871787
respelling: 'LAIR-ron',
1788-
ipa: '/ˈlɛərmɒn/'
1788+
ipa: '/ˈlɛərɒn/'
17891789
}
17901790
],
17911791
[
@@ -1813,7 +1813,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
18131813
classification: 'Iron Armor Pokémon',
18141814
cry: 'https://play.pokemonshowdown.com/audio/cries/aggron.mp3',
18151815
respelling: 'AGG-ron',
1816-
ipa: '/ˈæɡmɒn/'
1816+
ipa: '/ˈæɡrɒn/'
18171817
}
18181818
],
18191819
[
@@ -1840,7 +1840,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
18401840
weightkg: 395,
18411841
cry: 'https://play.pokemonshowdown.com/audio/cries/aggron-mega.mp3',
18421842
respelling: 'AGG-ron',
1843-
ipa: '/ˈæɡmɒn/'
1843+
ipa: '/ˈæɡrɒn/'
18441844
}
18451845
],
18461846
[

src/lib/assets/pokedex-data/gen4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
2626
classification: 'Tiny Leaf Pokémon',
2727
cry: 'https://play.pokemonshowdown.com/audio/cries/turtwig.mp3',
2828
respelling: 'TUR-twig',
29-
ipa: '/ˈtərtwɪɡ/'
29+
ipa: '/ˈtɜːrtwɪɡ/'
3030
}
3131
],
3232
[

src/lib/assets/pokedex-data/gen5.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
11911191
classification: 'Muscular Pokémon',
11921192
cry: 'https://play.pokemonshowdown.com/audio/cries/gurdurr.mp3',
11931193
respelling: 'GUR-dur',
1194-
ipa: '/ˈɡərdər/'
1194+
ipa: '/ˈɡɜːrdər/'
11951195
}
11961196
],
11971197
[

0 commit comments

Comments
 (0)