Pokedex Location Command

This commit is contained in:
Dragon Fire
2020-12-10 09:35:56 -05:00
parent e4f0735d59
commit 91ea2e7081
5 changed files with 144 additions and 10 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"red": "Red",
"blue": "Blue",
"yellow": "Yellow",
"gold": "Gold",
"silver": "Silver",
"crystal": "Crystal",
"ruby": "Ruby",
"sapphire": "Sapphire",
"emerald": "Emerald",
"firered": "FireRed",
"leafgreen": "LeafGreen",
"diamond": "Diamond",
"pearl": "Pearl",
"platinum": "Platinum",
"heartgold": "HeartGold",
"soulsilver": "SoulSilver",
"black": "Black",
"white": "White",
"black-2": "Black 2",
"white-2": "White 2",
"x": "X",
"y": "Y",
"alpha-sapphire": "Alpha Sapphire",
"omega-ruby": "Omega Ruby",
"sun": "Sun",
"moon": "Moon",
"ultra-sun": "Ultra Sun",
"ultra-moon": "Ultra Moon",
"sword": "Sword",
"shield": "Shield"
}