Pokédex flags: Difference between revisions

m
typos fixed: the the → the
m (typos fixed: the the → the)
Line 2: Line 2:


==Glitch Pokédex flags in [[Generation I]]==
==Glitch Pokédex flags in [[Generation I]]==
[[Glitch]] Pokédex flags are most known in the [[Generation I]] games for the effects that they can have on the player's item pack. The [[glitch Pokémon]] [[Missingno.]] along with [['M (00)]], [[g g]], and [[$ (glitch Pokémon)|$]] are notorious for increasing the the sixth Bag slot by 128 unless the number of items in the slot is greater than or equal to 128. This is due to their Pokédex number of #000, which is considered by the game as #256. Encounter flags are normally stored in 19 bytes [D30A-D31C] (the bytes are offset by -1 in Yellow), each which can hold 8 bits (2^0+2^1+...2^7). These addresses account for seeing Pokémon #001-#152 (the last bit is unused, but it appears in the Pokédex as {{p|Farfetch'd}}{{sup|RB}}, [[Missingno.]]{{sup/1|RG}}, or {{p|Scyther}}{{sup|Y}}). When the game attempts to account for seeing Pokémon with [[Glitch Pokémon family|Pokédex numbers greater than 152]], the game writes to bytes beginning from D31D (D31C in Yellow) which mark addresses in the player's Bag. Due to this effect, when the player encounters a #000 (#256), the game sets the upper bit (2^7) on to address D329 (D328 in Yellow) - adding 128 items to the sixth position in the player's bag.
[[Glitch]] Pokédex flags are most known in the [[Generation I]] games for the effects that they can have on the player's item pack. The [[glitch Pokémon]] [[Missingno.]] along with [['M (00)]], [[g g]], and [[$ (glitch Pokémon)|$]] are notorious for increasing the sixth Bag slot by 128 unless the number of items in the slot is greater than or equal to 128. This is due to their Pokédex number of #000, which is considered by the game as #256. Encounter flags are normally stored in 19 bytes [D30A-D31C] (the bytes are offset by -1 in Yellow), each which can hold 8 bits (2^0+2^1+...2^7). These addresses account for seeing Pokémon #001-#152 (the last bit is unused, but it appears in the Pokédex as {{p|Farfetch'd}}{{sup/1|RB}}, [[Missingno.]]{{sup/1|RG}}, or {{p|Scyther}}{{sup/1|Y}}). When the game attempts to account for seeing Pokémon with [[Glitch Pokémon family|Pokédex numbers greater than 152]], the game writes to bytes beginning from D31D (D31C in Yellow) which mark addresses in the player's Bag. Due to this effect, when the player encounters a #000 (#256), the game sets the upper bit (2^7) on to address D329 (D328 in Yellow) - adding 128 items to the sixth position in the player's bag.


===Encounter flags===
===Encounter flags===
Line 20: Line 20:
|-
|-
|000
|000
|D329{{sup|RB}}/D328{{sup|Y}}
|D329{{sup/1|RB}}/D328{{sup/1|Y}}
|2^7
|2^7
|Add 128 to the quantity of the sixth slot in the player's bag if the quantity is less than 128
|Add 128 to the quantity of the sixth slot in the player's bag if the quantity is less than 128
|[['M (00)]]{{sup|RB}}, [[Missingno.]], [[g g]]{{sup|Y}}, and [[$ (glitch Pokémon)|$]]{{sup|Y}}
|[['M (00)]]{{sup/1|RB}}, [[Missingno.]], [[g g]]{{sup/1|Y}}, and [[$ (glitch Pokémon)|$]]{{sup/1|Y}}
|-
|-
|152
|152
|D31C{{sup|RB}}/D31B{{sup|Y}}
|D31C{{sup/1|RB}}/D31B{{sup/1|Y}}
|2^7
|2^7
|Set #152 in the Pokédex as 'seen'
|Set #152 in the Pokédex as 'seen'
Line 32: Line 32:
|-
|-
|153
|153
|D31D{{sup|RB}}/D31C{{sup|Y}}
|D31D{{sup/1|RB}}/D31C{{sup/1|Y}}
|2^0
|2^0
|Add 1 to the number of items in the player's bag if the amount of items is even
|Add 1 to the number of items in the player's bag if the amount of items is even
Line 38: Line 38:
|-
|-
|154
|154
|D31D{{sup|RB}}/D31C{{sup|Y}}
|D31D{{sup/1|RB}}/D31C{{sup/1|Y}}
|2^1
|2^1
|Add 2 to the number of items in the player's bag
|Add 2 to the number of items in the player's bag
Line 44: Line 44:
|-
|-
|155
|155
|D31D{{sup|RB}}/D31C{{sup|Y}}
|D31D{{sup/1|RB}}/D31C{{sup/1|Y}}
|2^2
|2^2
|Add 4 to the number of items in the player's bag if the amount<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|Add 4 to the number of items in the player's bag if the amount<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
Line 50: Line 50:
|-
|-
|156
|156
|D31D{{sup|RB}}/D31C{{sup|Y}}
|D31D{{sup/1|RB}}/D31C{{sup/1|Y}}
|2^3
|2^3
|Add 8 to the number of items in the player's bag
|Add 8 to the number of items in the player's bag
Line 56: Line 56:
|-
|-
|157
|157
|D31D{{sup|RB}}/D31C{{sup|Y}}
|D31D{{sup/1|RB}}/D31C{{sup/1|Y}}
|2^4
|2^4
|Add 16 to the number of items in the player's bag if the amount<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|Add 16 to the number of items in the player's bag if the amount<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
Line 62: Line 62:
|-
|-
|158
|158
|D31D{{sup|RB}}/D31C{{sup|Y}}
|D31D{{sup/1|RB}}/D31C{{sup/1|Y}}
|2^5
|2^5
|Add 32 to the number of items in the player's bag if the amount<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|Add 32 to the number of items in the player's bag if the amount<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
Line 68: Line 68:
|-
|-
|159
|159
|D31D{{sup|RB}}/D31C{{sup|Y}}
|D31D{{sup/1|RB}}/D31C{{sup/1|Y}}
|2^6
|2^6
|Add 64 to the number of items in the player's bag if the amount<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|Add 64 to the number of items in the player's bag if the amount<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|[[4(h4?]]{{sup|Y}}
|[[4(h4?]]{{sup/1|Y}}
|-
|-
|160
|160
|D31D{{sup|RB}}/D31C{{sup|Y}}
|D31D{{sup/1|RB}}/D31C{{sup/1|Y}}
|2^7
|2^7
|Add 128 to the number of items in the player's bag if the amount of items is less than 128
|Add 128 to the number of items in the player's bag if the amount of items is less than 128
Line 80: Line 80:
|-
|-
|161
|161
|D31E{{sup|RB}}/D31D{{sup|Y}}
|D31E{{sup/1|RB}}/D31D{{sup/1|Y}}
|2^0
|2^0
|Add 1 to the [[List of items by index number (GB)|identifier]] of the first slot in the player's bag if the identifier is even
|Add 1 to the [[List of items by index number (GB)|identifier]] of the first slot in the player's bag if the identifier is even
Line 86: Line 86:
|-
|-
|162
|162
|D31E{{sup|RB}}/D31D{{sup|Y}}
|D31E{{sup/1|RB}}/D31D{{sup/1|Y}}
|2^1
|2^1
|Add 2 to the identifier of the first slot in the player's bag
|Add 2 to the identifier of the first slot in the player's bag
Line 92: Line 92:
|-
|-
|163
|163
|D31E{{sup|RB}}/D31D{{sup|Y}}
|D31E{{sup/1|RB}}/D31D{{sup/1|Y}}
|2^2
|2^2
|Add 4 to the identifier of the first slot in the player's bag if the item <br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|Add 4 to the identifier of the first slot in the player's bag if the item <br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
Line 98: Line 98:
|-
|-
|164
|164
|D31E{{sup|RB}}/D31D{{sup|Y}}
|D31E{{sup/1|RB}}/D31D{{sup/1|Y}}
|2^3
|2^3
|Add 8 to the identifier of the first slot in the player's bag
|Add 8 to the identifier of the first slot in the player's bag
Line 104: Line 104:
|-
|-
|165
|165
|D31E{{sup|RB}}/D31D{{sup|Y}}
|D31E{{sup/1|RB}}/D31D{{sup/1|Y}}
|2^4
|2^4
|Add 16 to the identifier of the first slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|Add 16 to the identifier of the first slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
Line 110: Line 110:
|-
|-
|166
|166
|D31E{{sup|RB}}/D31D{{sup|Y}}
|D31E{{sup/1|RB}}/D31D{{sup/1|Y}}
|2^5
|2^5
|Add 32 to the identifier of the first slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|Add 32 to the identifier of the first slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
Line 116: Line 116:
|-
|-
|167
|167
|D31E{{sup|RB}}/D31D{{sup|Y}}
|D31E{{sup/1|RB}}/D31D{{sup/1|Y}}
|2^6
|2^6
|Add 64 to the identifier of the first slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|Add 64 to the identifier of the first slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
Line 122: Line 122:
|-
|-
|168
|168
|D31E{{sup|RB}}/D31D{{sup|Y}}
|D31E{{sup/1|RB}}/D31D{{sup/1|Y}}
|2^7
|2^7
|Add 128 to the identifier of the first slot in the player's bag if the identifier is less than 128
|Add 128 to the identifier of the first slot in the player's bag if the identifier is less than 128
Line 128: Line 128:
|-
|-
|169
|169
|D31F{{sup|RB}}/D31E{{sup|Y}}
|D31F{{sup/1|RB}}/D31E{{sup/1|Y}}
|2^0
|2^0
|Add 1 to the quantity of the first slot in the player's bag if the number is even
|Add 1 to the quantity of the first slot in the player's bag if the number is even
Line 134: Line 134:
|-
|-
|170
|170
|D31F{{sup|RB}}/D31E{{sup|Y}}
|D31F{{sup/1|RB}}/D31E{{sup/1|Y}}
|2^1
|2^1
|Add 2 to the quantity of the first slot in the player's bag
|Add 2 to the quantity of the first slot in the player's bag
Line 140: Line 140:
|-
|-
|171
|171
|D31F{{sup|RB}}/D31E{{sup|Y}}
|D31F{{sup/1|RB}}/D31E{{sup/1|Y}}
|2^2
|2^2
|Add 4 to the quantity of the first slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|Add 4 to the quantity of the first slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
Line 146: Line 146:
|-
|-
|172
|172
|D31F{{sup|RB}}/D31E{{sup|Y}}
|D31F{{sup/1|RB}}/D31E{{sup/1|Y}}
|2^3
|2^3
|Add 8 to the quantity of the first slot in the player's bag
|Add 8 to the quantity of the first slot in the player's bag
Line 152: Line 152:
|-
|-
|173
|173
|D31F{{sup|RB}}/D31E{{sup|Y}}
|D31F{{sup/1|RB}}/D31E{{sup/1|Y}}
|2^4
|2^4
|Add 16 to the quantity of the first slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|Add 16 to the quantity of the first slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
Line 158: Line 158:
|-
|-
|174
|174
|D31F{{sup|RB}}/D31E{{sup|Y}}
|D31F{{sup/1|RB}}/D31E{{sup/1|Y}}
|2^5
|2^5
|Add 32 to the quantity of the first slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|Add 32 to the quantity of the first slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|[[Pゥ 4$]]{{sup|RB}}, [[ゥ$ (F0)]]{{sup|RB}}
|[[Pゥ 4$]]{{sup/1|RB}}, [[ゥ$ (F0)]]{{sup/1|RB}}
|-
|-
|175
|175
|D31F{{sup|RB}}/D31E{{sup|Y}}
|D31F{{sup/1|RB}}/D31E{{sup/1|Y}}
|2^6
|2^6
|Add 64 to the quantity of the first slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|Add 64 to the quantity of the first slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|{{OBP|c|lowercase}}{{sup|RB}}, [[.g]]{{sup|RB}}, [[Glitch (E4)]]{{sup|RB}}
|{{OBP|c|lowercase}}{{sup/1|RB}}, [[.g]]{{sup/1|RB}}, [[Glitch (E4)]]{{sup/1|RB}}
|-
|-
|176
|176
|D31F{{sup|RB}}/D31E{{sup|Y}}
|D31F{{sup/1|RB}}/D31E{{sup/1|Y}}
|2^7
|2^7
|Add 128 to the quantity of the first slot in the player's bag if the quantity is less than 128
|Add 128 to the quantity of the first slot in the player's bag if the quantity is less than 128
|[[3TrainerPoké $]]{{sup|Y}}
|[[3TrainerPoké $]]{{sup/1|Y}}
|-
|-
|177
|177
|D320{{sup|RB}}/D31F{{sup|Y}}
|D320{{sup/1|RB}}/D31F{{sup/1|Y}}
|2^0
|2^0
|Add 1 to the identifier of the second slot in the player's bag if the identifier is even
|Add 1 to the identifier of the second slot in the player's bag if the identifier is even
Line 182: Line 182:
|-
|-
|178
|178
|D320{{sup|RB}}/D31F{{sup|Y}}
|D320{{sup/1|RB}}/D31F{{sup/1|Y}}
|2^1
|2^1
|Add 2 to the identifier of the second slot in the player's bag
|Add 2 to the identifier of the second slot in the player's bag
Line 188: Line 188:
|-
|-
|179
|179
|D320{{sup|RB}}/D31F{{sup|Y}}
|D320{{sup/1|RB}}/D31F{{sup/1|Y}}
|2^2
|2^2
|Add 4 to the identifier of the second slot in the player's bag if the item <br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|Add 4 to the identifier of the second slot in the player's bag if the item <br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
Line 194: Line 194:
|-
|-
|180
|180
|D320{{sup|RB}}/D31F{{sup|Y}}
|D320{{sup/1|RB}}/D31F{{sup/1|Y}}
|2^3
|2^3
|Add 8 to the identifier of the second slot in the player's bag
|Add 8 to the identifier of the second slot in the player's bag
Line 200: Line 200:
|-
|-
|181
|181
|D320{{sup|RB}}/D31F{{sup|Y}}
|D320{{sup/1|RB}}/D31F{{sup/1|Y}}
|2^4
|2^4
|Add 16 to the identifier of the second slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|Add 16 to the identifier of the second slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
Line 206: Line 206:
|-
|-
|182
|182
|D320{{sup|RB}}/D31F{{sup|Y}}
|D320{{sup/1|RB}}/D31F{{sup/1|Y}}
|2^5
|2^5
|Add 32 to the identifier of the second slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
|Add 32 to the identifier of the second slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
Line 212: Line 212:
|-
|-
|183
|183
|D320{{sup|RB}}/D31F{{sup|Y}}
|D320{{sup/1|RB}}/D31F{{sup/1|Y}}
|2^6
|2^6
|Add 64 to the identifier of the second slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|Add 64 to the identifier of the second slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
Line 218: Line 218:
|-
|-
|184
|184
|D320{{sup|RB}}/D31F{{sup|Y}}
|D320{{sup/1|RB}}/D31F{{sup/1|Y}}
|2^7
|2^7
|Add 128 to the identifier of the second slot in the player's bag if the identifier is less than 128
|Add 128 to the identifier of the second slot in the player's bag if the identifier is less than 128
Line 224: Line 224:
|-
|-
|185
|185
|D321{{sup|RB}}/D320{{sup|Y}}
|D321{{sup/1|RB}}/D320{{sup/1|Y}}
|2^0
|2^0
|Add 1 to the quantity of the second slot in the player's bag if the quantity is even
|Add 1 to the quantity of the second slot in the player's bag if the quantity is even
Line 230: Line 230:
|-
|-
|186
|186
|D321{{sup|RB}}/D320{{sup|Y}}
|D321{{sup/1|RB}}/D320{{sup/1|Y}}
|2^1
|2^1
|Add 2 to the quantity of the second slot in the player's bag
|Add 2 to the quantity of the second slot in the player's bag
Line 236: Line 236:
|-
|-
|187
|187
|D321{{sup|RB}}/D320{{sup|Y}}
|D321{{sup/1|RB}}/D320{{sup/1|Y}}
|2^2
|2^2
|Add 4 to the quantity of the second slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|Add 4 to the quantity of the second slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
Line 242: Line 242:
|-
|-
|188
|188
|D321{{sup|RB}}/D320{{sup|Y}}
|D321{{sup/1|RB}}/D320{{sup/1|Y}}
|2^3
|2^3
|Add 8 to the quantity of the second slot in the player's bag
|Add 8 to the quantity of the second slot in the player's bag
Line 248: Line 248:
|-
|-
|189
|189
|D321{{sup|RB}}/D320{{sup|Y}}
|D321{{sup/1|RB}}/D320{{sup/1|Y}}
|2^4
|2^4
|Add 16 to the quantity of the second slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|Add 16 to the quantity of the second slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
Line 254: Line 254:
|-
|-
|190
|190
|D321{{sup|RB}}/D320{{sup|Y}}
|D321{{sup/1|RB}}/D320{{sup/1|Y}}
|2^5
|2^5
|Add 32 to the quantity of the second slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|Add 32 to the quantity of the second slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
Line 260: Line 260:
|-
|-
|191
|191
|D321{{sup|RB}}/D320{{sup|Y}}
|D321{{sup/1|RB}}/D320{{sup/1|Y}}
|2^6
|2^6
|Add 64 to the quantity of the second slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|Add 64 to the quantity of the second slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
Line 266: Line 266:
|-
|-
|192
|192
|D321{{sup|RB}}/D320{{sup|Y}}
|D321{{sup/1|RB}}/D320{{sup/1|Y}}
|2^7
|2^7
|Add 128 to the quantity of the second slot in the player's bag if the identifier is less than 128
|Add 128 to the quantity of the second slot in the player's bag if the identifier is less than 128
Line 272: Line 272:
|-
|-
|193
|193
|D322{{sup|RB}}/D321{{sup|Y}}
|D322{{sup/1|RB}}/D321{{sup/1|Y}}
|2^0
|2^0
|Add 1 to the identifier of the third slot in the player's bag if the identifier is even
|Add 1 to the identifier of the third slot in the player's bag if the identifier is even
Line 278: Line 278:
|-
|-
|194
|194
|D322{{sup|RB}}/D321{{sup|Y}}
|D322{{sup/1|RB}}/D321{{sup/1|Y}}
|2^1
|2^1
|Add 2 to the identifier of the third slot in the player's bag
|Add 2 to the identifier of the third slot in the player's bag
Line 284: Line 284:
|-
|-
|195
|195
|D322{{sup|RB}}/D321{{sup|Y}}
|D322{{sup/1|RB}}/D321{{sup/1|Y}}
|2^2
|2^2
|Add 4 to the identifier of the third slot in the player's bag if the item <br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|Add 4 to the identifier of the third slot in the player's bag if the item <br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|[[ゥ► ゥ▼ ゥ]]{{sup|Y}}, [[ゥ $ A (F6)]]{{sup|Y}}, [[$ Pゥ. 4(]]{{sup|Y}}, [[ゥ $ A]]{{sup|Y}}
|[[ゥ► ゥ▼ ゥ]]{{sup/1|Y}}, [[ゥ $ A (F6)]]{{sup/1|Y}}, [[$ Pゥ. 4(]]{{sup/1|Y}}, [[ゥ $ A]]{{sup/1|Y}}
|-
|-
|196
|196
|D322{{sup|RB}}/D321{{sup|Y}}
|D322{{sup/1|RB}}/D321{{sup/1|Y}}
|2^3
|2^3
|Add 8 to the identifier of the third slot in the player's bag
|Add 8 to the identifier of the third slot in the player's bag
Line 296: Line 296:
|-
|-
|197
|197
|D322{{sup|RB}}/D321{{sup|Y}}
|D322{{sup/1|RB}}/D321{{sup/1|Y}}
|2^4
|2^4
|Add 16 to the identifier of the third slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|Add 16 to the identifier of the third slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
Line 302: Line 302:
|-
|-
|198
|198
|D322{{sup|RB}}/D321{{sup|Y}}
|D322{{sup/1|RB}}/D321{{sup/1|Y}}
|2^5
|2^5
|Add 32 to the identifier of the third slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|Add 32 to the identifier of the third slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
Line 308: Line 308:
|-
|-
|199
|199
|D322{{sup|RB}}/D321{{sup|Y}}
|D322{{sup/1|RB}}/D321{{sup/1|Y}}
|2^6
|2^6
|Add 64 to the identifier of the third slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|Add 64 to the identifier of the third slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
Line 314: Line 314:
|-
|-
|200
|200
|D322{{sup|RB}}/D321{{sup|Y}}
|D322{{sup/1|RB}}/D321{{sup/1|Y}}
|2^7
|2^7
|Add 128 to the identifier of the third slot in the player's bag if the identifier is less than 128
|Add 128 to the identifier of the third slot in the player's bag if the identifier is less than 128
Line 320: Line 320:
|-
|-
|201
|201
|D323{{sup|RB}}/D322{{sup|Y}}
|D323{{sup/1|RB}}/D322{{sup/1|Y}}
|2^0
|2^0
|Add 1 to the quantity of the third slot in the player's bag if the quantity is even
|Add 1 to the quantity of the third slot in the player's bag if the quantity is even
Line 326: Line 326:
|-
|-
|202
|202
|D323{{sup|RB}}/D322{{sup|Y}}
|D323{{sup/1|RB}}/D322{{sup/1|Y}}
|2^1
|2^1
|Add 2 to the quantity of the third slot in the player's bag
|Add 2 to the quantity of the third slot in the player's bag
|[[(h4to89]]{{sup|Y}}, [[PkMn (DC)]]{{sup|Y}}
|[[(h4to89]]{{sup/1|Y}}, [[PkMn (DC)]]{{sup/1|Y}}
|-
|-
|203
|203
|D323{{sup|RB}}/D322{{sup|Y}}
|D323{{sup/1|RB}}/D322{{sup/1|Y}}
|2^2
|2^2
|Add 4 to the quantity of the third slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|Add 4 to the quantity of the third slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|[[X ゥ- xゥ]]{{sup|Y}}, [[ゥHIゥ.]]{{sup|Y}}
|[[X ゥ- xゥ]]{{sup/1|Y}}, [[ゥHIゥ.]]{{sup/1|Y}}
|-
|-
|204
|204
|D323{{sup|RB}}/D322{{sup|Y}}
|D323{{sup/1|RB}}/D322{{sup/1|Y}}
|2^3
|2^3
|Add 8 to the quantity of the third slot in the player's bag
|Add 8 to the quantity of the third slot in the player's bag
Line 344: Line 344:
|-
|-
|205
|205
|D323{{sup|RB}}/D322{{sup|Y}}
|D323{{sup/1|RB}}/D322{{sup/1|Y}}
|2^4
|2^4
|Add 16 to the quantity of the third slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|Add 16 to the quantity of the third slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|[[PC4SH]]{{sup|RB}}, [[Glitch (DB)]]{{sup|RB}}, [[ゥ ']]{{sup|RB}}, [[♀Pゥ ゥゥT]]{{sup|RB}},<br>[[ゥ (C1)]]{{sup|RB}}, [[PkMnaPkMnゥ ♂ fPkMnk]]{{sup|RB}}, [[Pゥ ゥ ゥ]]{{sup|RB}},<br>[[PokéWTrainer]]{{sup|RB}}, [[PkMn (D8)]]{{sup|Y}}, [[♀ .]]{{sup|Y}}
|[[PC4SH]]{{sup/1|RB}}, [[Glitch (DB)]]{{sup/1|RB}}, [[ゥ ']]{{sup/1|RB}}, [[♀Pゥ ゥゥT]]{{sup/1|RB}},<br>[[ゥ (C1)]]{{sup/1|RB}}, [[PkMnaPkMnゥ ♂ fPkMnk]]{{sup/1|RB}}, [[Pゥ ゥ ゥ]]{{sup/1|RB}},<br>[[PokéWTrainer]]{{sup/1|RB}}, [[PkMn (D8)]]{{sup/1|Y}}, [[♀ .]]{{sup/1|Y}}
|-
|-
|206
|206
|D323{{sup|RB}}/D322{{sup|Y}}
|D323{{sup/1|RB}}/D322{{sup/1|Y}}
|2^5
|2^5
|Add 32 to the quantity of the third slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|Add 32 to the quantity of the third slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
Line 356: Line 356:
|-
|-
|207
|207
|D323{{sup|RB}}/D322{{sup|Y}}
|D323{{sup/1|RB}}/D322{{sup/1|Y}}
|2^6
|2^6
|Add 64 to the quantity of the third slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|Add 64 to the quantity of the third slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|[[4, ゥァ (DD)]]{{sup|Y}}, [[4 89 4]]{{sup|Y}}
|[[4, ゥァ (DD)]]{{sup/1|Y}}, [[4 89 4]]{{sup/1|Y}}
|-
|-
|208
|208
|D323{{sup|RB}}/D322{{sup|Y}}
|D323{{sup/1|RB}}/D322{{sup/1|Y}}
|2^7
|2^7
|Add 128 to the quantity of the third slot in the player's bag if the quantity is less than 128
|Add 128 to the quantity of the third slot in the player's bag if the quantity is less than 128
Line 368: Line 368:
|-
|-
|209
|209
|D324{{sup|RB}}/D323{{sup|Y}}
|D324{{sup/1|RB}}/D323{{sup/1|Y}}
|2^0
|2^0
|Add 1 to the identifier of the fourth slot in the player's bag if the identifier is even
|Add 1 to the identifier of the fourth slot in the player's bag if the identifier is even
|[[ゥ l (F2)]]{{sup|RB}}
|[[ゥ l (F2)]]{{sup/1|RB}}
|-
|-
|210
|210
|D324{{sup|RB}}/D323{{sup|Y}}
|D324{{sup/1|RB}}/D323{{sup/1|Y}}
|2^1
|2^1
|Add 2 to the identifier of the fourth slot in the player's bag
|Add 2 to the identifier of the fourth slot in the player's bag
Line 380: Line 380:
|-
|-
|211
|211
|D324{{sup|RB}}/D323{{sup|Y}}
|D324{{sup/1|RB}}/D323{{sup/1|Y}}
|2^2
|2^2
|Add 4 to the identifier of the fourth slot in the player's bag if the item <br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|Add 4 to the identifier of the fourth slot in the player's bag if the item <br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|[['v]]{{sup|RB}}, [[Glitch (EC)]]{{sup|RB}}
|[['v]]{{sup/1|RB}}, [[Glitch (EC)]]{{sup/1|RB}}
|-
|-
|212
|212
|D324{{sup|RB}}/D323{{sup|Y}}
|D324{{sup/1|RB}}/D323{{sup/1|Y}}
|2^3
|2^3
|Add 8 to the identifier of the fourth slot in the player's bag
|Add 8 to the identifier of the fourth slot in the player's bag
Line 392: Line 392:
|-
|-
|213
|213
|D324{{sup|RB}}/D323{{sup|Y}}
|D324{{sup/1|RB}}/D323{{sup/1|Y}}
|2^4
|2^4
|Add 16 to the identifier of the fourth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|Add 16 to the identifier of the fourth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|[[94 h]]{{sup|RB}}, [[94]]{{sup|RB}}
|[[94 h]]{{sup/1|RB}}, [[94]]{{sup/1|RB}}
|-
|-
|214
|214
|D324{{sup|RB}}/D323{{sup|Y}}
|D324{{sup/1|RB}}/D323{{sup/1|Y}}
|2^5
|2^5
|Add 32 to the identifier of the fourth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|Add 32 to the identifier of the fourth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
Line 404: Line 404:
|-
|-
|215
|215
|D324{{sup|RB}}/D323{{sup|Y}}
|D324{{sup/1|RB}}/D323{{sup/1|Y}}
|2^6
|2^6
|Add 64 to the identifier of the fourth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|Add 64 to the identifier of the fourth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|[[9 (glitch Pokémon)|9]]{{sup|Y}}
|[[9 (glitch Pokémon)|9]]{{sup/1|Y}}
|-
|-
|216
|216
|D324{{sup|RB}}/D323{{sup|Y}}
|D324{{sup/1|RB}}/D323{{sup/1|Y}}
|2^7
|2^7
|Add 128 to the identifier of the fourth slot in the player's bag if the identifier is less than 128
|Add 128 to the identifier of the fourth slot in the player's bag if the identifier is less than 128
Line 416: Line 416:
|-
|-
|217
|217
|D325{{sup|RB}}/D324{{sup|Y}}
|D325{{sup/1|RB}}/D324{{sup/1|Y}}
|2^0
|2^0
|Add 1 to the quantity of the fourth slot in the player's bag if the quantity is even
|Add 1 to the quantity of the fourth slot in the player's bag if the quantity is even
Line 422: Line 422:
|-
|-
|218
|218
|D325{{sup|RB}}/D324{{sup|Y}}
|D325{{sup/1|RB}}/D324{{sup/1|Y}}
|2^1
|2^1
|Add 2 to the quantity of the fourth slot in the player's bag
|Add 2 to the quantity of the fourth slot in the player's bag
Line 428: Line 428:
|-
|-
|219
|219
|D325{{sup|RB}}/D324{{sup|Y}}
|D325{{sup/1|RB}}/D324{{sup/1|Y}}
|2^2
|2^2
|Add 4 to the quantity of the fourth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|Add 4 to the quantity of the fourth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
Line 434: Line 434:
|-
|-
|220
|220
|D325{{sup|RB}}/D324{{sup|Y}}
|D325{{sup/1|RB}}/D324{{sup/1|Y}}
|2^3
|2^3
|Add 8 to the quantity of the fourth slot in the player's bag
|Add 8 to the quantity of the fourth slot in the player's bag
Line 440: Line 440:
|-
|-
|221
|221
|D325{{sup|RB}}/D324{{sup|Y}}
|D325{{sup/1|RB}}/D324{{sup/1|Y}}
|2^4
|2^4
|Add 16 to the quantity of the fourth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|Add 16 to the quantity of the fourth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
Line 446: Line 446:
|-
|-
|222
|222
|D325{{sup|RB}}/D324{{sup|Y}}
|D325{{sup/1|RB}}/D324{{sup/1|Y}}
|2^5
|2^5
|Add 32 to the quantity of the fourth slot in the player's bag if the amount<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
|Add 32 to the quantity of the fourth slot in the player's bag if the amount<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
Line 452: Line 452:
|-
|-
|223
|223
|D325{{sup|RB}}/D324{{sup|Y}}
|D325{{sup/1|RB}}/D324{{sup/1|Y}}
|2^6
|2^6
|Add 64 to the quantity of the fourth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|Add 64 to the quantity of the fourth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
Line 458: Line 458:
|-
|-
|224
|224
|D325{{sup|RB}}/D324{{sup|Y}}
|D325{{sup/1|RB}}/D324{{sup/1|Y}}
|2^7
|2^7
|Add 128 to the quantity of the fourth slot in the player's bag if the quantity is less than 128
|Add 128 to the quantity of the fourth slot in the player's bag if the quantity is less than 128
|[[hゥ]]{{sup|RB}}, [[ゥ$'M]]{{sup|RB}}
|[[hゥ]]{{sup/1|RB}}, [[ゥ$'M]]{{sup/1|RB}}
|-
|-
|225
|225
|D326{{sup|RB}}/D325{{sup|Y}}
|D326{{sup/1|RB}}/D325{{sup/1|Y}}
|2^0
|2^0
|Add 1 to the identifier of the fifth slot in the player's bag if the identifier is even
|Add 1 to the identifier of the fifth slot in the player's bag if the identifier is even
Line 470: Line 470:
|-
|-
|226
|226
|D326{{sup|RB}}/D325{{sup|Y}}
|D326{{sup/1|RB}}/D325{{sup/1|Y}}
|2^1
|2^1
|Add 2 to the identifier of the fifth slot in the player's bag
|Add 2 to the identifier of the fifth slot in the player's bag
Line 476: Line 476:
|-
|-
|227
|227
|D326{{sup|RB}}/D325{{sup|Y}}
|D326{{sup/1|RB}}/D325{{sup/1|Y}}
|2^2
|2^2
|Add 4 to the identifier of the fifth slot in the player's bag if the item <br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|Add 4 to the identifier of the fifth slot in the player's bag if the item <br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
Line 482: Line 482:
|-
|-
|228
|228
|D326{{sup|RB}}/D325{{sup|Y}}
|D326{{sup/1|RB}}/D325{{sup/1|Y}}
|2^3
|2^3
|Add 8 to the identifier of the fifth slot in the player's bag
|Add 8 to the identifier of the fifth slot in the player's bag
Line 488: Line 488:
|-
|-
|229
|229
|D326{{sup|RB}}/D325{{sup|Y}}
|D326{{sup/1|RB}}/D325{{sup/1|Y}}
|2^4
|2^4
|Add 16 to the identifier of the fifth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|Add 16 to the identifier of the fifth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|[[Glitch (CA)]]{{sup|Y}}
|[[Glitch (CA)]]{{sup/1|Y}}
|-
|-
|230
|230
|D326{{sup|RB}}/D325{{sup|Y}}
|D326{{sup/1|RB}}/D325{{sup/1|Y}}
|2^5
|2^5
|Add 32 to the identifier of the fifth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|Add 32 to the identifier of the fifth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|[[pPkMnp' ']]{{sup|Y}}
|[[pPkMnp' ']]{{sup/1|Y}}
|-
|-
|231
|231
|D326{{sup|RB}}/D325{{sup|Y}}
|D326{{sup/1|RB}}/D325{{sup/1|Y}}
|2^6
|2^6
|Add 64 to the identifier of the fifth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|Add 64 to the identifier of the fifth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
Line 506: Line 506:
|-
|-
|232
|232
|D326{{sup|RB}}/D325{{sup|Y}}
|D326{{sup/1|RB}}/D325{{sup/1|Y}}
|2^7
|2^7
|Add 128 to the identifier of the fifth slot in the player's bag if the identifier is less than 128
|Add 128 to the identifier of the fifth slot in the player's bag if the identifier is less than 128
Line 512: Line 512:
|-
|-
|233
|233
|D327{{sup|RB}}/D326{{sup|Y}}
|D327{{sup/1|RB}}/D326{{sup/1|Y}}
|2^0
|2^0
|Add 1 to the quantity of the fifth slot in the player's bag if the quantity is even
|Add 1 to the quantity of the fifth slot in the player's bag if the quantity is even
Line 518: Line 518:
|-
|-
|234
|234
|D327{{sup|RB}}/D326{{sup|Y}}
|D327{{sup/1|RB}}/D326{{sup/1|Y}}
|2^1
|2^1
|Add 2 to the quantity of the fifth slot in the player's bag
|Add 2 to the quantity of the fifth slot in the player's bag
|[[ゥ .4]]{{sup|RB}}, [[A (EA)]]{{sup|RB}}, [[M p'u ゥ]]{{sup|RB}}, [[PkMnRPkMn "]]{{sup|RB}},<br>[[ゥU?]]{{sup|RB}}, [['r 'r 4]]{{sup|Y}}
|[[ゥ .4]]{{sup/1|RB}}, [[A (EA)]]{{sup/1|RB}}, [[M p'u ゥ]]{{sup/1|RB}}, [[PkMnRPkMn "]]{{sup/1|RB}},<br>[[ゥU?]]{{sup/1|RB}}, [['r 'r 4]]{{sup/1|Y}}
|-
|-
|235
|235
|D327{{sup|RB}}/D326{{sup|Y}}
|D327{{sup/1|RB}}/D326{{sup/1|Y}}
|2^2
|2^2
|Add 4 to the quantity of the fifth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|Add 4 to the quantity of the fifth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
Line 530: Line 530:
|-
|-
|236
|236
|D327{{sup|RB}}/D326{{sup|Y}}
|D327{{sup/1|RB}}/D326{{sup/1|Y}}
|2^3
|2^3
|Add 8 to the quantity of the fifth slot in the player's bag
|Add 8 to the quantity of the fifth slot in the player's bag
Line 536: Line 536:
|-
|-
|237
|237
|D327{{sup|RB}}/D326{{sup|Y}}
|D327{{sup/1|RB}}/D326{{sup/1|Y}}
|2^4
|2^4
|Add 16 to the quantity of the fifth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|Add 16 to the quantity of the fifth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
Line 542: Line 542:
|-
|-
|238
|238
|D327{{sup|RB}}/D326{{sup|Y}}
|D327{{sup/1|RB}}/D326{{sup/1|Y}}
|2^5
|2^5
|Add 32 to the quantity of the fifth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|Add 32 to the quantity of the fifth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
Line 548: Line 548:
|-
|-
|239
|239
|D327{{sup|RB}}/D326{{sup|Y}}
|D327{{sup/1|RB}}/D326{{sup/1|Y}}
|2^6
|2^6
|Add 64 to the quantity of the fifth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|Add 64 to the quantity of the fifth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
Line 554: Line 554:
|-
|-
|240
|240
|D327{{sup|RB}}/D326{{sup|Y}}
|D327{{sup/1|RB}}/D326{{sup/1|Y}}
|2^7
|2^7
|Add 128 to the quantity of the fifth slot in the player's bag
|Add 128 to the quantity of the fifth slot in the player's bag
|[[ゥ (E3)]]{{sup|RB}}
|[[ゥ (E3)]]{{sup/1|RB}}
|-
|-
|241
|241
|D328{{sup|RB}}/D327{{sup|Y}}
|D328{{sup/1|RB}}/D327{{sup/1|Y}}
|2^0
|2^0
|Add 1 to the identifier of the sixth slot in the player's bag if the identifier is even
|Add 1 to the identifier of the sixth slot in the player's bag if the identifier is even
Line 566: Line 566:
|-
|-
|242
|242
|D328{{sup|RB}}/D327{{sup|Y}}
|D328{{sup/1|RB}}/D327{{sup/1|Y}}
|2^1
|2^1
|Add 2 to the identifier of the sixth slot in the player's bag
|Add 2 to the identifier of the sixth slot in the player's bag
Line 572: Line 572:
|-
|-
|243
|243
|D328{{sup|RB}}/D327{{sup|Y}}
|D328{{sup/1|RB}}/D327{{sup/1|Y}}
|2^2
|2^2
|Add 4 to the identifier of the sixth slot in the player's bag if the item <br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|Add 4 to the identifier of the sixth slot in the player's bag if the item <br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
Line 578: Line 578:
|-
|-
|244
|244
|D328{{sup|RB}}/D327{{sup|Y}}
|D328{{sup/1|RB}}/D327{{sup/1|Y}}
|2^3
|2^3
|Add 8 to the identifier of the sixth slot in the player's bag
|Add 8 to the identifier of the sixth slot in the player's bag
Line 584: Line 584:
|-
|-
|245
|245
|D328{{sup|RB}}/D327{{sup|Y}}
|D328{{sup/1|RB}}/D327{{sup/1|Y}}
|2^4
|2^4
|Add 16 to the identifier of the sixth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|Add 16 to the identifier of the sixth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|[[X:LC]]{{sup|RB}}, [[……]]{{sup|RB}}, [[C (uppercase)|C]]{{sup|RB}}, [[8 (DE)]]{{sup|Y}}
|[[X:LC]]{{sup/1|RB}}, [[……]]{{sup/1|RB}}, [[C (uppercase)|C]]{{sup/1|RB}}, [[8 (DE)]]{{sup/1|Y}}
|-
|-
|246
|246
|D328{{sup|RB}}/D327{{sup|Y}}
|D328{{sup/1|RB}}/D327{{sup/1|Y}}
|2^5
|2^5
|Add 32 to the identifier of the sixth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|Add 32 to the identifier of the sixth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
Line 596: Line 596:
|-
|-
|247
|247
|D328{{sup|RB}}/D327{{sup|Y}}
|D328{{sup/1|RB}}/D327{{sup/1|Y}}
|2^6
|2^6
|Add 64 to the identifier of the sixth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|Add 64 to the identifier of the sixth slot in the player's bag if the item<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
Line 602: Line 602:
|-
|-
|248
|248
|D328{{sup|RB}}/D327{{sup|Y}}
|D328{{sup/1|RB}}/D327{{sup/1|Y}}
|2^7
|2^7
|Add 128 to the identifier of the sixth slot in the player's bag if the identifier is less than 128
|Add 128 to the identifier of the sixth slot in the player's bag if the identifier is less than 128
Line 608: Line 608:
|-
|-
|249
|249
|D329{{sup|RB}}/D328{{sup|Y}}
|D329{{sup/1|RB}}/D328{{sup/1|Y}}
|2^0
|2^0
|Add 1 to the quantity of the sixth slot in the player's bag if the quantity is even
|Add 1 to the quantity of the sixth slot in the player's bag if the quantity is even
Line 614: Line 614:
|-
|-
|250
|250
|D329{{sup|RB}}/D328{{sup|Y}}
|D329{{sup/1|RB}}/D328{{sup/1|Y}}
|2^1
|2^1
|Add 2 to the quantity of the sixth slot in the player's bag
|Add 2 to the quantity of the sixth slot in the player's bag
|[[4h]]{{sup|RB}}, [[▶ A]]{{sup|RB}}, [[.PkMn]]{{sup|RB}}, [[PkMn PkMn T]]{{sup|RB}}<br>[[PkMn (C5)]]{{sup|RB}}, [[4 4]]{{sup|Y}}, [[Glitch (DB)]]{{sup|Y}}, [[8B 4 8]]{{sup|Y}}
|[[4h]]{{sup/1|RB}}, [[▶ A]]{{sup/1|RB}}, [[.PkMn]]{{sup/1|RB}}, [[PkMn PkMn T]]{{sup/1|RB}}<br>[[PkMn (C5)]]{{sup/1|RB}}, [[4 4]]{{sup/1|Y}}, [[Glitch (DB)]]{{sup/1|Y}}, [[8B 4 8]]{{sup/1|Y}}
|-
|-
|251
|251
|D329{{sup|RB}}/D328{{sup|Y}}
|D329{{sup/1|RB}}/D328{{sup/1|Y}}
|2^2
|2^2
|Add 4 to the quantity of the sixth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
|Add 4 to the quantity of the sixth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
Line 626: Line 626:
|-
|-
|252
|252
|D329{{sup|RB}}/D328{{sup|Y}}
|D329{{sup/1|RB}}/D328{{sup/1|Y}}
|2^3
|2^3
|Add 8 to the quantity of the sixth slot in the player's bag
|Add 8 to the quantity of the sixth slot in the player's bag
Line 632: Line 632:
|-
|-
|253
|253
|D329{{sup|RB}}/D328{{sup|Y}}
|D329{{sup/1|RB}}/D328{{sup/1|Y}}
|2^4
|2^4
|Add 16 to the quantity of the sixth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
|Add 16 to the quantity of the sixth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
Line 638: Line 638:
|-
|-
|254
|254
|D329{{sup|RB}}/D328{{sup|Y}}
|D329{{sup/1|RB}}/D328{{sup/1|Y}}
|2^5
|2^5
|Add 32 to the quantity of the sixth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|Add 32 to the quantity of the sixth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX   
|[[ゥ (D9)]]{{sup|Y}}
|[[ゥ (D9)]]{{sup/1|Y}}
|-
|-
|255
|255
|D329{{sup|RB}}/D328{{sup|Y}}
|D329{{sup/1|RB}}/D328{{sup/1|Y}}
|2^6
|2^6
|Add 64 to the quantity of the sixth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|Add 64 to the quantity of the sixth slot in the player's bag if the quantity<br>does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
|[[ゥ (F5)]]{{sup|RB}}, [[8 P ァ]]{{sup|Y}}
|[[ゥ (F5)]]{{sup/1|RB}}, [[8 P ァ]]{{sup/1|Y}}
|}
|}
|}
|}
Line 667: Line 667:
|-
|-
|000
|000
|D316{{sup|RB}}/D315{{sup|Y}}
|D316{{sup/1|RB}}/D315{{sup/1|Y}}
|2^7
|2^7
|Set {{p|Cubone}} in the Pokédex as 'seen'
|Set {{p|Cubone}} in the Pokédex as 'seen'
|[['M]]{{sup|RB}}, [[Missingno.]], [[g g]]{{sup|Y}}, and [[$ (glitch Pokémon)|$]]{{sup|Y}}
|[['M]]{{sup/1|RB}}, [[Missingno.]], [[g g]]{{sup/1|Y}}, and [[$ (glitch Pokémon)|$]]{{sup/1|Y}}
|-
|-
|152
|152
|D309{{sup|RB}}/D308{{sup|Y}}
|D309{{sup/1|RB}}/D308{{sup/1|Y}}
|2^7
|2^7
|Set #152 in the Pokédex as 'own'
|Set #152 in the Pokédex as 'own'
Line 679: Line 679:
|-
|-
|153
|153
|D30A{{sup|RB}}/D309{{sup|Y}}
|D30A{{sup/1|RB}}/D309{{sup/1|Y}}
|2^0
|2^0
|Set {{p|Bulbasaur}} in the Pokédex as 'seen'
|Set {{p|Bulbasaur}} in the Pokédex as 'seen'
Line 685: Line 685:
|-
|-
|154
|154
|D30A{{sup|RB}}/D309{{sup|Y}}
|D30A{{sup/1|RB}}/D309{{sup/1|Y}}
|2^1
|2^1
|Set {{p|Ivysaur}} in the Pokédex as 'seen'
|Set {{p|Ivysaur}} in the Pokédex as 'seen'
Line 691: Line 691:
|-
|-
|155
|155
|D30A{{sup|RB}}/D309{{sup|Y}}
|D30A{{sup/1|RB}}/D309{{sup/1|Y}}
|2^2
|2^2
|Set {{p|Venusaur}} in the Pokédex as 'seen'
|Set {{p|Venusaur}} in the Pokédex as 'seen'
Line 697: Line 697:
|-
|-
|156
|156
|D30A{{sup|RB}}/D309{{sup|Y}}
|D30A{{sup/1|RB}}/D309{{sup/1|Y}}
|2^3
|2^3
|Set {{p|Charmander}} in the Pokédex as 'seen'
|Set {{p|Charmander}} in the Pokédex as 'seen'
Line 703: Line 703:
|-
|-
|157
|157
|D30A{{sup|RB}}/D309{{sup|Y}}
|D30A{{sup/1|RB}}/D309{{sup/1|Y}}
|2^4
|2^4
|Set {{p|Charmeleon}} in the Pokédex as 'seen'
|Set {{p|Charmeleon}} in the Pokédex as 'seen'
Line 709: Line 709:
|-
|-
|158
|158
|D30A{{sup|RB}}/D309{{sup|Y}}
|D30A{{sup/1|RB}}/D309{{sup/1|Y}}
|2^5
|2^5
|Set {{p|Charizard}} in the Pokédex as 'seen'
|Set {{p|Charizard}} in the Pokédex as 'seen'
Line 715: Line 715:
|-
|-
|159
|159
|D30A{{sup|RB}}/D309{{sup|Y}}
|D30A{{sup/1|RB}}/D309{{sup/1|Y}}
|2^6
|2^6
|Set {{p|Squirtle}} in the Pokédex as 'seen'
|Set {{p|Squirtle}} in the Pokédex as 'seen'
|[[4(h4?]]{{sup|Y}}
|[[4(h4?]]{{sup/1|Y}}
|-
|-
|160
|160
|D30A{{sup|RB}}/D309{{sup|Y}}
|D30A{{sup/1|RB}}/D309{{sup/1|Y}}
|2^7
|2^7
|Set {{p|Wartortle}} in the Pokédex as 'seen'
|Set {{p|Wartortle}} in the Pokédex as 'seen'
Line 727: Line 727:
|-
|-
|161
|161
|D30B{{sup|RB}}/D30A{{sup|Y}}
|D30B{{sup/1|RB}}/D30A{{sup/1|Y}}
|2^0
|2^0
|Set {{p|Blastoise}} in the Pokédex as 'seen'
|Set {{p|Blastoise}} in the Pokédex as 'seen'
Line 733: Line 733:
|-
|-
|162
|162
|D30B{{sup|RB}}/D30A{{sup|Y}}
|D30B{{sup/1|RB}}/D30A{{sup/1|Y}}
|2^1
|2^1
|Set {{p|Caterpie}} in the Pokédex as 'seen'
|Set {{p|Caterpie}} in the Pokédex as 'seen'
Line 739: Line 739:
|-
|-
|163
|163
|D30B{{sup|RB}}/D30A{{sup|Y}}
|D30B{{sup/1|RB}}/D30A{{sup/1|Y}}
|2^2
|2^2
|Set {{p|Metapod}} in the Pokédex as 'seen'
|Set {{p|Metapod}} in the Pokédex as 'seen'
Line 745: Line 745:
|-
|-
|164
|164
|D30B{{sup|RB}}/D30A{{sup|Y}}
|D30B{{sup/1|RB}}/D30A{{sup/1|Y}}
|2^3
|2^3
|Set {{p|Butterfree}} in the Pokédex as 'seen'
|Set {{p|Butterfree}} in the Pokédex as 'seen'
Line 751: Line 751:
|-
|-
|165
|165
|D30B{{sup|RB}}/D30A{{sup|Y}}
|D30B{{sup/1|RB}}/D30A{{sup/1|Y}}
|2^4
|2^4
|Set {{p|Weedle}} in the Pokédex as 'seen'
|Set {{p|Weedle}} in the Pokédex as 'seen'
Line 757: Line 757:
|-
|-
|166
|166
|D30B{{sup|RB}}/D30A{{sup|Y}}
|D30B{{sup/1|RB}}/D30A{{sup/1|Y}}
|2^5
|2^5
|Set {{p|Kakuna}} in the Pokédex as 'seen'
|Set {{p|Kakuna}} in the Pokédex as 'seen'
Line 763: Line 763:
|-
|-
|167
|167
|D30B{{sup|RB}}/D30A{{sup|Y}}
|D30B{{sup/1|RB}}/D30A{{sup/1|Y}}
|2^6
|2^6
|Set {{p|Beedrill}} in the Pokédex as 'seen'
|Set {{p|Beedrill}} in the Pokédex as 'seen'
Line 769: Line 769:
|-
|-
|168
|168
|D30B{{sup|RB}}/D30A{{sup|Y}}
|D30B{{sup/1|RB}}/D30A{{sup/1|Y}}
|2^7
|2^7
|Set {{p|Pidgey}} in the Pokédex as 'seen'
|Set {{p|Pidgey}} in the Pokédex as 'seen'
Line 775: Line 775:
|-
|-
|169
|169
|D30C{{sup|RB}}/D30B{{sup|Y}}
|D30C{{sup/1|RB}}/D30B{{sup/1|Y}}
|2^0
|2^0
|Set {{p|Pidgeotto}} in the Pokédex as 'seen'
|Set {{p|Pidgeotto}} in the Pokédex as 'seen'
Line 781: Line 781:
|-
|-
|170
|170
|D30C{{sup|RB}}/D30B{{sup|Y}}
|D30C{{sup/1|RB}}/D30B{{sup/1|Y}}
|2^1
|2^1
|Set {{p|Pidgeot}} in the Pokédex as 'seen'
|Set {{p|Pidgeot}} in the Pokédex as 'seen'
Line 787: Line 787:
|-
|-
|171
|171
|D30C{{sup|RB}}/D30B{{sup|Y}}
|D30C{{sup/1|RB}}/D30B{{sup/1|Y}}
|2^2
|2^2
|Set {{p|Rattata}} in the Pokédex as 'seen'
|Set {{p|Rattata}} in the Pokédex as 'seen'
Line 793: Line 793:
|-
|-
|172
|172
|D30C{{sup|RB}}/D30B{{sup|Y}}
|D30C{{sup/1|RB}}/D30B{{sup/1|Y}}
|2^3
|2^3
|Set {{p|Raticate}} in the Pokédex as 'seen'
|Set {{p|Raticate}} in the Pokédex as 'seen'
Line 799: Line 799:
|-
|-
|173
|173
|D30C{{sup|RB}}/D30B{{sup|Y}}
|D30C{{sup/1|RB}}/D30B{{sup/1|Y}}
|2^4
|2^4
|Set {{p|Spearow}} in the Pokédex as 'seen'
|Set {{p|Spearow}} in the Pokédex as 'seen'
Line 805: Line 805:
|-
|-
|174
|174
|D30C{{sup|RB}}/D30B{{sup|Y}}
|D30C{{sup/1|RB}}/D30B{{sup/1|Y}}
|2^5
|2^5
|Set {{p|Fearow}} in the Pokédex as 'seen'
|Set {{p|Fearow}} in the Pokédex as 'seen'
|[[Pゥ 4$]]{{sup|RB}}, [[ゥ$ (F0)]]{{sup|RB}}
|[[Pゥ 4$]]{{sup/1|RB}}, [[ゥ$ (F0)]]{{sup/1|RB}}
|-
|-
|175
|175
|D30C{{sup|RB}}/D30B{{sup|Y}}
|D30C{{sup/1|RB}}/D30B{{sup/1|Y}}
|2^6
|2^6
|Set {{p|Ekans}} in the Pokédex as 'seen'
|Set {{p|Ekans}} in the Pokédex as 'seen'
|{{OBP|c|lowercase}}{{sup|RB}}, [[.g]]{{sup|RB}}, [[Glitch (E4)]]{{sup|RB}}
|{{OBP|c|lowercase}}{{sup/1|RB}}, [[.g]]{{sup/1|RB}}, [[Glitch (E4)]]{{sup/1|RB}}
|-
|-
|176
|176
|D30C{{sup|RB}}/D30B{{sup|Y}}
|D30C{{sup/1|RB}}/D30B{{sup/1|Y}}
|2^7
|2^7
|Set {{p|Arbok}} in the Pokédex as 'seen'
|Set {{p|Arbok}} in the Pokédex as 'seen'
|[[3TrainerPoké $]]{{sup|Y}}
|[[3TrainerPoké $]]{{sup/1|Y}}
|-
|-
|177
|177
|D30D{{sup|RB}}/D30C{{sup|Y}}
|D30D{{sup/1|RB}}/D30C{{sup/1|Y}}
|2^0
|2^0
|Set {{p|Pikachu}} in the Pokédex as 'seen'
|Set {{p|Pikachu}} in the Pokédex as 'seen'
Line 829: Line 829:
|-
|-
|178
|178
|D30D{{sup|RB}}/D30C{{sup|Y}}
|D30D{{sup/1|RB}}/D30C{{sup/1|Y}}
|2^1
|2^1
|Set {{p|Raichu}} in the Pokédex as 'seen'
|Set {{p|Raichu}} in the Pokédex as 'seen'
Line 835: Line 835:
|-
|-
|179
|179
|D30D{{sup|RB}}/D30C{{sup|Y}}
|D30D{{sup/1|RB}}/D30C{{sup/1|Y}}
|2^2
|2^2
|Set {{p|Sandshrew}} in the Pokédex as 'seen'
|Set {{p|Sandshrew}} in the Pokédex as 'seen'
Line 841: Line 841:
|-
|-
|180
|180
|D30D{{sup|RB}}/D30C{{sup|Y}}
|D30D{{sup/1|RB}}/D30C{{sup/1|Y}}
|2^3
|2^3
|Set {{p|Sandslash}} in the Pokédex as 'seen'
|Set {{p|Sandslash}} in the Pokédex as 'seen'
Line 847: Line 847:
|-
|-
|181
|181
|D30D{{sup|RB}}/D30C{{sup|Y}}
|D30D{{sup/1|RB}}/D30C{{sup/1|Y}}
|2^4
|2^4
|Set {{p|Nidoran♀}} in the Pokédex as 'seen'
|Set {{p|Nidoran♀}} in the Pokédex as 'seen'
Line 853: Line 853:
|-
|-
|182
|182
|D30D{{sup|RB}}/D30C{{sup|Y}}
|D30D{{sup/1|RB}}/D30C{{sup/1|Y}}
|2^5
|2^5
|Set {{p|Nidorina}} in the Pokédex as 'seen'
|Set {{p|Nidorina}} in the Pokédex as 'seen'
Line 859: Line 859:
|-
|-
|183
|183
|D30D{{sup|RB}}/D30C{{sup|Y}}
|D30D{{sup/1|RB}}/D30C{{sup/1|Y}}
|2^6
|2^6
|Set {{p|Nidoqueen}} in the Pokédex as 'seen'
|Set {{p|Nidoqueen}} in the Pokédex as 'seen'
Line 865: Line 865:
|-
|-
|184
|184
|D30D{{sup|RB}}/D30C{{sup|Y}}
|D30D{{sup/1|RB}}/D30C{{sup/1|Y}}
|2^7
|2^7
|Set {{p|Nidoran♂}} in the Pokédex as 'seen'
|Set {{p|Nidoran♂}} in the Pokédex as 'seen'
Line 871: Line 871:
|-
|-
|185
|185
|D30E{{sup|RB}}/D30D{{sup|Y}}
|D30E{{sup/1|RB}}/D30D{{sup/1|Y}}
|2^0
|2^0
|Set {{p|Nidorino}} in the Pokédex as 'seen'
|Set {{p|Nidorino}} in the Pokédex as 'seen'
Line 877: Line 877:
|-
|-
|186
|186
|D30E{{sup|RB}}/D30D{{sup|Y}}
|D30E{{sup/1|RB}}/D30D{{sup/1|Y}}
|2^1
|2^1
|Set {{p|Nidoking}} in the Pokédex as 'seen'
|Set {{p|Nidoking}} in the Pokédex as 'seen'
Line 883: Line 883:
|-
|-
|187
|187
|D30E{{sup|RB}}/D30D{{sup|Y}}
|D30E{{sup/1|RB}}/D30D{{sup/1|Y}}
|2^2
|2^2
|Set {{p|Clefairy}} in the Pokédex as 'seen'
|Set {{p|Clefairy}} in the Pokédex as 'seen'
Line 889: Line 889:
|-
|-
|188
|188
|D30E{{sup|RB}}/D30D{{sup|Y}}
|D30E{{sup/1|RB}}/D30D{{sup/1|Y}}
|2^3
|2^3
|Set {{p|Clefable}} in the Pokédex as 'seen'
|Set {{p|Clefable}} in the Pokédex as 'seen'
Line 895: Line 895:
|-
|-
|189
|189
|D30E{{sup|RB}}/D30D{{sup|Y}}
|D30E{{sup/1|RB}}/D30D{{sup/1|Y}}
|2^4
|2^4
|Set {{p|Vulpix}} in the Pokédex as 'seen'
|Set {{p|Vulpix}} in the Pokédex as 'seen'
Line 901: Line 901:
|-
|-
|190
|190
|D30E{{sup|RB}}/D30D{{sup|Y}}
|D30E{{sup/1|RB}}/D30D{{sup/1|Y}}
|2^5
|2^5
|Set {{p|Ninetales}} in the Pokédex as 'seen'
|Set {{p|Ninetales}} in the Pokédex as 'seen'
Line 907: Line 907:
|-
|-
|191
|191
|D30E{{sup|RB}}/D30D{{sup|Y}}
|D30E{{sup/1|RB}}/D30D{{sup/1|Y}}
|2^6
|2^6
|Set {{p|Jigglypuff}} in the Pokédex as 'seen'
|Set {{p|Jigglypuff}} in the Pokédex as 'seen'
Line 913: Line 913:
|-
|-
|192
|192
|D30E{{sup|RB}}/D30D{{sup|Y}}
|D30E{{sup/1|RB}}/D30D{{sup/1|Y}}
|2^7
|2^7
|Set {{p|Wigglytuff}} in the Pokédex as 'seen'
|Set {{p|Wigglytuff}} in the Pokédex as 'seen'
Line 919: Line 919:
|-
|-
|193
|193
|D30F{{sup|RB}}/D30E{{sup|Y}}
|D30F{{sup/1|RB}}/D30E{{sup/1|Y}}
|2^0
|2^0
|Set {{p|Zubat}} in the Pokédex as 'seen'
|Set {{p|Zubat}} in the Pokédex as 'seen'
Line 925: Line 925:
|-
|-
|194
|194
|D30F{{sup|RB}}/D30E{{sup|Y}}
|D30F{{sup/1|RB}}/D30E{{sup/1|Y}}
|2^1
|2^1
|Set {{p|Golbat}} in the Pokédex as 'seen'
|Set {{p|Golbat}} in the Pokédex as 'seen'
Line 931: Line 931:
|-
|-
|195
|195
|D30F{{sup|RB}}/D30E{{sup|Y}}
|D30F{{sup/1|RB}}/D30E{{sup/1|Y}}
|2^2
|2^2
|Set {{p|Oddish}} in the Pokédex as 'seen'
|Set {{p|Oddish}} in the Pokédex as 'seen'
|[[ゥ► ゥ▼ ゥ]]{{sup|Y}}, [[ゥ $ A (F6)]]{{sup|Y}}, [[$ Pゥ. 4(]]{{sup|Y}}, [[ゥ $ A]]{{sup|Y}}
|[[ゥ► ゥ▼ ゥ]]{{sup/1|Y}}, [[ゥ $ A (F6)]]{{sup/1|Y}}, [[$ Pゥ. 4(]]{{sup/1|Y}}, [[ゥ $ A]]{{sup/1|Y}}
|-
|-
|196
|196
|D30F{{sup|RB}}/D30E{{sup|Y}}
|D30F{{sup/1|RB}}/D30E{{sup/1|Y}}
|2^3
|2^3
|Set {{p|Gloom}} in the Pokédex as 'seen'
|Set {{p|Gloom}} in the Pokédex as 'seen'
Line 943: Line 943:
|-
|-
|197
|197
|D30F{{sup|RB}}/D30E{{sup|Y}}
|D30F{{sup/1|RB}}/D30E{{sup/1|Y}}
|2^4
|2^4
|Set {{p|Vileplume}} in the Pokédex as 'seen'
|Set {{p|Vileplume}} in the Pokédex as 'seen'
Line 949: Line 949:
|-
|-
|198
|198
|D30F{{sup|RB}}/D30E{{sup|Y}}
|D30F{{sup/1|RB}}/D30E{{sup/1|Y}}
|2^5
|2^5
|Set {{p|Paras}} in the Pokédex as 'seen'
|Set {{p|Paras}} in the Pokédex as 'seen'
Line 955: Line 955:
|-
|-
|199
|199
|D30F{{sup|RB}}/D30E{{sup|Y}}
|D30F{{sup/1|RB}}/D30E{{sup/1|Y}}
|2^6
|2^6
|Set {{p|Parasect}} in the Pokédex as 'seen'
|Set {{p|Parasect}} in the Pokédex as 'seen'
Line 961: Line 961:
|-
|-
|200
|200
|D30F{{sup|RB}}/D30E{{sup|Y}}
|D30F{{sup/1|RB}}/D30E{{sup/1|Y}}
|2^7
|2^7
|Set {{p|Venonat}} in the Pokédex as 'seen'
|Set {{p|Venonat}} in the Pokédex as 'seen'
Line 967: Line 967:
|-
|-
|201
|201
|D310{{sup|RB}}/D30F{{sup|Y}}
|D310{{sup/1|RB}}/D30F{{sup/1|Y}}
|2^0
|2^0
|Set {{p|Venomoth}} in the Pokédex as 'seen'
|Set {{p|Venomoth}} in the Pokédex as 'seen'
Line 973: Line 973:
|-
|-
|202
|202
|D310{{sup|RB}}/D30F{{sup|Y}}
|D310{{sup/1|RB}}/D30F{{sup/1|Y}}
|2^1
|2^1
|Set {{p|Diglett}} in the Pokédex as 'seen'
|Set {{p|Diglett}} in the Pokédex as 'seen'
|[[(h4to89]]{{sup|Y}}, [[PkMn (DC)]]{{sup|Y}}
|[[(h4to89]]{{sup/1|Y}}, [[PkMn (DC)]]{{sup/1|Y}}
|-
|-
|203
|203
|D310{{sup|RB}}/D30F{{sup|Y}}
|D310{{sup/1|RB}}/D30F{{sup/1|Y}}
|2^2
|2^2
|Set {{p|Dugtrio}} in the Pokédex as 'seen'
|Set {{p|Dugtrio}} in the Pokédex as 'seen'
|[[X ゥ- xゥ]]{{sup|Y}}, [[ゥHIゥ.]]{{sup|Y}}
|[[X ゥ- xゥ]]{{sup/1|Y}}, [[ゥHIゥ.]]{{sup/1|Y}}
|-
|-
|204
|204
|D310{{sup|RB}}/D30F{{sup|Y}}
|D310{{sup/1|RB}}/D30F{{sup/1|Y}}
|2^3
|2^3
|Set {{p|Meowth}} in the Pokédex as 'seen'
|Set {{p|Meowth}} in the Pokédex as 'seen'
|-
|-
|205
|205
|D310{{sup|RB}}/D30F{{sup|Y}}
|D310{{sup/1|RB}}/D30F{{sup/1|Y}}
|2^4
|2^4
|Set {{p|Persian}} in the Pokédex as 'seen'
|Set {{p|Persian}} in the Pokédex as 'seen'
|[[PC4SH]]{{sup|RB}}, [[Glitch (DB)]]{{sup|RB}}, [[ゥ ']]{{sup|RB}}, [[♀Pゥ ゥゥT]]{{sup|RB}},<br>[[ゥ (C1)]]{{sup|RB}}, [[PkMnaPkMnゥ ♂ fPkMnk]]{{sup|RB}}, [[Pゥ ゥ ゥ]]{{sup|RB}},<br>[[PokéWTrainer]]{{sup|RB}}, [[PkMn (D8)]]{{sup|Y}}, [[♀ .]]{{sup|Y}}
|[[PC4SH]]{{sup/1|RB}}, [[Glitch (DB)]]{{sup/1|RB}}, [[ゥ ']]{{sup/1|RB}}, [[♀Pゥ ゥゥT]]{{sup/1|RB}},<br>[[ゥ (C1)]]{{sup/1|RB}}, [[PkMnaPkMnゥ ♂ fPkMnk]]{{sup/1|RB}}, [[Pゥ ゥ ゥ]]{{sup/1|RB}},<br>[[PokéWTrainer]]{{sup/1|RB}}, [[PkMn (D8)]]{{sup/1|Y}}, [[♀ .]]{{sup/1|Y}}
|-
|-
|206
|206
|D310{{sup|RB}}/D30F{{sup|Y}}
|D310{{sup/1|RB}}/D30F{{sup/1|Y}}
|2^5
|2^5
|Set {{p|Psyduck}} in the Pokédex as 'seen'
|Set {{p|Psyduck}} in the Pokédex as 'seen'
Line 1,002: Line 1,002:
|-
|-
|207
|207
|D310{{sup|RB}}/D30F{{sup|Y}}
|D310{{sup/1|RB}}/D30F{{sup/1|Y}}
|2^6
|2^6
|Set {{p|Golduck}} in the Pokédex as 'seen'
|Set {{p|Golduck}} in the Pokédex as 'seen'
|[[4, ゥァ (DD)]]{{sup|Y}}, [[4 89 4]]{{sup|Y}}
|[[4, ゥァ (DD)]]{{sup/1|Y}}, [[4 89 4]]{{sup/1|Y}}
|-
|-
|208
|208
|D310{{sup|RB}}/D30F{{sup|Y}}
|D310{{sup/1|RB}}/D30F{{sup/1|Y}}
|2^7
|2^7
|Set {{p|Mankey}} in the Pokédex as 'seen'
|Set {{p|Mankey}} in the Pokédex as 'seen'
Line 1,014: Line 1,014:
|-
|-
|209
|209
|D311{{sup|RB}}/D310{{sup|Y}}
|D311{{sup/1|RB}}/D310{{sup/1|Y}}
|2^0
|2^0
|Set {{p|Primeape}} in the Pokédex as 'seen'
|Set {{p|Primeape}} in the Pokédex as 'seen'
|[[ゥ l (F2)]]{{sup|RB}}
|[[ゥ l (F2)]]{{sup/1|RB}}
|-
|-
|210
|210
|D311{{sup|RB}}/D310{{sup|Y}}
|D311{{sup/1|RB}}/D310{{sup/1|Y}}
|2^1
|2^1
|Set {{p|Growlithe}} in the Pokédex as 'seen'
|Set {{p|Growlithe}} in the Pokédex as 'seen'
Line 1,026: Line 1,026:
|-
|-
|211
|211
|D311{{sup|RB}}/D310{{sup|Y}}
|D311{{sup/1|RB}}/D310{{sup/1|Y}}
|2^2
|2^2
|Set {{p|Arcanine}} in the Pokédex as 'seen'
|Set {{p|Arcanine}} in the Pokédex as 'seen'
|[['v]]{{sup|RB}}, [[Glitch (EC)]]{{sup|RB}}
|[['v]]{{sup/1|RB}}, [[Glitch (EC)]]{{sup/1|RB}}
|-
|-
|212
|212
|D311{{sup|RB}}/D310{{sup|Y}}
|D311{{sup/1|RB}}/D310{{sup/1|Y}}
|2^3
|2^3
|Set {{p|Poliwag}} in the Pokédex as 'seen'
|Set {{p|Poliwag}} in the Pokédex as 'seen'
Line 1,038: Line 1,038:
|-
|-
|213
|213
|D311{{sup|RB}}/D310{{sup|Y}}
|D311{{sup/1|RB}}/D310{{sup/1|Y}}
|2^4
|2^4
|Set {{p|Poliwhirl}} in the Pokédex as 'seen'
|Set {{p|Poliwhirl}} in the Pokédex as 'seen'
|[[94 h]]{{sup|RB}}, [[94]]{{sup|RB}}
|[[94 h]]{{sup/1|RB}}, [[94]]{{sup/1|RB}}
|-
|-
|214
|214
|D311{{sup|RB}}/D310{{sup|Y}}
|D311{{sup/1|RB}}/D310{{sup/1|Y}}
|2^5
|2^5
|Set {{p|Poliwrath}} in the Pokédex as 'seen'
|Set {{p|Poliwrath}} in the Pokédex as 'seen'
Line 1,050: Line 1,050:
|-
|-
|215
|215
|D311{{sup|RB}}/D310{{sup|Y}}
|D311{{sup/1|RB}}/D310{{sup/1|Y}}
|2^6
|2^6
|Set {{p|Abra}} in the Pokédex as 'seen'
|Set {{p|Abra}} in the Pokédex as 'seen'
|[[9 (glitch Pokémon)|9]]{{sup|Y}}
|[[9 (glitch Pokémon)|9]]{{sup/1|Y}}
|-
|-
|216
|216
|D311{{sup|RB}}/D310{{sup|Y}}
|D311{{sup/1|RB}}/D310{{sup/1|Y}}
|2^7
|2^7
|Set {{p|Kadabra}} in the Pokédex as 'seen'
|Set {{p|Kadabra}} in the Pokédex as 'seen'
Line 1,062: Line 1,062:
|-
|-
|217
|217
|D312{{sup|RB}}/D311{{sup|Y}}
|D312{{sup/1|RB}}/D311{{sup/1|Y}}
|2^0
|2^0
|Set {{p|Alakazam}} in the Pokédex as 'seen'
|Set {{p|Alakazam}} in the Pokédex as 'seen'
Line 1,068: Line 1,068:
|-
|-
|218
|218
|D312{{sup|RB}}/D311{{sup|Y}}
|D312{{sup/1|RB}}/D311{{sup/1|Y}}
|2^1
|2^1
|Set {{p|Machop}} in the Pokédex as 'seen'
|Set {{p|Machop}} in the Pokédex as 'seen'
Line 1,074: Line 1,074:
|-
|-
|219
|219
|D312{{sup|RB}}/D311{{sup|Y}}
|D312{{sup/1|RB}}/D311{{sup/1|Y}}
|2^2
|2^2
|Set {{p|Machoke}} in the Pokédex as 'seen'
|Set {{p|Machoke}} in the Pokédex as 'seen'
Line 1,080: Line 1,080:
|-
|-
|220
|220
|D312{{sup|RB}}/D311{{sup|Y}}
|D312{{sup/1|RB}}/D311{{sup/1|Y}}
|2^3
|2^3
|Set {{p|Machamp}} in the Pokédex as 'seen'
|Set {{p|Machamp}} in the Pokédex as 'seen'
Line 1,086: Line 1,086:
|-
|-
|221
|221
|D312{{sup|RB}}/D311{{sup|Y}}
|D312{{sup/1|RB}}/D311{{sup/1|Y}}
|2^4
|2^4
|Set {{p|Bellsprout}} in the Pokédex as 'seen'
|Set {{p|Bellsprout}} in the Pokédex as 'seen'
Line 1,092: Line 1,092:
|-
|-
|222
|222
|D312{{sup|RB}}/D311{{sup|Y}}
|D312{{sup/1|RB}}/D311{{sup/1|Y}}
|2^5
|2^5
|Set {{p|Weepinbell}} in the Pokédex as 'seen'
|Set {{p|Weepinbell}} in the Pokédex as 'seen'
Line 1,098: Line 1,098:
|-
|-
|223
|223
|D312{{sup|RB}}/D311{{sup|Y}}
|D312{{sup/1|RB}}/D311{{sup/1|Y}}
|2^6
|2^6
|Set {{p|Victreebel}} in the Pokédex as 'seen'
|Set {{p|Victreebel}} in the Pokédex as 'seen'
Line 1,104: Line 1,104:
|-
|-
|224
|224
|D312{{sup|RB}}/D311{{sup|Y}}
|D312{{sup/1|RB}}/D311{{sup/1|Y}}
|2^7
|2^7
|Set {{p|Tentacool}} in the Pokédex as 'seen'
|Set {{p|Tentacool}} in the Pokédex as 'seen'
|[[hゥ]]{{sup|RB}}, [[ゥ$'M]]{{sup|RB}}
|[[hゥ]]{{sup/1|RB}}, [[ゥ$'M]]{{sup/1|RB}}
|-
|-
|225
|225
|D313{{sup|RB}}/D312{{sup|Y}}
|D313{{sup/1|RB}}/D312{{sup/1|Y}}
|2^0
|2^0
|Set {{p|Tentacruel}} in the Pokédex as 'seen'
|Set {{p|Tentacruel}} in the Pokédex as 'seen'
Line 1,116: Line 1,116:
|-
|-
|226
|226
|D313{{sup|RB}}/D312{{sup|Y}}
|D313{{sup/1|RB}}/D312{{sup/1|Y}}
|2^1
|2^1
|Set {{p|Geodude}} in the Pokédex as 'seen'
|Set {{p|Geodude}} in the Pokédex as 'seen'
Line 1,122: Line 1,122:
|-
|-
|227
|227
|D313{{sup|RB}}/D312{{sup|Y}}
|D313{{sup/1|RB}}/D312{{sup/1|Y}}
|2^2
|2^2
|Set {{p|Graveler}} in the Pokédex as 'seen'
|Set {{p|Graveler}} in the Pokédex as 'seen'
Line 1,128: Line 1,128:
|-
|-
|228
|228
|D313{{sup|RB}}/D312{{sup|Y}}
|D313{{sup/1|RB}}/D312{{sup/1|Y}}
|2^3
|2^3
|Set {{p|Golem}} in the Pokédex as 'seen'
|Set {{p|Golem}} in the Pokédex as 'seen'
Line 1,134: Line 1,134:
|-
|-
|229
|229
|D313{{sup|RB}}/D312{{sup|Y}}
|D313{{sup/1|RB}}/D312{{sup/1|Y}}
|2^4
|2^4
|Set {{p|Ponyta}} in the Pokédex as 'seen'
|Set {{p|Ponyta}} in the Pokédex as 'seen'
|[[Glitch (CA)]]{{sup|Y}}
|[[Glitch (CA)]]{{sup/1|Y}}
|-
|-
|230
|230
|D313{{sup|RB}}/D312{{sup|Y}}
|D313{{sup/1|RB}}/D312{{sup/1|Y}}
|2^5
|2^5
|Set {{p|Rapidash}} in the Pokédex as 'seen'
|Set {{p|Rapidash}} in the Pokédex as 'seen'
|[[pPkMnp' ']]{{sup|Y}}
|[[pPkMnp' ']]{{sup/1|Y}}
|-
|-
|231
|231
|D313{{sup|RB}}/D312{{sup|Y}}
|D313{{sup/1|RB}}/D312{{sup/1|Y}}
|2^6
|2^6
|Set {{p|Slowpoke}} in the Pokédex as 'seen'
|Set {{p|Slowpoke}} in the Pokédex as 'seen'
Line 1,152: Line 1,152:
|-
|-
|232
|232
|D313{{sup|RB}}/D312{{sup|Y}}
|D313{{sup/1|RB}}/D312{{sup/1|Y}}
|2^7
|2^7
|Set {{p|Slowbro}} in the Pokédex as 'seen'
|Set {{p|Slowbro}} in the Pokédex as 'seen'
Line 1,158: Line 1,158:
|-
|-
|233
|233
|D314{{sup|RB}}/D313{{sup|Y}}
|D314{{sup/1|RB}}/D313{{sup/1|Y}}
|2^0
|2^0
|Set {{p|Magnemite}} in the Pokédex as 'seen'
|Set {{p|Magnemite}} in the Pokédex as 'seen'
Line 1,164: Line 1,164:
|-
|-
|234
|234
|D314{{sup|RB}}/D313{{sup|Y}}
|D314{{sup/1|RB}}/D313{{sup/1|Y}}
|2^1
|2^1
|Set {{p|Magneton}} in the Pokédex as 'seen'
|Set {{p|Magneton}} in the Pokédex as 'seen'
|[[ゥ .4]]{{sup|RB}}, [[A (EA)]]{{sup|RB}}, [[M p'u ゥ]]{{sup|RB}}, [[PkMnRPkMn "]]{{sup|RB}},<br>[[ゥU?]]{{sup|RB}}, [['r 'r 4]]{{sup|Y}}
|[[ゥ .4]]{{sup/1|RB}}, [[A (EA)]]{{sup/1|RB}}, [[M p'u ゥ]]{{sup/1|RB}}, [[PkMnRPkMn "]]{{sup/1|RB}},<br>[[ゥU?]]{{sup/1|RB}}, [['r 'r 4]]{{sup/1|Y}}
|-
|-
|235
|235
|D314{{sup|RB}}/D313{{sup|Y}}
|D314{{sup/1|RB}}/D313{{sup/1|Y}}
|2^2
|2^2
|Set {{p|Farfetch'd}} in the Pokédex as 'seen'
|Set {{p|Farfetch'd}} in the Pokédex as 'seen'
Line 1,176: Line 1,176:
|-
|-
|236
|236
|D314{{sup|RB}}/D313{{sup|Y}}
|D314{{sup/1|RB}}/D313{{sup/1|Y}}
|2^3
|2^3
|Set {{p|Doduo}} in the Pokédex as 'seen'
|Set {{p|Doduo}} in the Pokédex as 'seen'
Line 1,182: Line 1,182:
|-
|-
|237
|237
|D314{{sup|RB}}/D313{{sup|Y}}
|D314{{sup/1|RB}}/D313{{sup/1|Y}}
|2^4
|2^4
|Set {{p|Dodrio}} in the Pokédex as 'seen'
|Set {{p|Dodrio}} in the Pokédex as 'seen'
Line 1,188: Line 1,188:
|-
|-
|238
|238
|D314{{sup|RB}}/D313{{sup|Y}}
|D314{{sup/1|RB}}/D313{{sup/1|Y}}
|2^5
|2^5
|Set {{p|Seel}} in the Pokédex as 'seen'
|Set {{p|Seel}} in the Pokédex as 'seen'
Line 1,194: Line 1,194:
|-
|-
|239
|239
|D314{{sup|RB}}/D313{{sup|Y}}
|D314{{sup/1|RB}}/D313{{sup/1|Y}}
|2^6
|2^6
|Set {{p|Dewgong}} in the Pokédex as 'seen'
|Set {{p|Dewgong}} in the Pokédex as 'seen'
Line 1,200: Line 1,200:
|-
|-
|240
|240
|D314{{sup|RB}}/D313{{sup|Y}}
|D314{{sup/1|RB}}/D313{{sup/1|Y}}
|2^7
|2^7
|Set {{p|Grimer}} in the Pokédex as 'seen'
|Set {{p|Grimer}} in the Pokédex as 'seen'
|[[ゥ (E3)]]{{sup|RB}}
|[[ゥ (E3)]]{{sup/1|RB}}
|-
|-
|241
|241
|D315{{sup|RB}}/D314{{sup|Y}}
|D315{{sup/1|RB}}/D314{{sup/1|Y}}
|2^0
|2^0
|Set {{p|Muk}} in the Pokédex as 'seen'
|Set {{p|Muk}} in the Pokédex as 'seen'
Line 1,212: Line 1,212:
|-
|-
|242
|242
|D315{{sup|RB}}/D314{{sup|Y}}
|D315{{sup/1|RB}}/D314{{sup/1|Y}}
|2^1
|2^1
|Set {{p|Shellder}} in the Pokédex as 'seen'
|Set {{p|Shellder}} in the Pokédex as 'seen'
Line 1,218: Line 1,218:
|-
|-
|243
|243
|D315{{sup|RB}}/D314{{sup|Y}}
|D315{{sup/1|RB}}/D314{{sup/1|Y}}
|2^2
|2^2
|Set {{p|Cloyster}} in the Pokédex as 'seen'
|Set {{p|Cloyster}} in the Pokédex as 'seen'
Line 1,224: Line 1,224:
|-
|-
|244
|244
|D315{{sup|RB}}/D314{{sup|Y}}
|D315{{sup/1|RB}}/D314{{sup/1|Y}}
|2^3
|2^3
|Set {{p|Gastly}} in the Pokédex as 'seen'
|Set {{p|Gastly}} in the Pokédex as 'seen'
Line 1,230: Line 1,230:
|-
|-
|245
|245
|D315{{sup|RB}}/D314{{sup|Y}}
|D315{{sup/1|RB}}/D314{{sup/1|Y}}
|2^4
|2^4
|Set {{p|Haunter}} in the Pokédex as 'seen'
|Set {{p|Haunter}} in the Pokédex as 'seen'
|[[X:LC]]{{sup|RB}}, [[……]]{{sup|RB}}, [[C (uppercase)|C]]{{sup|RB}}, [[8 (DE)]]{{sup|Y}}
|[[X:LC]]{{sup/1|RB}}, [[……]]{{sup/1|RB}}, [[C (uppercase)|C]]{{sup/1|RB}}, [[8 (DE)]]{{sup/1|Y}}
|-
|-
|246
|246
|D315{{sup|RB}}/D314{{sup|Y}}
|D315{{sup/1|RB}}/D314{{sup/1|Y}}
|2^5
|2^5
|Set {{p|Gengar}} in the Pokédex as 'seen'
|Set {{p|Gengar}} in the Pokédex as 'seen'
Line 1,242: Line 1,242:
|-
|-
|247
|247
|D315{{sup|RB}}/D314{{sup|Y}}
|D315{{sup/1|RB}}/D314{{sup/1|Y}}
|2^6
|2^6
|Set {{p|Onix}} in the Pokédex as 'seen'
|Set {{p|Onix}} in the Pokédex as 'seen'
Line 1,248: Line 1,248:
|-
|-
|248
|248
|D315{{sup|RB}}/D314{{sup|Y}}
|D315{{sup/1|RB}}/D314{{sup/1|Y}}
|2^7
|2^7
|Set {{p|Drowzee}} in the Pokédex as 'seen'
|Set {{p|Drowzee}} in the Pokédex as 'seen'
Line 1,254: Line 1,254:
|-
|-
|249
|249
|D316{{sup|RB}}/D315{{sup|Y}}
|D316{{sup/1|RB}}/D315{{sup/1|Y}}
|2^0
|2^0
|Set {{p|Hypno}} in the Pokédex as 'seen'
|Set {{p|Hypno}} in the Pokédex as 'seen'
Line 1,260: Line 1,260:
|-
|-
|250
|250
|D316{{sup|RB}}/D315{{sup|Y}}
|D316{{sup/1|RB}}/D315{{sup/1|Y}}
|2^1
|2^1
|Set {{p|Krabby}} in the Pokédex as 'seen'
|Set {{p|Krabby}} in the Pokédex as 'seen'
||[[4h]]{{sup|RB}}, [[▶ A]]{{sup|RB}}, [[.PkMn]]{{sup|RB}}, [[PkMn PkMn T]]{{sup|RB}}<br>[[PkMn (C5)]]{{sup|RB}}, [[4 4]]{{sup|Y}}, [[Glitch (DB)]]{{sup|Y}}, [[8B 4 8]]{{sup|Y}}
||[[4h]]{{sup/1|RB}}, [[▶ A]]{{sup/1|RB}}, [[.PkMn]]{{sup/1|RB}}, [[PkMn PkMn T]]{{sup/1|RB}}<br>[[PkMn (C5)]]{{sup/1|RB}}, [[4 4]]{{sup/1|Y}}, [[Glitch (DB)]]{{sup/1|Y}}, [[8B 4 8]]{{sup/1|Y}}
|-
|-
|251
|251
|D316{{sup|RB}}/D315{{sup|Y}}
|D316{{sup/1|RB}}/D315{{sup/1|Y}}
|2^2
|2^2
|Set {{p|Kingler}} in the Pokédex as 'seen'
|Set {{p|Kingler}} in the Pokédex as 'seen'
Line 1,272: Line 1,272:
|-
|-
|252
|252
|D316{{sup|RB}}/D315{{sup|Y}}
|D316{{sup/1|RB}}/D315{{sup/1|Y}}
|2^3
|2^3
|Set {{p|Voltorb}} in the Pokédex as 'seen'
|Set {{p|Voltorb}} in the Pokédex as 'seen'
Line 1,278: Line 1,278:
|-
|-
|253
|253
|D316{{sup|RB}}/D315{{sup|Y}}
|D316{{sup/1|RB}}/D315{{sup/1|Y}}
|2^4
|2^4
|Set {{p|Electrode}} in the Pokédex as 'seen'
|Set {{p|Electrode}} in the Pokédex as 'seen'
Line 1,284: Line 1,284:
|-
|-
|254
|254
|D316{{sup|RB}}/D315{{sup|Y}}
|D316{{sup/1|RB}}/D315{{sup/1|Y}}
|2^5
|2^5
|Set {{p|Exeggcute}} in the Pokédex as 'seen'
|Set {{p|Exeggcute}} in the Pokédex as 'seen'
|[[ゥ (D9)]]{{sup|Y}}
|[[ゥ (D9)]]{{sup/1|Y}}
|-
|-
|255
|255
|D316{{sup|RB}}/D315{{sup|Y}}
|D316{{sup/1|RB}}/D315{{sup/1|Y}}
|2^6
|2^6
|Set {{p|Exeggutor}} in the Pokédex as 'seen'
|Set {{p|Exeggutor}} in the Pokédex as 'seen'
|[[ゥ (F5)]]{{sup|RB}}, [[8 P ァ]]{{sup|Y}}
|[[ゥ (F5)]]{{sup/1|RB}}, [[8 P ァ]]{{sup/1|Y}}
|}
|}
|}
|}