File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/lib/assets/pokedex-data Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 [
Original file line number Diff line number Diff 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 [
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments