From dc884dc4ba07d59ca0c6a31b1aecb8b0d15fbd93 Mon Sep 17 00:00:00 2001 From: Zhorken Date: Mon, 23 Aug 2010 01:29:13 -0400 Subject: [PATCH] =?utf8?q?Add=20Mr.=20Pok=C3=A9mon=20and=20Primo=20as=20"l?= =?utf8?q?ocations".?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Primo is the dude in the Violet City Pokémon Center who used to host the Teachy TV programs and now sits around asking passersby what they think of him or whatever. If you tell him the right phrases for your trainer ID, he'll give you an egg. See: http://www.filb.de/games/tools/aikotoba --- pokedex/data/csv/location_internal_ids.csv | 2 ++ pokedex/data/csv/locations.csv | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pokedex/data/csv/location_internal_ids.csv b/pokedex/data/csv/location_internal_ids.csv index e276d68..7e11ecf 100644 --- a/pokedex/data/csv/location_internal_ids.csv +++ b/pokedex/data/csv/location_internal_ids.csv @@ -322,3 +322,5 @@ location_id,generation_id,internal_id 339,4,3074 340,4,3075 341,4,3076 +342,4,2013 +343,4,2014 diff --git a/pokedex/data/csv/locations.csv b/pokedex/data/csv/locations.csv index 9e126ee..94d7b86 100644 --- a/pokedex/data/csv/locations.csv +++ b/pokedex/data/csv/locations.csv @@ -329,3 +329,5 @@ id,region_id,name 339,,Pokémon Fan Club 340,,Event Site 341,,Concert Event +342,,Mr. Pokémon +343,,Primo -- 2.7.4