diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 01:19:33 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 01:19:33 -0600 |
commit | 656d80d17487e046685e6fe6a2a579872938fe59 (patch) | |
tree | 9705419f67e524060e257d771f7a50d72124087f /extras/extract_maps.py | |
parent | 642c05df41558848408acffd22af58620e320615 (diff) |
fix map names in extract_maps per 4a9db3764c20
hg-commit-id: 99e1d1a6006a
Diffstat (limited to 'extras/extract_maps.py')
-rw-r--r-- | extras/extract_maps.py | 4 |
1 files changed, 2 insertions, 2 deletions
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", |