diff --git a/pokedex/data/csv/encounter_condition_values.csv b/pokedex/data/csv/encounter_condition_values.csv index a3ffc26..4b8d11e 100644 --- a/pokedex/data/csv/encounter_condition_values.csv +++ b/pokedex/data/csv/encounter_condition_values.csv @@ -10,8 +10,8 @@ id,encounter_condition_id,name,is_default 9,4,Ruby in slot 2,0 10,4,Sapphire in slot 2,0 11,4,Emerald in slot 2,0 -12,4,Fire Red in slot 2,0 -13,4,Leaf Green in slot 2,0 +12,4,FireRed in slot 2,0 +13,4,LeafGreen in slot 2,0 14,5,Radio off,1 15,5,Hoenn radio,0 16,5,Sinnoh radio,0 diff --git a/pokedex/data/csv/versions.csv b/pokedex/data/csv/versions.csv index b6b3fd2..2b1b9b8 100644 --- a/pokedex/data/csv/versions.csv +++ b/pokedex/data/csv/versions.csv @@ -8,10 +8,10 @@ id,version_group_id,name 7,5,Ruby 8,5,Sapphire 9,6,Emerald -10,7,Fire Red -11,7,Leaf Green +10,7,FireRed +11,7,LeafGreen 12,8,Diamond 13,8,Pearl 14,9,Platinum -15,10,Heart Gold -16,10,Soul Silver +15,10,HeartGold +16,10,SoulSilver