mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix remakes' titles, e.g. "Fire Red" to "FireRed". #196
Like I said, it is a bit funny-lookin', but it's correct.
This commit is contained in:
parent
6c0fc3dfa5
commit
5a8992036e
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
|
@ -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
|
||||
|
|
|
Loading…
Reference in a new issue