diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 12:19:46 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 12:19:46 -0600 |
commit | 1113f19b183ec8c72e81379f4c80b11a12c4a551 (patch) | |
tree | 7770fe6c50923f10cf6848cabb2a2b1c7ddfd634 /extras/extract_maps.py | |
parent | 6c64fa8acc80b1fe78e8c63bece0db4cf21ea2a4 (diff) | |
parent | fd8bfbd633376445efe501870a6ddbf3684af99f (diff) |
Merge.
hg-commit-id: 261be761c726
Diffstat (limited to 'extras/extract_maps.py')
-rw-r--r-- | extras/extract_maps.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extras/extract_maps.py b/extras/extract_maps.py index a1394e97..297d6a20 100644 --- a/extras/extract_maps.py +++ b/extras/extract_maps.py @@ -60,9 +60,9 @@ maps = { 0x22: "Route 23", 0x23: "Route 24", 0x24: "Route 25", - 0x25: "Ash's House F1", - 0x26: "Ash's House F2", - 0x27: "Gary's House", + 0x25: "Red's House 1F", + 0x26: "Red's House 2F", + 0x27: "Blue's House", 0x28: "Oak's Lab", 0x29: "Viridian Poke Center", 0x2A: "Viridian Mart", @@ -267,7 +267,7 @@ maps = { 0xF2: "FREEZE", 0xF3: "FREEZE", 0xF4: "FREEZE", - 0xF5: "Loreli", + 0xF5: "Lorelei", 0xF6: "Bruno", 0xF7: "Agatha" } |