List of locations by index number (Generation III): Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
(I was disappointed)
No edit summary
 
(43 intermediate revisions by 17 users not shown)
Line 1: Line 1:
Each location in the [[Generation III]] games has its own identification number used internally by the game, mostly to display where a Pokémon was caught. They are enumerated here, in order.
Each location in the [[Generation III]] games is associated with an index number used internally by the game. These location indices are enumerated, in order, in the table below.


These identification numbers are only used in Generation III, and are not used to determine the location on the status screen of a Pokémon that is migrated to Generation IV—this is instead generated based on the game in which the Pokémon was created, being "Hoenn" for Ruby, Sapphire, and Emerald and "Kanto" for FireRed and LeafGreen.
==Met location==
When a Pokémon is caught in a Generation III game, it stores the location index as its met location in its [[Pokémon data structure (Generation III)|data structure]]. This data is used to display where a Pokémon was caught on the [[Summary]] screen.


Locations with index numbers up to 087 appeared in {{game|Ruby and Sapphire|s}}, those with index numbers between 088 and 196 appeared in Pokémon FireRed and LeafGreen, and those with index numbers beyond 197 are exclusive to Pokémon Emerald. All games, however, have the locations with index numbers 254 and 255, which correspond to in-game [[trade]]s and "fateful encounters".
When a Pokémon is migrated from Generation III to [[Generation IV]] via the [[Pal Park]], its met location index in the new Generation IV [[Pokémon data structure (Generation IV)|data structure]] is set to <code>0x37</code> ("Pal Park" in the [[List of locations by index number (Generation IV)|Generation IV location index table]]). However, this value is ignored, and instead the Pokémon's met location is displayed based on its [[game of origin]]: "Hoenn" for {{game2|Ruby|Sapphire|Emerald}}; "Kanto" for {{game|FireRed and LeafGreen|s}}; and "[[Distant land]]" for {{g|Colosseum}} and {{XD}}.


Due to not having been programmed into the games, Pokémon whose "met location" corresponds to index numbers above 087 will display "obtained in a trade" rather than the location name in Ruby and Sapphire. The same is true for Pokémon in FireRed and LeafGreen for Pokémon whose met location index is below 088 or above 195. In Emerald, however, any Pokémon that was not transferred from {{g|Colosseum}} or {{Pokémon XD}} will display the correct met area.
===Unrecognized locations===
Pokémon Ruby and Sapphire only recognize the white and <span style="background:#{{hoenn color light}}">cyan</span> indices, Pokémon FireRed and LeafGreen only recognize the white and <span style="background:#{{kanto color light}}">light green</span> ones, and Pokémon Emerald recognizes all of the listed indices (white, <span style="background:#{{hoenn color light}}">cyan</span>, <span style="background:#{{kanto color light}}">light green</span>, and <span style="background:#{{emerald color light}}">dark green</span>).


{| align="center" style="background: #{{emerald color dark}}; {{roundy|10px}}; border: 5px solid #{{sapphire color}}"
Note that locations shared between Pokémon Emerald and Pokémon FireRed and LeafGreen (such as [[Navel Rock]] and [[Altering Cave]]) have two separate index numbers, one for each region. Locations such as the [[Safari Zone]] and [[Victory Road]] also have two separate index numbers.
|-
 
! style="background:#{{ruby color light}}; {{roundytl|5px}};" | {{color|{{ruby color dark}}|#}}
[[Outsider Pokémon]] whose met location is not recognised, including Pokémon met in Colosseum or XD, display "obtained in a trade"{{sup/3|RSE}} or "Met in a trade"{{sup/3|FRLG}}. A Pokémon is considered an outsider Pokémon if any of its Original Trainer's [[Trainer ID]], [[Secret ID]], or Original Trainer name do not match the player's.
! style="background:#{{ruby color light}}; {{roundytr|5px}};" | {{color|{{ruby color dark}}|Location}}
 
|- style="background:#fff"
==List==
| 000 || [[Littleroot Town]]
The rows in the table are color-coded as follows:
|- style="background:#fff"
*Indices in <span style="background:#{{hoenn color light}}">cyan</span> (i.e. <code>0x00</code>-<code>0x57</code>) appear in Ruby, Sapphire and Emerald and are recognized by all three games.
| 001 || [[Oldale Town]]
*Indices in <span style="background:#{{kanto color light}}">light green</span> (i.e. <code>0x58</code>-<code>0xC4</code>) appear in FireRed and LeafGreen and are recognized by FireRed, LeafGreen, and Emerald.
|- style="background:#fff"
*Indices in <span style="background:#{{emerald color light}}">dark green</span> (i.e. <code>0xC4</code>-<code>0xD4</code>) only appear in and are recognized by Emerald.
| 002 || [[Dewford Town]]
*Indices in white (i.e. <code>0xFD</code>-<code>0xFF</code>) appear in and are recognized by all games.
|- style="background:#fff"
 
| 003 || [[Lavaridge Town]]
The special location indices in white are:
|- style="background:#fff"
*<code>0xFD</code>: Used by [[Gift Pokémon#Generation III|gift egg]]s while they are still eggs. Like all Eggs in Generation III, their met location is overwritten with where they hatched.
| 004 || [[Fallarbor Town]]
*<code>0xFE</code>: Used by Pokémon obtained in [[in-game trade]]s.
|- style="background:#fff"
*<code>0xFF</code>: Used by Pokémon obtained in event distributions. (Distinct from the [[fateful encounter]] flag that is set on Pokémon received from event distributions, and certain special Pokémon obtained in-game.)
| 005 || [[Verdanturf Town]]
 
|- style="background:#fff"
The ID <code>0xC4</code> "CELADON DEPT." is internally used in Pokémon FireRed and LeafGreen for the [[Pokémon Center]] 2F rooms (the actual [[Celadon Department Store]] uses location ID <code>0x5E</code> "[[Celadon City|CELADON CITY]]"). In Pokémon Emerald, this ID is instead labeled "SPECIAL AREA". Pokémon Ruby, Sapphire, and Emerald internally use ID <code>0x57</code> "FERRY" for the Pokémon Center 2F rooms.
| 006 || [[Pacifidlog Town]]
 
|- style="background:#fff"
Several location indices have their names handled specially:
| 007 || [[Petalburg City]]
* <code>0x42</code>: Has the name "<villainous team> HIDEOUT", but is coded to display as "HIDEOUT" on a Pokémon's summary screen.
|- style="background:#fff"
* <code>0x56</code>: Has the name "SECRET BASE", but is coded to display as "<name>'s BASE" in the location header pop-up.
| 008 || [[Slateport City]]
* <code>0x57</code>: Has an empty string as a name in Western versions or the name "SPECIAL" (とくしゅ) in Japanese versions, but is coded to display as "FERRY" on a Pokémon's summary screen or in the [[save]] menu.
|- style="background:#fff"
 
| 009 || [[Mauville City]]
{| class="roundy sortable blacklinks" style="margin:auto; background: #{{emerald color}}; border: 5px solid #{{sapphire color light}}"
|- style="background:#fff"
! style="background-color:#{{ruby color light}}; {{roundytl|5px}}" | #
| 010 || [[Rustboro City]]
! style="background-color:#{{ruby color light}}" class="unsortable" | Hex
|- style="background:#fff"
! style="background-color:#{{ruby color light}}; {{roundytr|5px}}" | Location
| 011 || [[Fortree City]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 000 || 0x00 || [[Littleroot Town]]
| 012 || [[Lilycove City]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 001 || 0x01 || [[Oldale Town]]
| 013 || [[Mossdeep City]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 002 || 0x02 || [[Dewford Town]]
| 014 || [[Sootopolis City]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 003 || 0x03 || [[Lavaridge Town]]
| 015 || [[Ever Grande City]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 004 || 0x04 || [[Fallarbor Town]]
| 016 || {{rt|101|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 005 || 0x05 || [[Verdanturf Town]]
| 017 || {{rt|102|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 006 || 0x06 || [[Pacifidlog Town]]
| 018 || {{rt|103|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 007 || 0x07 || [[Petalburg City]]
| 019 || {{rt|104|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 008 || 0x08 || [[Slateport City]]
| 020 || {{rt|105|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 009 || 0x09 || [[Mauville City]]
| 021 || {{rt|106|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 010 || 0x0A || [[Rustboro City]]
| 022 || {{rt|107|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 011 || 0x0B || [[Fortree City]]
| 023 || {{rt|108|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 012 || 0x0C || [[Lilycove City]]
| 024 || {{rt|109|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 013 || 0x0D || [[Mossdeep City]]
| 025 || {{rt|110|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 014 || 0x0E || [[Sootopolis City]]
| 026 || {{rt|111|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 015 || 0x0F || [[Ever Grande City]]
| 027 || {{rt|112|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 016 || 0x10 || {{rt|101|Hoenn}}
| 028 || {{rt|113|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 017 || 0x11 || {{rt|102|Hoenn}}
| 029 || {{rt|114|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 018 || 0x12 || {{rt|103|Hoenn}}
| 030 || {{rt|115|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 019 || 0x13 || {{rt|104|Hoenn}}
| 031 || {{rt|116|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 020 || 0x14 || {{rt|105|Hoenn}}
| 032 || {{rt|117|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 021 || 0x15 || {{rt|106|Hoenn}}
| 033 || {{rt|118|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 022 || 0x16 || {{rt|107|Hoenn}}
| 034 || {{rt|119|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 023 || 0x17 || {{rt|108|Hoenn}}
| 035 || {{rt|120|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 024 || 0x18 || {{rt|109|Hoenn}}
| 036 || {{rt|121|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 025 || 0x19 || {{rt|110|Hoenn}}
| 037 || {{rt|122|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 026 || 0x1A || {{rt|111|Hoenn}}
| 038 || {{rt|123|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 027 || 0x1B || {{rt|112|Hoenn}}
| 039 || {{rt|124|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 028 || 0x1C || {{rt|113|Hoenn}}
| 040 || {{rt|125|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 029 || 0x1D || {{rt|114|Hoenn}}
| 041 || {{rt|126|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 030 || 0x1E || {{rt|115|Hoenn}}
| 042 || {{rt|127|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 031 || 0x1F || {{rt|116|Hoenn}}
| 043 || {{rt|128|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 032 || 0x20 || {{rt|117|Hoenn}}
| 044 || {{rt|129|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 033 || 0x21 || {{rt|118|Hoenn}}
| 045 || {{rt|130|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 034 || 0x22 || {{rt|119|Hoenn}}
| 046 || {{rt|131|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 035 || 0x23 || {{rt|120|Hoenn}}
| 047 || {{rt|132|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 036 || 0x24 || {{rt|121|Hoenn}}
| 048 || {{rt|133|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 037 || 0x25 || {{rt|122|Hoenn}}
| 049 || {{rt|134|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 038 || 0x26 || {{rt|123|Hoenn}}
| 050 || [[Underwater]] <small>({{rt|124|Hoenn}})</small>
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 039 || 0x27 || {{rt|124|Hoenn}}
| 051 || [[Underwater]] <small>({{rt|126|Hoenn}})</small>
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 040 || 0x28 || {{rt|125|Hoenn}}
| 052 || [[Underwater]] <small>({{rt|127|Hoenn}})</small>
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 041 || 0x29 || {{rt|126|Hoenn}}
| 053 || [[Underwater]] <small>({{rt|128|Hoenn}})</small>
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 042 || 0x2A || {{rt|127|Hoenn}}
| 054 || [[Underwater]] <small>([[Sootopolis City]])</small>
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 043 || 0x2B || {{rt|128|Hoenn}}
| 055 || {{ho|Battle Tower}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 044 || 0x2C || {{rt|129|Hoenn}}
| 056 || [[Mt. Chimney]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 045 || 0x2D || {{rt|130|Hoenn}}
| 057 || {{safari|Hoenn}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 046 || 0x2E || {{rt|131|Hoenn}}
| 058 || {{Gdis|Battle Frontier|III}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 047 || 0x2F || {{rt|132|Hoenn}}
| 059 || [[Petalburg Woods]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 048 || 0x30 || {{rt|133|Hoenn}}
| 060 || [[Rusturf Tunnel]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 049 || 0x31 || {{rt|134|Hoenn}}
| 061 || [[Abandoned Ship]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 050 || 0x32 || [[Underwater]] <small>({{rt|124|Hoenn}})</small>
| 062 || [[New Mauville]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 051 || 0x33 || [[Underwater]] <small>({{rt|126|Hoenn}})</small>
| 063 || [[Meteor Falls]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 052 || 0x34 || [[Underwater]] <small>({{rt|127|Hoenn}})</small>
| 064 || [[Meteor Falls]] <small>(Unused)</small>
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 053 || 0x35 || [[Underwater]] <small>({{rt|128|Hoenn}})</small>
| 065 || [[Mt. Pyre]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 054 || 0x36 || [[Underwater]] <small>([[Sootopolis City]])</small>
| 066 || [[Aqua Hideout|Aqua/Magma Hideout]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 055 || 0x37 || [[Granite Cave]]
| 067 || [[Shoal Cave]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 056 || 0x38 || [[Mt. Chimney]]
| 068 || [[Seafloor Cavern]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 057 || 0x39 || {{safari|Hoenn}}
| 069 || [[Underwater]] <small>([[Seafloor Cavern]])</small>
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 058 || 0x3A || {{Gdis|Battle Tower|III}}{{sup/3|RS}}/{{Gdis|Battle Frontier|III}}{{sup/3|E}}
| 070 || {{ho|Victory Road}}
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 059 || 0x3B || [[Petalburg Woods]]
| 071 || [[Mirage Island]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 060 || 0x3C || [[Rusturf Tunnel]]
| 072 || [[Cave of Origin]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 061 || 0x3D || [[Abandoned Ship]]
| 073 || [[Southern Island]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 062 || 0x3E || [[New Mauville]]
| 074 || [[Fiery Path]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 063 || 0x3F || [[Meteor Falls]]
| 075 || [[Fiery Path]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 064 || 0x40 || [[Meteor Falls]] <small>(unused)</small>
| 076 || [[Jagged Pass]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 065 || 0x41 || [[Mt. Pyre]]
| 077 || [[Jagged Pass]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 066 || 0x42 || Hideout{{tt|*|Unused in Emerald, ID 197 used instead.}} <small>([[Team Magma Hideout|Magma Hideout]]{{sup/3|Ru}}/[[Team Aqua Hideout|Aqua Hideout]]{{sup/3|Sa}})</small>
| 078 || [[Sealed Chamber]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 067 || 0x43 || [[Shoal Cave]]
| 079 || [[Underwater]] <small>({{rt|134|Hoenn}})</small>
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 068 || 0x44 || [[Seafloor Cavern]]
| 080 || [[Scorched Slab]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 069 || 0x45 || [[Underwater]] <small>([[Seafloor Cavern]])</small>
| 081 || [[Island Cave]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 070 || 0x46 || {{ho|Victory Road}}
| 082 || [[Desert Ruins]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 071 || 0x47 || {{gdis|Mirage Island|III}}
| 083 || [[Ancient Tomb]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 072 || 0x48 || [[Cave of Origin]]
| 084 || Inside of Truck
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 073 || 0x49 || [[Southern Island]]
| 085 || [[Sky Pillar]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 074 || 0x4A || [[Fiery Path]]
| 086 || [[Secret Base]]
|- style="background:#{{hoenn color light}}"
|- style="background:#fff"
| 075 || 0x4B || [[Fiery Path]] <small>(unused)</small>
| 087 || [[S.S. Tidal|Ferry]]
|- style="background:#{{hoenn color light}}"
|- style="background:#{{firered color light}}"
| 076 || 0x4C || [[Jagged Pass]]
| 088 || [[Pallet Town]]
|- style="background:#{{hoenn color light}}"
|- style="background:#{{firered color light}}"
| 077 || 0x4D || [[Jagged Pass]] <small>(unused)</small>
| 089 || [[Viridian City]]
|- style="background:#{{hoenn color light}}"
|- style="background:#{{firered color light}}"
| 078 || 0x4E || [[Sealed Chamber]]
| 090 || [[Pewter City]]
|- style="background:#{{hoenn color light}}"
|- style="background:#{{firered color light}}"
| 079 || 0x4F || [[Underwater]] <small>({{rt|134|Hoenn}})</small>
| 091 || [[Cerulean City]]
|- style="background:#{{hoenn color light}}"
|- style="background:#{{firered color light}}"
| 080 || 0x50 || [[Scorched Slab]]
| 092 || [[Lavender Town]]
|- style="background:#{{hoenn color light}}"
|- style="background:#{{firered color light}}"
| 081 || 0x51 || [[Island Cave]]
| 093 || [[Vermilion City]]
|- style="background:#{{hoenn color light}}"
|- style="background:#{{firered color light}}"
| 082 || 0x52 || [[Desert Ruins]]
| 094 || [[Celadon City]]
|- style="background:#{{hoenn color light}}"
|- style="background:#{{firered color light}}"
| 083 || 0x53 || [[Ancient Tomb]]
| 095 || [[Fuchsia City]]
|- style="background:#{{hoenn color light}}"
|- style="background:#{{firered color light}}"
| 084 || 0x54 || [[Inside of Truck]]
| 096 || [[Cinnabar Island]]
|- style="background:#{{hoenn color light}}"
|- style="background:#{{firered color light}}"
| 085 || 0x55 || [[Sky Pillar]]
| 097 || [[Indigo Plateau]]
|- style="background:#{{hoenn color light}}"
|- style="background:#{{firered color light}}"
| 086 || 0x56 || [[Secret Base]]
| 098 || [[Saffron City]]
|- style="background:#{{hoenn color light}}"
|- style="background:#{{firered color light}}"
| 087 || 0x57 || [[S.S. Tidal|Ferry]]
| 099 || {{rt|4|Kanto}} <small>([[Pokémon Center]])</small>
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 088 || 0x58 || [[Pallet Town]]
| 100 || {{rt|10|Kanto}} <small>([[Pokémon Center]])</small>
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 089 || 0x59 || [[Viridian City]]
| 101 || {{rt|1|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 090 || 0x5A || [[Pewter City]]
| 102 || {{rt|2|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 091 || 0x5B || [[Cerulean City]]
| 103 || {{rt|3|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 092 || 0x5C || [[Lavender Town]]
| 104 || {{rt|4|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 093 || 0x5D || [[Vermilion City]]
| 105 || {{rt|5|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 094 || 0x5E || [[Celadon City]]
| 106 || {{rt|6|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 095 || 0x5F || [[Fuchsia City]]
| 107 || {{rt|7|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 096 || 0x60 || [[Cinnabar Island]]
| 108 || {{rt|8|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 097 || 0x61 || [[Indigo Plateau]]
| 109 || {{rt|9|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 098 || 0x62 || [[Saffron City]]
| 110 || {{rt|10|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 099 || 0x63 || {{rt|4|Kanto}} <small>([[Pokémon Center]])</small>
| 111 || {{rt|11|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 100 || 0x64 || {{rt|10|Kanto}} <small>([[Pokémon Center]])</small>
| 112 || {{rt|12|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 101 || 0x65 || {{rt|1|Kanto}}
| 113 || {{rt|13|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 102 || 0x66 || {{rt|2|Kanto}}
| 114 || {{rt|14|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 103 || 0x67 || {{rt|3|Kanto}}
| 115 || {{rt|15|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 104 || 0x68 || {{rt|4|Kanto}}
| 116 || {{rt|16|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 105 || 0x69 || {{rt|5|Kanto}}
| 117 || {{rt|17|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 106 || 0x6A || {{rt|6|Kanto}}
| 118 || {{rt|18|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 107 || 0x6B || {{rt|7|Kanto}}
| 119 || {{rt|19|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 108 || 0x6C || {{rt|8|Kanto}}
| 120 || {{rt|20|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 109 || 0x6D || {{rt|9|Kanto}}
| 121 || {{rt|21|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 110 || 0x6E || {{rt|10|Kanto}}
| 122 || {{rt|22|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 111 || 0x6F || {{rt|11|Kanto}}
| 123 || {{rt|23|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 112 || 0x70 || {{rt|12|Kanto}}
| 124 || {{rt|24|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 113 || 0x71 || {{rt|13|Kanto}}
| 125 || {{rt|25|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 114 || 0x72 || {{rt|14|Kanto}}
| 126 || [[Viridian Forest]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 115 || 0x73 || {{rt|15|Kanto}}
| 127 || [[Mt. Moon]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 116 || 0x74 || {{rt|16|Kanto}}
| 128 || [[S.S. Anne]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 117 || 0x75 || {{rt|17|Kanto}}
| 129 || [[Underground Path (Routes 5-6)|Underground Path]] <small>([[Route]]s {{rtn|5|Kanto}}-{{rtn|6|Kanto}})</small>
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 118 || 0x76 || {{rt|18|Kanto}}
| 130 || [[Underground Path (Routes 7-8)|Underground Path]] <small>([[Route]]s {{rtn|7|Kanto}}-{{rtn|8|Kanto}})</small>
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 119 || 0x77 || {{rt|19|Kanto}}
| 131 || [[Diglett's Cave]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 120 || 0x78 || {{rt|20|Kanto}}
| 132 || {{ka|Victory Road}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 121 || 0x79 || {{rt|21|Kanto}}
| 133 || [[Rocket Hideout]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 122 || 0x7A || {{rt|22|Kanto}}
| 134 || [[Silph Co.]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 123 || 0x7B || {{rt|23|Kanto}}
| 135 || {{ka|Pokémon Mansion}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 124 || 0x7C || {{rt|24|Kanto}}
| 136 || {{safari|Kanto}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 125 || 0x7D || {{rt|25|Kanto}}
| 137 || {{ka|Pokémon League}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 126 || 0x7E || [[Viridian Forest]]
| 138 || [[Rock Tunnel]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 127 || 0x7F || [[Mt. Moon]]
| 139 || [[Seafoam Islands]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 128 || 0x80 || [[S.S. Anne]]
| 140 || [[Pokémon Tower]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 129 || 0x81 || {{OBP|Underground Path|Kanto Routes 5–6}} <small>([[Route]]s {{rtn|5|Kanto}}-{{rtn|6|Kanto}})</small>
| 141 || [[Cerulean Cave]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 130 || 0x82 || {{OBP|Underground Path|Kanto Routes 7–8}} <small>([[Route]]s {{rtn|7|Kanto}}-{{rtn|8|Kanto}})</small>
| 142 || [[Power Plant]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 131 || 0x83 || [[Diglett's Cave]]
| 143 || {{OBP|One Island|town}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 132 || 0x84 || {{ka|Victory Road}}
| 144 || {{OBP|Two Island|town}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 133 || 0x85 || [[Team Rocket Hideout|Rocket Hideout]]
| 145 || {{OBP|Three Island|town}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 134 || 0x86 || [[Silph Co.]]
| 146 || {{OBP|Four Island|town}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 135 || 0x87 || {{ka|Pokémon Mansion}}
| 147 || {{OBP|Five Island|town}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 136 || 0x88 || {{safari|Kanto}}
| 148 || {{OBP|Seven Island|town}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 137 || 0x89 || [[Indigo Plateau|Pokémon League]]
| 149 || {{OBP|Six Island|town}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 138 || 0x8A || [[Rock Tunnel]]
| 150 || [[Kindle Road]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 139 || 0x8B || [[Seafoam Islands]]
| 151 || [[Treasure Beach]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 140 || 0x8C || [[Pokémon Tower]]
| 152 || [[Cape Brink]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 141 || 0x8D || [[Cerulean Cave]]
| 153 || [[Bond Bridge]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 142 || 0x8E || {{FB|Kanto|Power Plant}}
| 154 || [[Three Isle Port]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 143 || 0x8F || {{OBP|One Island|town}}
| 155 || [[Sevii Isle 6]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 144 || 0x90 || {{OBP|Two Island|town}}
| 156 || [[Sevii Isle 7]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 145 || 0x91 || {{OBP|Three Island|town}}
| 157 || [[Sevii Isle 8]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 146 || 0x92 || {{OBP|Four Island|town}}
| 158 || [[Sevii Isle 9]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 147 || 0x93 || {{OBP|Five Island|town}}
| 159 || [[Resort Gorgeous]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 148 || 0x94 || {{OBP|Seven Island|town}}
| 160 || [[Water Labyrinth]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 149 || 0x95 || {{OBP|Six Island|town}}
| 161 || [[Five Isle Meadow]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 150 || 0x96 || [[Kindle Road]]
| 162 || [[Memorial Pillar]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 151 || 0x97 || [[Treasure Beach]]
| 163 || [[Outcast Island]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 152 || 0x98 || [[Cape Brink]]
| 164 || [[Green Path]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 153 || 0x99 || [[Bond Bridge]]
| 165 || [[Water Path]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 154 || 0x9A || [[Three Isle Port]]
| 166 || [[Ruin Valley]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 155 || 0x9B || [[Sevii Isle 6]]
| 167 || [[Trainer Tower]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 156 || 0x9C || [[Sevii Isle 7]]
| 168 || [[Canyon Entrance]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 157 || 0x9D || [[Sevii Isle 8]]
| 169 || [[Sevault Canyon]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 158 || 0x9E || [[Sevii Isle 9]]
| 170 || [[Tanoby Ruins]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 159 || 0x9F || [[Resort Gorgeous]]
| 171 || {{DL|Sevii Islands|Trivia|Sevii Isle 22}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 160 || 0xA0 || [[Water Labyrinth]]
| 172 || {{DL|Sevii Islands|Trivia|Sevii Isle 23}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 161 || 0xA1 || [[Five Isle Meadow]]
| 173 || {{DL|Sevii Islands|Trivia|Sevii Isle 24}}
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 162 || 0xA2 || [[Memorial Pillar]]
| 174 || [[Navel Rock]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 163 || 0xA3 || [[Outcast Island]]
| 175 || [[Mt. Ember]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 164 || 0xA4 || [[Green Path]]
| 176 || [[Berry Forest]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 165 || 0xA5 || [[Water Path]]
| 177 || [[Icefall Cave]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 166 || 0xA6 || [[Ruin Valley]]
| 178 || [[Rocket Warehouse]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 167 || 0xA7 || [[Trainer Tower]] <small>(exterior)</small>
| 179 || [[Trainer Tower]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 168 || 0xA8 || [[Canyon Entrance]]
| 180 || [[Dotted Hole]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 169 || 0xA9 || [[Sevault Canyon]]
| 181 || [[Lost Cave]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 170 || 0xAA || [[Tanoby Ruins]]
| 182 || [[Pattern Bush]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 171 || 0xAB || {{DL|Sevii Islands|Trivia|Sevii Isle 22}}
| 183 || [[Altering Cave]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 172 || 0xAC || {{DL|Sevii Islands|Trivia|Sevii Isle 23}}
| 184 || [[Tanoby Chambers]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 173 || 0xAD || {{DL|Sevii Islands|Trivia|Sevii Isle 24}}
| 185 || [[Three Isle Path]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 174 || 0xAE || [[Navel Rock]]
| 186 || [[Tanoby Key]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 175 || 0xAF || [[Mt. Ember]]
| 187 || [[Birth Island]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 176 || 0xB0 || [[Berry Forest]]
| 188 || [[Monean Chamber]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 177 || 0xB1 || [[Icefall Cave]]
| 189 || [[Liptoo Chamber]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 178 || 0xB2 || [[Rocket Warehouse]]
| 190 || [[Weepth Chamber]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 179 || 0xB3 || [[Trainer Tower]]
| 191 || [[Dilford Chamber]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 180 || 0xB4 || [[Dotted Hole]]
| 192 || [[Scufib Chamber]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 181 || 0xB5 || [[Lost Cave]]
| 193 || [[Rixy Chamber]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 182 || 0xB6 || [[Pattern Bush]]
| 194 || [[Viapois Chamber]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 183 || 0xB7 || [[Altering Cave]]
| 195 || [[Ember Spa]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{firered color light}}"
| 184 || 0xB8 || [[Tanoby Chambers]]
| 196 || [[Celadon Department Store|Celadon Dept.]]{{tt|*|Read as 'Special Area' in Emerald; while a separate save location FireRed and LeafGreen, Pokémon obtained here have their location met listed as 'Celadon City'}}
|- style="background:#{{kanto color light}}"
| 185 || 0xB9 || [[Three Isle Path]]
|- style="background:#{{kanto color light}}"
| 186 || 0xBA || [[Tanoby Key]]
|- style="background:#{{kanto color light}}"
| 187 || 0xBB || [[Birth Island]]
|- style="background:#{{kanto color light}}"
| 188 || 0xBC || [[Monean Chamber]]
|- style="background:#{{kanto color light}}"
| 189 || 0xBD || [[Liptoo Chamber]]
|- style="background:#{{kanto color light}}"
| 190 || 0xBE || [[Weepth Chamber]]
|- style="background:#{{kanto color light}}"
| 191 || 0xBF || [[Dilford Chamber]]
|- style="background:#{{kanto color light}}"
| 192 || 0xC0 || [[Scufib Chamber]]
|- style="background:#{{kanto color light}}"
| 193 || 0xC1 || [[Rixy Chamber]]
|- style="background:#{{kanto color light}}"
| 194 || 0xC2 || [[Viapois Chamber]]
|- style="background:#{{kanto color light}}"
| 195 || 0xC3 || [[Ember Spa]]
|- style="background:#{{kanto color light}}"
| 196 || 0xC4 || [[Pokémon_Center#2F|Celadon Dept.]]{{sup/3|FRLG}}<br>Special Area{{sup/3|E}}
|- style="background:#{{emerald color light}}"
| 197 || 0xC5 || [[Team Aqua Hideout|Aqua Hideout]]
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 197 || [[Aqua Hideout]]
| 198 || 0xC6 || [[Magma Hideout (Jagged Pass)|Magma Hideout]]
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 198 || [[Magma Hideout]]
| 199 || 0xC7 || [[Mirage Tower]]
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 199 || [[Mirage Tower]]
| 200 || 0xC8 || [[Birth Island]]
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 200 || [[Birth Island]]
| 201 || 0xC9 || [[Faraway Island]]
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 201 || [[Faraway Island]]
| 202 || 0xCA || [[Artisan Cave]]
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 202 || [[Artisan Cave]]
| 203 || 0xCB || [[Marine Cave]]
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 203 || [[Marine Cave]]
| 204 || 0xCC || [[Underwater]] <small>([[Marine Cave]])</small>
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 204 || [[Underwater]] <small>([[Marine Cave]])</small>
| 205 || 0xCD || [[Terra Cave]]
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 205 || [[Terra Cave]]
| 206 || 0xCE || [[Underwater]] <small>({{rt|105|Hoenn}})</small>
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 206 || [[Underwater]] <small>([[Marine Cave]])</small>
| 207 || 0xCF || [[Underwater]] <small>({{rt|125|Hoenn}})</small>
|-|- style="background:#{{emerald color light}}"
| 207 || [[Underwater]] <small>([[Marine Cave]])</small>
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 208 || [[Underwater]] <small>([[Marine Cave]])</small>
| 208 || 0xD0 || [[Underwater]] <small>({{rt|129|Hoenn}})</small>
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 209 || [[Desert Underpass]]
| 209 || 0xD1 || [[Desert Underpass]]
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 210 || [[Altering Cave]]
| 210 || 0xD2 || [[Altering Cave]]
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 211 || [[Navel Rock]]
| 211 || 0xD3 || [[Navel Rock]]
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 212 || [[Trainer Hill]]
| 212 || 0xD4 || [[Trainer Hill]]
|- style="background:#fff"
|- style="background:#fff"
| 254 || [[List of in-game trades|In-game trade]]
| 253 || 0xFD || <small>([[Gift_Pokémon#Generation_III|gift egg]])</small>
|- style="background:#fff"
|- style="background:#fff"
| 255 || [[Fateful encounter]]
| 254 || 0xFE || <small>([[in-game trade]])</small>
|- style="background:#fff"
| 255 || 0xFF || <small>([[fateful encounter]])</small>
|}
|}


{{Locations by index number}}<br>
{{Locations by index number}}<br>
{{DoubleProjectTag|Locations|Games}}
{{DoubleProjectTag|Locations|Games}}
[[ja:地名のインデックス番号一覧 (第三世代)]]
[[zh:地点编号(第三世代)]]

Latest revision as of 14:11, 24 May 2024

Each location in the Generation III games is associated with an index number used internally by the game. These location indices are enumerated, in order, in the table below.

Met location

When a Pokémon is caught in a Generation III game, it stores the location index as its met location in its data structure. This data is used to display where a Pokémon was caught on the Summary screen.

When a Pokémon is migrated from Generation III to Generation IV via the Pal Park, its met location index in the new Generation IV data structure is set to 0x37 ("Pal Park" in the Generation IV location index table). However, this value is ignored, and instead the Pokémon's met location is displayed based on its game of origin: "Hoenn" for Pokémon Ruby, Sapphire, and Emerald; "Kanto" for Pokémon FireRed and LeafGreen; and "Distant land" for Pokémon Colosseum and XD.

Unrecognized locations

Pokémon Ruby and Sapphire only recognize the white and cyan indices, Pokémon FireRed and LeafGreen only recognize the white and light green ones, and Pokémon Emerald recognizes all of the listed indices (white, cyan, light green, and dark green).

Note that locations shared between Pokémon Emerald and Pokémon FireRed and LeafGreen (such as Navel Rock and Altering Cave) have two separate index numbers, one for each region. Locations such as the Safari Zone and Victory Road also have two separate index numbers.

Outsider Pokémon whose met location is not recognised, including Pokémon met in Colosseum or XD, display "obtained in a trade"RSE or "Met in a trade"FRLG. A Pokémon is considered an outsider Pokémon if any of its Original Trainer's Trainer ID, Secret ID, or Original Trainer name do not match the player's.

List

The rows in the table are color-coded as follows:

  • Indices in cyan (i.e. 0x00-0x57) appear in Ruby, Sapphire and Emerald and are recognized by all three games.
  • Indices in light green (i.e. 0x58-0xC4) appear in FireRed and LeafGreen and are recognized by FireRed, LeafGreen, and Emerald.
  • Indices in dark green (i.e. 0xC4-0xD4) only appear in and are recognized by Emerald.
  • Indices in white (i.e. 0xFD-0xFF) appear in and are recognized by all games.

The special location indices in white are:

  • 0xFD: Used by gift eggs while they are still eggs. Like all Eggs in Generation III, their met location is overwritten with where they hatched.
  • 0xFE: Used by Pokémon obtained in in-game trades.
  • 0xFF: Used by Pokémon obtained in event distributions. (Distinct from the fateful encounter flag that is set on Pokémon received from event distributions, and certain special Pokémon obtained in-game.)

The ID 0xC4 "CELADON DEPT." is internally used in Pokémon FireRed and LeafGreen for the Pokémon Center 2F rooms (the actual Celadon Department Store uses location ID 0x5E "CELADON CITY"). In Pokémon Emerald, this ID is instead labeled "SPECIAL AREA". Pokémon Ruby, Sapphire, and Emerald internally use ID 0x57 "FERRY" for the Pokémon Center 2F rooms.

Several location indices have their names handled specially:

  • 0x42: Has the name "<villainous team> HIDEOUT", but is coded to display as "HIDEOUT" on a Pokémon's summary screen.
  • 0x56: Has the name "SECRET BASE", but is coded to display as "<name>'s BASE" in the location header pop-up.
  • 0x57: Has an empty string as a name in Western versions or the name "SPECIAL" (とくしゅ) in Japanese versions, but is coded to display as "FERRY" on a Pokémon's summary screen or in the save menu.


Generation IGeneration IIGeneration III (Colo/XD) • Generation IVGeneration VGeneration VI
Generation VII (SM/USUMLGPE) • Generation VIII (SwShBDSPLA) • Generation IX (SV)


Project Locations logo.png This article is part of both Project Locations and Project Games, Bulbapedia projects that, together, aim to write comprehensive articles on the Pokémon Locations and Games, respectively. Project Games logo.png