Skip to content

Commit

Permalink
feat: update flavor texts
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 15, 2023
1 parent e458ef0 commit 8c9334f
Show file tree
Hide file tree
Showing 2 changed files with 1,343 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,17 @@ export function getTextContent(bit1: string) {
.replaceAll('{{tt|*|Pokédex entry only found in Pokémon HOME}}', '')
.replaceAll('{{tt|*|In Ver 1.0, Tyranitar uses its entry from LeafGreen}}', '')
.replaceAll('’', "'")
.replaceAll('−', '-')
.replaceAll('“', '"')
.replaceAll('”', '"')
.replaceAll(' <!--error in game--> ', ' ')
.replaceAll('<!-- period is missing -->', '.')
.replaceAll(`{{tt|–75<!--U+2013 EN DASH in-game--> degrees Fahrenheit|−60 degrees Celsius}}`, '-75 degrees Fahrenheit')
.replaceAll(`{{tt|–75<!--U+2013 EN DASH in-game--> degrees Fahrenheit|-60 degrees Celsius}}`, '-75 degrees Fahrenheit')
.replaceAll(`{{tt|–58<!--U+2013 EN DASH in-game--> degrees Fahrenheit|−50 degrees Celsius}}`, '-58 degrees Fahrenheit')
.replaceAll(`{{tt|–58<!--U+2013 EN DASH in-game--> degrees Fahrenheit|-50 degrees Celsius}}`, '-58 degrees Fahrenheit')
.replaceAll(`{{tt|–240<!--U+2013 EN DASH in-game--> degrees Fahrenheit|−150 degrees Celsius}}`, '-240 degrees Fahrenheit')
.replaceAll(`{{tt|–240<!--U+2013 EN DASH in-game--> degrees Fahrenheit|-150 degrees Celsius}}`, '-240 degrees Fahrenheit')
.replaceAll(`{{tt|this|''the'' in Ruby v1.0}}`, 'this')
.replaceAll(`{{tt|Bug/Grass Pokémon|''BUG POKéMON'' in R/S v1.0}}`, 'Bug/Grass Pokémon')
.replaceAll('{{tt|*|Unused entry}}', '')
Expand Down
Loading

0 comments on commit 8c9334f

Please sign in to comment.