diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-09 01:15:09 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-09 01:15:09 -0600 |
commit | b6d8ebb416d11c376c961d187c27063a10469f0a (patch) | |
tree | d90be98a7df49ad81d17b81d06d726eec3499f79 /extras | |
parent | dc0af171856a85c9b213ebe072735a5d92773e9b (diff) |
fix map naming mistakes in celadon city
hg-commit-id: d7234963d818
Diffstat (limited to 'extras')
-rw-r--r-- | extras/extract_maps.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/extract_maps.py b/extras/extract_maps.py index f434ce9d..66c8e36c 100644 --- a/extras/extract_maps.py +++ b/extras/extract_maps.py @@ -149,8 +149,8 @@ maps = { 0x7B: "Celadon Mart (2)", 0x7C: "Celadon Mart (3)", 0x7D: "Celadon Mart (4)", - 0x7E: "Celadon Mart (5)", - 0x7F: "Celadon Mart (6)", + 0x7E: "Celadon Mart Roof", + 0x7F: "Celadon Mart Elevator", 0x80: "Celadon Mansion (1)", 0x81: "Celadon Mansion (2)", 0x82: "Celadon Mansion (3)", @@ -159,7 +159,7 @@ maps = { 0x85: "Celadon Pokecenter", 0x86: "Celadon Gym", 0x87: "Celadon Game Corner", - 0x88: "Celadon House", + 0x88: "Celadon Mart 5", 0x89: "Celadon Prize Room", 0x8A: "Celadon Diner", 0x8B: "Celadon House (2)", |