From 656d80d17487e046685e6fe6a2a579872938fe59 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 01:19:33 -0600 Subject: fix map names in extract_maps per 4a9db3764c20 hg-commit-id: 99e1d1a6006a --- extras/extract_maps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras') diff --git a/extras/extract_maps.py b/extras/extract_maps.py index 3964ede0..8a1419e9 100644 --- a/extras/extract_maps.py +++ b/extras/extract_maps.py @@ -25,8 +25,8 @@ maps = { 0x01: "Viridian City", 0x02: "Pewter City", 0x03: "Cerulean City", - 0x04: "Vermilion City", - 0x05: "Lavender Town", + 0x04: "Lavendar Town", #?? + 0x05: "Vermilion City", #correct 0x06: "Celadon City", 0x07: "Fuchsia City", 0x08: "Cinnibar Island", -- cgit v1.2.3