Advertisement
User12345678910

PokecenterNames.cs

Nov 2nd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.38 KB | None | 0 0
  1. internal class PokecenterNames
  2. {  
  3.     public static string[] PokecenterNames { get; set; } =
  4.     {
  5.     -- kanto
  6.     "Pokecenter Celadon",
  7.     "Pokecenter Cerulean",
  8.     "Pokecenter Cinnabar",
  9.     "Pokecenter Fuchsia",
  10.     "Pokecenter Lavender",
  11.     "Pokecenter Route 10",
  12.     "Pokecenter Route 3",
  13.     "Pokecenter Saffron",
  14.     "Pokecenter Vermilion",
  15.     "Pokecenter Viridian",
  16.     "Pokecenter Pewter",
  17.     "Mt. Silver Pokecenter",
  18.     "Indigo Plateau Center Johto",
  19.     "Indigo Plateau Center",
  20.     "Pokecenter Love Island",
  21.     "Pokecenter Trainers Valley",
  22.     -- Johto
  23.     "Olivine Pokecenter",
  24.     "Pokecenter Azalea",
  25.     "Pokecenter Blackthorn",
  26.     "Pokecenter Cherrygrove City",
  27.     "Pokecenter Cianwood",
  28.     "Pokecenter Ecruteak",
  29.     "Pokecenter Goldenrod",
  30.     "Pokecenter Mahogany",
  31.     "Pokecenter Route 32",
  32.     "Pokecenter Route 48",
  33.     "Pokecenter Violet City",
  34.     -- Hoen
  35.     "Pokecenter Dewford Town",
  36.     "Pokecenter Ever Grande City",
  37.     "Pokecenter Fallarbor Town",
  38.     "Pokecenter Fortree City",
  39.     "Pokecenter Lavaridge Town",
  40.     "Pokecenter Lilycove City",
  41.     "Pokecenter Mauville City",
  42.     "Pokecenter Mossdeep City",
  43.     "Pokecenter Oldale Town",
  44.     "Pokecenter Pacifidlog Town",
  45.     "Pokecenter Petalburg City",
  46.     "Pokecenter Rustboro City",
  47.     "Pokecenter Slateport",
  48.     "Pokecenter Sootopolis City",
  49.     "Pokecenter Verdanturf",
  50.     "Pokemon League Hoenn",
  51.     "Pokecenter Eastern Peak",
  52.     "Pokecenter Western Peak",
  53.     "Pokecenter Leev Town",
  54.     -- Sevii Islands
  55.     "Pokecenter One Island",
  56.     "Pokecenter Two Island",
  57.     "Pokecenter Three Island",
  58.     "Pokecenter Four Island",
  59.     "Pokecenter Five Island",
  60.     "Pokecenter Six Island",
  61.     "Pokecenter Seven Island",
  62.     -- Event
  63.     "Pokecenter Vulcanic Town",
  64.     "Pokecenter Cryofrost Town",
  65.     "Pokecenter Murky Town",
  66.     "Pokecenter Unison Mountain",
  67.     -- Sinnoh
  68.     "Canalave Pokecenter",
  69.     "Pokecenter Eterna City",
  70.     "Pokecenter Jubilife City",
  71.     "Pokecenter Oreburgh City",
  72.     "Veilstone Pokecenter",
  73.     "Celestic Pokecenter",
  74.     "Fight Area Pokecenter",
  75.     "Pokecenter Floaroma",
  76.     "Pokecenter Hearthome City",
  77.     "Pastoria Pokecenter",
  78.     "Pokecenter Resort Area",
  79.     "Pokecenter Sandgem Town",
  80.     "Pokecenter Snowpoint City",
  81.     "Solaceon Pokecenter",
  82.     "Pokecenter Sunyshore",
  83.     "Pokecenter Survival Area"
  84.     };
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement