From 2ef7d8528505d071a343b3e60d6fcb0976baf4bc Mon Sep 17 00:00:00 2001 From: Hexagon12 Date: Sun, 11 Nov 2018 20:41:49 +0200 Subject: [PATCH] Fix encoding from UTF8 to ANSI --- games/pokemon-lets-go-eevee/game.dat | 2 +- games/pokemon-lets-go-pikachu/game.dat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games/pokemon-lets-go-eevee/game.dat b/games/pokemon-lets-go-eevee/game.dat index c4278f1..4c6db98 100644 --- a/games/pokemon-lets-go-eevee/game.dat +++ b/games/pokemon-lets-go-eevee/game.dat @@ -1,4 +1,4 @@ -title = "Pokemon: Let's Go, Eevee!" +title = "Pokemon: Let's Go, Eevee!" description = "Pokemon: Let's Go, Eevee! is a role-playing video game that was developed by Game Freak and published by The Pokemon Company and Nintendo for the Nintendo Switch. The game is the first installment of the main Pokemon RPG series for the Nintendo Switch. It is a enhanced remake of the 1998 video game Pokemon Yellow." wiki_override = "pokemon-lets-go" github_issues = [] diff --git a/games/pokemon-lets-go-pikachu/game.dat b/games/pokemon-lets-go-pikachu/game.dat index a3e233b..3cbdbfe 100644 --- a/games/pokemon-lets-go-pikachu/game.dat +++ b/games/pokemon-lets-go-pikachu/game.dat @@ -1,4 +1,4 @@ -title = "Pokemon: Let's Go, Pikachu!" +title = "Pokemon: Let's Go, Pikachu!" description = "Pokemon: Let's Go, Pikachu! is a role-playing video game that was developed by Game Freak and published by The Pokemon Company and Nintendo for the Nintendo Switch. The game is the first installment of the main Pokemon RPG series for the Nintendo Switch. It is a enhanced remake of the 1998 video game Pokemon Yellow." wiki_override = "pokemon-lets-go" github_issues = []