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

Rewrote article for clarity
m (Added gift egg location index)
(Rewrote article for clarity)
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.
Like the other generations, each location in the [[Generation III]] games is associated with an index number used internally by the game. When a Pokémon is caught in these games, this location index is stored as part of that Pokémon's [[Pokémon_data_structure_(Generation_III)|data structure]]. This data is used to display where a Pokémon was caught in the [[Summary]] screen. These locations 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 Pokémon Ruby, Sapphire, and Emerald and "[[Kanto]]" for Pokémon FireRed and LeafGreen.
When a Pokémon is migrated to [[Generation IV]] from Generation III via the [[Pal Park]], their location index in the new Generation IV [[Pokémon_data_structure_(Generation_IV)|data structure]] is set to <code>0x37</code> which corresponds to "Pal Park" in the [[List_of_locations_by_index_number_(Generation_IV)|Generation IV location index table]]. This location, however, is displayed as whatever region the Pokémon originated from, rather than "Pal Park". That is, "Hoenn" for {{3v|Ruby|Sapphire|Emerald}}, "Kanto" for {{2v|FireRed|LeafGreen}}, and "Distant Land" for [[Pokémon_Colosseum|Colosseum]] and [[Pokémon_XD:_Gale_of_Darkness|XD]].


Locations with index numbers between 000 to 087 appeared in {{game|Ruby and Sapphire|s}} (and in most cases Pokémon Emerald), those with index numbers between 088 and 196 appeared in {{game|FireRed and LeafGreen|s}}, and those with index numbers between 197 and 212 appeared in {{game|Emerald}}. However, all games have the locations with index numbers 254 and 255, which correspond to [[in-game trade]]s and [[fateful encounter]]s; Pokémon obtained in these ways replace the formatting for met locations with their own special formatting (including no location word being highlighted).
Note that the table is color coded with:
*Indices in <span style="background:#{{hoenn color light}}">cyan</span> (i.e. <code>0x00</code>-<code>0x57</code>) appearing in Ruby, Sapphire and Emerald,
*Indices in <span style="background:#{{kanto color light}}">light green</span> (i.e. <code>0x58</code>-<code>0xC4</code>) appearing in FireRed and LeafGreen,
*Indices in <span style="background:#{{emerald color light}}">dark green</span> (i.e. <code>0xC4</code>-<code>0xD4</code>) appearing in Emerald,
*Indices in white (i.e. <code>0xFD</code>-<code>0xFF</code>) appearing in all games.


In Pokémon Ruby and Sapphire, Pokémon whose met location corresponds to index numbers above 087 will display "obtained in a trade" rather than the location name. Likewise, in Pokémon FireRed and LeafGreen, Pokémon whose met location corresponds to index numbers below 088 or above 195 will display "Met in a trade" rather than the location name; however, in the trade center, unlike in Ruby and Sapphire, if the trade partner is the [[original Trainer]] of the Pokémon whose location does not exist in FireRed and LeafGreen, the game will display the met or hatched location as "Somewhere". In Pokémon Emerald, any Pokémon that was not transferred from {{g|Colosseum}} or {{Pokémon XD}} will display the correct met location.
The special location indices in white are:
*<code>0xFD</code>: Used by [[Gift_Pokémon#Generation_III|gift egg]]s while they are still eggs. Like all eggs in Gen 3, their met location is overwritten with where they hatched.
*<code>0xFE</code>: Used by Pokémon obtained in [[in-game trade]]s.
*<code>0xFF</code>: Used by Pokémon obtained in events, not to be confused with the [[fateful encounter]] flag on special event Pokémon.


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.
Ruby, Sapphire and Emerald display "obtained in a trade" for Pokémon with locations they does not recognize, while FireRed and LeafGreen display "Met in a trade". Ruby and Sapphire only recognize the white and <span style="background:#{{hoenn color light}}">cyan</span> indices, FireRed and LeafGreen only recognize the white and <span style="background:#{{kanto color light}}">light green</span> ones, and Emerald recognizes all the indices. That said, none of the GBA games recognize the locations of Pokémon originating from the GCN games, and so they simply list them as being obtained in a trade.


ID <code>0xC4</code> (196) "CELADON DEPT." is internally used in FireRed and LeafGreen for the [[Pokémon Center]] 2F rooms (the actual [[Celadon Department Store]] uses location ID <code>0x5E</code> (94) "[[Celadon City|CELADON CITY]]"). In Emerald, this ID is instead labeled "SPECIAL AREA". Ruby, Sapphire, and Emerald internally use ID <code>0x57</code> (87) "FERRY" for the Pokémon Center 2F rooms.
In the unique case where a Pokémon from a game A is traded to a different game B which just so happens to have the same [[trainer ID]], [[secret ID]], and [[original trainer]], game B will treat the Pokémon as originating from game B and display "met somewhere" for locations it doesn't recognize or even the wrong location for Pokémon traded between the GCN and GBA games.
 
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.
 
Also note that ID <code>0xC4</code> "CELADON DEPT." is internally used in 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 Emerald, this ID is instead labeled "SPECIAL AREA". Ruby, Sapphire, and Emerald internally use ID <code>0x57</code> "FERRY" for the Pokémon Center 2F rooms.


{| class="roundy" style="margin:auto; background: #{{emerald color}}; border: 5px solid #{{sapphire color light}}"
{| class="roundy" style="margin:auto; background: #{{emerald color}}; border: 5px solid #{{sapphire color light}}"
Line 17: Line 28:
! style="background-color:#{{ruby color light}}" | Hex
! style="background-color:#{{ruby color light}}" | Hex
! style="background-color:#{{ruby color light}}; {{roundytr|5px}}" | Location
! style="background-color:#{{ruby color light}}; {{roundytr|5px}}" | Location
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 000 || 0x00 || [[Littleroot Town]]
| 000 || 0x00 || [[Littleroot Town]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 001 || 0x01 || [[Oldale Town]]
| 001 || 0x01 || [[Oldale Town]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 002 || 0x02 || [[Dewford Town]]
| 002 || 0x02 || [[Dewford Town]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 003 || 0x03 || [[Lavaridge Town]]
| 003 || 0x03 || [[Lavaridge Town]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 004 || 0x04 || [[Fallarbor Town]]
| 004 || 0x04 || [[Fallarbor Town]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 005 || 0x05 || [[Verdanturf Town]]
| 005 || 0x05 || [[Verdanturf Town]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 006 || 0x06 || [[Pacifidlog Town]]
| 006 || 0x06 || [[Pacifidlog Town]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 007 || 0x07 || [[Petalburg City]]
| 007 || 0x07 || [[Petalburg City]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 008 || 0x08 || [[Slateport City]]
| 008 || 0x08 || [[Slateport City]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 009 || 0x09 || [[Mauville City]]
| 009 || 0x09 || [[Mauville City]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 010 || 0x0A || [[Rustboro City]]
| 010 || 0x0A || [[Rustboro City]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 011 || 0x0B || [[Fortree City]]
| 011 || 0x0B || [[Fortree City]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 012 || 0x0C || [[Lilycove City]]
| 012 || 0x0C || [[Lilycove City]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 013 || 0x0D || [[Mossdeep City]]
| 013 || 0x0D || [[Mossdeep City]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 014 || 0x0E || [[Sootopolis City]]
| 014 || 0x0E || [[Sootopolis City]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 015 || 0x0F || [[Ever Grande City]]
| 015 || 0x0F || [[Ever Grande City]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 016 || 0x10 || {{rt|101|Hoenn}}
| 016 || 0x10 || {{rt|101|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 017 || 0x11 || {{rt|102|Hoenn}}
| 017 || 0x11 || {{rt|102|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 018 || 0x12 || {{rt|103|Hoenn}}
| 018 || 0x12 || {{rt|103|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 019 || 0x13 || {{rt|104|Hoenn}}
| 019 || 0x13 || {{rt|104|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 020 || 0x14 || {{rt|105|Hoenn}}
| 020 || 0x14 || {{rt|105|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 021 || 0x15 || {{rt|106|Hoenn}}
| 021 || 0x15 || {{rt|106|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 022 || 0x16 || {{rt|107|Hoenn}}
| 022 || 0x16 || {{rt|107|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 023 || 0x17 || {{rt|108|Hoenn}}
| 023 || 0x17 || {{rt|108|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 024 || 0x18 || {{rt|109|Hoenn}}
| 024 || 0x18 || {{rt|109|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 025 || 0x19 || {{rt|110|Hoenn}}
| 025 || 0x19 || {{rt|110|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 026 || 0x1A || {{rt|111|Hoenn}}
| 026 || 0x1A || {{rt|111|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 027 || 0x1B || {{rt|112|Hoenn}}
| 027 || 0x1B || {{rt|112|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 028 || 0x1C || {{rt|113|Hoenn}}
| 028 || 0x1C || {{rt|113|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 029 || 0x1D || {{rt|114|Hoenn}}
| 029 || 0x1D || {{rt|114|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 030 || 0x1E || {{rt|115|Hoenn}}
| 030 || 0x1E || {{rt|115|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 031 || 0x1F || {{rt|116|Hoenn}}
| 031 || 0x1F || {{rt|116|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 032 || 0x20 || {{rt|117|Hoenn}}
| 032 || 0x20 || {{rt|117|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 033 || 0x21 || {{rt|118|Hoenn}}
| 033 || 0x21 || {{rt|118|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 034 || 0x22 || {{rt|119|Hoenn}}
| 034 || 0x22 || {{rt|119|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 035 || 0x23 || {{rt|120|Hoenn}}
| 035 || 0x23 || {{rt|120|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 036 || 0x24 || {{rt|121|Hoenn}}
| 036 || 0x24 || {{rt|121|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 037 || 0x25 || {{rt|122|Hoenn}}
| 037 || 0x25 || {{rt|122|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 038 || 0x26 || {{rt|123|Hoenn}}
| 038 || 0x26 || {{rt|123|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 039 || 0x27 || {{rt|124|Hoenn}}
| 039 || 0x27 || {{rt|124|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 040 || 0x28 || {{rt|125|Hoenn}}
| 040 || 0x28 || {{rt|125|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 041 || 0x29 || {{rt|126|Hoenn}}
| 041 || 0x29 || {{rt|126|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 042 || 0x2A || {{rt|127|Hoenn}}
| 042 || 0x2A || {{rt|127|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 043 || 0x2B || {{rt|128|Hoenn}}
| 043 || 0x2B || {{rt|128|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 044 || 0x2C || {{rt|129|Hoenn}}
| 044 || 0x2C || {{rt|129|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 045 || 0x2D || {{rt|130|Hoenn}}
| 045 || 0x2D || {{rt|130|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 046 || 0x2E || {{rt|131|Hoenn}}
| 046 || 0x2E || {{rt|131|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 047 || 0x2F || {{rt|132|Hoenn}}
| 047 || 0x2F || {{rt|132|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 048 || 0x30 || {{rt|133|Hoenn}}
| 048 || 0x30 || {{rt|133|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 049 || 0x31 || {{rt|134|Hoenn}}
| 049 || 0x31 || {{rt|134|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 050 || 0x32 || [[Underwater]] <small>({{rt|124|Hoenn}})</small>
| 050 || 0x32 || [[Underwater]] <small>({{rt|124|Hoenn}})</small>
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 051 || 0x33 || [[Underwater]] <small>({{rt|126|Hoenn}})</small>
| 051 || 0x33 || [[Underwater]] <small>({{rt|126|Hoenn}})</small>
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 052 || 0x34 || [[Underwater]] <small>({{rt|127|Hoenn}})</small>
| 052 || 0x34 || [[Underwater]] <small>({{rt|127|Hoenn}})</small>
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 053 || 0x35 || [[Underwater]] <small>({{rt|128|Hoenn}})</small>
| 053 || 0x35 || [[Underwater]] <small>({{rt|128|Hoenn}})</small>
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 054 || 0x36 || [[Underwater]] <small>([[Sootopolis City]])</small>
| 054 || 0x36 || [[Underwater]] <small>([[Sootopolis City]])</small>
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 055 || 0x37 || [[Granite Cave]]
| 055 || 0x37 || [[Granite Cave]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 056 || 0x38 || [[Mt. Chimney]]
| 056 || 0x38 || [[Mt. Chimney]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 057 || 0x39 || {{safari|Hoenn}}
| 057 || 0x39 || {{safari|Hoenn}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 058 || 0x3A || {{Gdis|Battle Tower|III}}{{sup/3|RS}}/{{Gdis|Battle Frontier|III}}{{sup/3|E}}
| 058 || 0x3A || {{Gdis|Battle Tower|III}}{{sup/3|RS}}/{{Gdis|Battle Frontier|III}}{{sup/3|E}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 059 || 0x3B || [[Petalburg Woods]]
| 059 || 0x3B || [[Petalburg Woods]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 060 || 0x3C || [[Rusturf Tunnel]]
| 060 || 0x3C || [[Rusturf Tunnel]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 061 || 0x3D || [[Abandoned Ship]]
| 061 || 0x3D || [[Abandoned Ship]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 062 || 0x3E || [[New Mauville]]
| 062 || 0x3E || [[New Mauville]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 063 || 0x3F || [[Meteor Falls]]
| 063 || 0x3F || [[Meteor Falls]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 064 || 0x40 || [[Meteor Falls]] <small>(unused)</small>
| 064 || 0x40 || [[Meteor Falls]] <small>(unused)</small>
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 065 || 0x41 || [[Mt. Pyre]]
| 065 || 0x41 || [[Mt. Pyre]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 066 || 0x42 || Hideout <small>([[Team Magma Hideout|Magma Hideout]]{{sup/3|Ru}}/[[Team Aqua Hideout|Aqua Hideout]]{{sup/3|Sa}})</small>
| 066 || 0x42 || Hideout <small>([[Team Magma Hideout|Magma Hideout]]{{sup/3|Ru}}/[[Team Aqua Hideout|Aqua Hideout]]{{sup/3|Sa}})</small>
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 067 || 0x43 || [[Shoal Cave]]
| 067 || 0x43 || [[Shoal Cave]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 068 || 0x44 || [[Seafloor Cavern]]
| 068 || 0x44 || [[Seafloor Cavern]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 069 || 0x45 || [[Underwater]] <small>([[Seafloor Cavern]])</small>
| 069 || 0x45 || [[Underwater]] <small>([[Seafloor Cavern]])</small>
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 070 || 0x46 || {{ho|Victory Road}}
| 070 || 0x46 || {{ho|Victory Road}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 071 || 0x47 || {{gdis|Mirage Island|III}}
| 071 || 0x47 || {{gdis|Mirage Island|III}}
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 072 || 0x48 || [[Cave of Origin]]
| 072 || 0x48 || [[Cave of Origin]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 073 || 0x49 || [[Southern Island]]
| 073 || 0x49 || [[Southern Island]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 074 || 0x4A || [[Fiery Path]]
| 074 || 0x4A || [[Fiery Path]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 075 || 0x4B || [[Fiery Path]]
| 075 || 0x4B || [[Fiery Path]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 076 || 0x4C || [[Jagged Pass]]
| 076 || 0x4C || [[Jagged Pass]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 077 || 0x4D || [[Jagged Pass]]
| 077 || 0x4D || [[Jagged Pass]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 078 || 0x4E || [[Sealed Chamber]]
| 078 || 0x4E || [[Sealed Chamber]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 079 || 0x4F || [[Underwater]] <small>({{rt|134|Hoenn}})</small>
| 079 || 0x4F || [[Underwater]] <small>({{rt|134|Hoenn}})</small>
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 080 || 0x50 || [[Scorched Slab]]
| 080 || 0x50 || [[Scorched Slab]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 081 || 0x51 || [[Island Cave]]
| 081 || 0x51 || [[Island Cave]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 082 || 0x52 || [[Desert Ruins]]
| 082 || 0x52 || [[Desert Ruins]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 083 || 0x53 || [[Ancient Tomb]]
| 083 || 0x53 || [[Ancient Tomb]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 084 || 0x54 || [[Inside of Truck]]
| 084 || 0x54 || [[Inside of Truck]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 085 || 0x55 || [[Sky Pillar]]
| 085 || 0x55 || [[Sky Pillar]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 086 || 0x56 || [[Secret Base]]
| 086 || 0x56 || [[Secret Base]]
|- style="background:#fff"
|- style="background:#{{hoenn color light}}"
| 087 || 0x57 || [[S.S. Tidal|Ferry]]
| 087 || 0x57 || [[S.S. Tidal|Ferry]]
|- style="background:#{{kanto color light}}"
|- style="background:#{{kanto color light}}"
Line 443: Line 454:
|- style="background:#{{emerald color light}}"
|- style="background:#{{emerald color light}}"
| 212 || 0xD4 || [[Trainer Hill]]
| 212 || 0xD4 || [[Trainer Hill]]
|- style="background:#fff"
|- style="background:fff"
| 253 || 0xFD || <small>([[Gift_Pokémon#Generation_III|gift egg]])</small>
| 253 || 0xFD || <small>([[Gift_Pokémon#Generation_III|gift egg]])</small>
|- style="background:#fff"
|- style="background:fff"
| 254 || 0xFE || <small>([[in-game trade]])</small>
| 254 || 0xFE || <small>([[in-game trade]])</small>
|- style="background:#fff"
|- style="background:fff"
| 255 || 0xFF || <small>([[fateful encounter]])</small>
| 255 || 0xFF || <small>([[fateful encounter]])</small>
|}
|}
22

edits