diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 01:53:38 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 01:53:38 -0600 |
commit | 7c61abba9abd75c2fe186b545798128ac42729f0 (patch) | |
tree | 9704f32b9125f07d2c880bc19857592b149de6c7 /extras/extract_maps.py | |
parent | be85976d2d24f96b1eca69e1bc89eb072896cf82 (diff) |
update cinnabar island name in extract_maps
hg-commit-id: 01ff12077aa6
Diffstat (limited to 'extras/extract_maps.py')
-rw-r--r-- | extras/extract_maps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/extract_maps.py b/extras/extract_maps.py index bf39ce4c..11b727ed 100644 --- a/extras/extract_maps.py +++ b/extras/extract_maps.py @@ -29,7 +29,7 @@ maps = { 0x05: "Vermilion City", #correct 0x06: "Celadon City", 0x07: "Fuchsia City", - 0x08: "Cinnibar Island", + 0x08: "Cinnabar Island", 0x09: "Indigo Plateau", 0x0A: "Saffron City", 0x0B: "FREEZE", |