Pokédex flags

From Bulbapedia, the community-driven Pokémon encyclopedia.
Revision as of 06:15, 6 March 2016 by Abcboy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Pokédex flags are memory addresses in the Pokémon games that mark whether a Pokémon is categorized as 'seen' or 'own' in the Pokédex. Pokédex flags can therefore be categorized into two types - 'encounter' and 'capture' flags. Encounter flags are written to whenever the player has seen a certain Pokédex number, while capture flags are written to whenever the player has captured a Pokémon with a certain Pokédex number. If a capture flag is on, capturing a Pokémon with the relevant Pokédex number will not bring up the Pokédex.

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 $ 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 Farfetch'dRB, MissingNo.RG, or ScytherY). When the game attempts to account for seeing Pokémon with 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

Below is a table indexing the effects of seeing glitch Pokémon with invalid Pokédex numbers. Invalid encounter flags, with the exception of family #152 will affect the player's bag in some way. These effects range from the changing the number of items in the bag (though the only glitch Pokémon in English versions that is known to affect this byte; 4(h4? freezes the game when it appears on the opponent's side), up to changing the quantity of item 6.

# Address Bit Effect Available glitch Pokémon
(English versions)
000 D329RB/D328Y 2^7 Add 128 to the quantity of the sixth slot in the player's bag if the quantity is less than 128 'M (00)RB, MissingNo., g gY, and $Y
152 D31CRB/D31BY 2^7 Set #152 in the Pokédex as 'seen' None
153 D31DRB/D31CY 2^0 Add 1 to the number of items in the player's bag if the amount of items is even None
154 D31DRB/D31CY 2^1 Add 2 to the number of items in the player's bag None
155 D31DRB/D31CY 2^2 Add 4 to the number of items in the player's bag if the amount
does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
None
156 D31DRB/D31CY 2^3 Add 8 to the number of items in the player's bag None
157 D31DRB/D31CY 2^4 Add 16 to the number of items in the player's bag if the amount
does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
None
158 D31DRB/D31CY 2^5 Add 32 to the number of items in the player's bag if the amount
does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
None
159 D31DRB/D31CY 2^6 Add 64 to the number of items in the player's bag if the amount
does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
4(h4?Y
160 D31DRB/D31CY 2^7 Add 128 to the number of items in the player's bag if the amount of items is less than 128 None
161 D31ERB/D31DY 2^0 Add 1 to the identifier of the first slot in the player's bag if the identifier is even None
162 D31ERB/D31DY 2^1 Add 2 to the identifier of the first slot in the player's bag None
163 D31ERB/D31DY 2^2 Add 4 to the identifier of the first slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
None
164 D31ERB/D31DY 2^3 Add 8 to the identifier of the first slot in the player's bag None
165 D31ERB/D31DY 2^4 Add 16 to the identifier of the first slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
None
166 D31ERB/D31DY 2^5 Add 32 to the identifier of the first slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
None
167 D31ERB/D31DY 2^6 Add 64 to the identifier of the first slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
None
168 D31ERB/D31DY 2^7 Add 128 to the identifier of the first slot in the player's bag if the identifier is less than 128 None
169 D31FRB/D31EY 2^0 Add 1 to the quantity of the first slot in the player's bag if the number is even None
170 D31FRB/D31EY 2^1 Add 2 to the quantity of the first slot in the player's bag None
171 D31FRB/D31EY 2^2 Add 4 to the quantity of the first slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
None
172 D31FRB/D31EY 2^3 Add 8 to the quantity of the first slot in the player's bag None
173 D31FRB/D31EY 2^4 Add 16 to the quantity of the first slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
None
174 D31FRB/D31EY 2^5 Add 32 to the quantity of the first slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
Pゥ 4$RB, ゥ$ (F0)RB
175 D31FRB/D31EY 2^6 Add 64 to the quantity of the first slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
cRB, .gRB, Glitch (E4)RB
176 D31FRB/D31EY 2^7 Add 128 to the quantity of the first slot in the player's bag if the quantity is less than 128 3TrainerPoké $Y
177 D320RB/D31FY 2^0 Add 1 to the identifier of the second slot in the player's bag if the identifier is even None
178 D320RB/D31FY 2^1 Add 2 to the identifier of the second slot in the player's bag None
179 D320RB/D31FY 2^2 Add 4 to the identifier of the second slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
None
180 D320RB/D31FY 2^3 Add 8 to the identifier of the second slot in the player's bag None
181 D320RB/D31FY 2^4 Add 16 to the identifier of the second slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
None
182 D320RB/D31FY 2^5 Add 32 to the identifier of the second slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
None
183 D320RB/D31FY 2^6 Add 64 to the identifier of the second slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
None
184 D320RB/D31FY 2^7 Add 128 to the identifier of the second slot in the player's bag if the identifier is less than 128 None
185 D321RB/D320Y 2^0 Add 1 to the quantity of the second slot in the player's bag if the quantity is even None
186 D321RB/D320Y 2^1 Add 2 to the quantity of the second slot in the player's bag None
187 D321RB/D320Y 2^2 Add 4 to the quantity of the second slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
None
188 D321RB/D320Y 2^3 Add 8 to the quantity of the second slot in the player's bag None
189 D321RB/D320Y 2^4 Add 16 to the quantity of the second slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
None
190 D321RB/D320Y 2^5 Add 32 to the quantity of the second slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
None
191 D321RB/D320Y 2^6 Add 64 to the quantity of the second slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
None
192 D321RB/D320Y 2^7 Add 128 to the quantity of the second slot in the player's bag if the identifier is less than 128 None
193 D322RB/D321Y 2^0 Add 1 to the identifier of the third slot in the player's bag if the identifier is even None
194 D322RB/D321Y 2^1 Add 2 to the identifier of the third slot in the player's bag None
195 D322RB/D321Y 2^2 Add 4 to the identifier of the third slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
ゥ► ゥ▼ ゥY, ゥ $ A (F6)Y, $ Pゥ. 4(Y, ゥ $ AY
196 D322RB/D321Y 2^3 Add 8 to the identifier of the third slot in the player's bag None
197 D322RB/D321Y 2^4 Add 16 to the identifier of the third slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
None
198 D322RB/D321Y 2^5 Add 32 to the identifier of the third slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
None
199 D322RB/D321Y 2^6 Add 64 to the identifier of the third slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
None
200 D322RB/D321Y 2^7 Add 128 to the identifier of the third slot in the player's bag if the identifier is less than 128 None
201 D323RB/D322Y 2^0 Add 1 to the quantity of the third slot in the player's bag if the quantity is even None
202 D323RB/D322Y 2^1 Add 2 to the quantity of the third slot in the player's bag (h4to89Y, PkMn (DC)Y
203 D323RB/D322Y 2^2 Add 4 to the quantity of the third slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
X ゥ- xゥY, ゥHIゥ.Y
204 D323RB/D322Y 2^3 Add 8 to the quantity of the third slot in the player's bag None
205 D323RB/D322Y 2^4 Add 16 to the quantity of the third slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
PC4SHRB, Glitch (DB)RB, ゥ 'RB, ♀Pゥ ゥゥTRB,
ゥ (C1)RB, PkMnaPkMnゥ ♂ fPkMnkRB, Pゥ ゥ ゥRB,
PokéWTrainerRB, PkMn (D8)Y, ♀ .Y
206 D323RB/D322Y 2^5 Add 32 to the quantity of the third slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
None
207 D323RB/D322Y 2^6 Add 64 to the quantity of the third slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
4, ゥァ (DD)Y, 4 89 4Y
208 D323RB/D322Y 2^7 Add 128 to the quantity of the third slot in the player's bag if the quantity is less than 128 None
209 D324RB/D323Y 2^0 Add 1 to the identifier of the fourth slot in the player's bag if the identifier is even ゥ l (F2)RB
210 D324RB/D323Y 2^1 Add 2 to the identifier of the fourth slot in the player's bag None
211 D324RB/D323Y 2^2 Add 4 to the identifier of the fourth slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
'vRB, Glitch (EC)RB
212 D324RB/D323Y 2^3 Add 8 to the identifier of the fourth slot in the player's bag None
213 D324RB/D323Y 2^4 Add 16 to the identifier of the fourth slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
94 hRB, 94RB
214 D324RB/D323Y 2^5 Add 32 to the identifier of the fourth slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
None
215 D324RB/D323Y 2^6 Add 64 to the identifier of the fourth slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
9Y
216 D324RB/D323Y 2^7 Add 128 to the identifier of the fourth slot in the player's bag if the identifier is less than 128 None
217 D325RB/D324Y 2^0 Add 1 to the quantity of the fourth slot in the player's bag if the quantity is even None
218 D325RB/D324Y 2^1 Add 2 to the quantity of the fourth slot in the player's bag None
219 D325RB/D324Y 2^2 Add 4 to the quantity of the fourth slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
None
220 D325RB/D324Y 2^3 Add 8 to the quantity of the fourth slot in the player's bag None
221 D325RB/D324Y 2^4 Add 16 to the quantity of the fourth slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
None
222 D325RB/D324Y 2^5 Add 32 to the quantity of the fourth slot in the player's bag if the amount
does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
None
223 D325RB/D324Y 2^6 Add 64 to the quantity of the fourth slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
None
224 D325RB/D324Y 2^7 Add 128 to the quantity of the fourth slot in the player's bag if the quantity is less than 128 hゥRB, ゥ$'MRB
225 D326RB/D325Y 2^0 Add 1 to the identifier of the fifth slot in the player's bag if the identifier is even None
226 D326RB/D325Y 2^1 Add 2 to the identifier of the fifth slot in the player's bag None
227 D326RB/D325Y 2^2 Add 4 to the identifier of the fifth slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
None
228 D326RB/D325Y 2^3 Add 8 to the identifier of the fifth slot in the player's bag None
229 D326RB/D325Y 2^4 Add 16 to the identifier of the fifth slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
Glitch (CA)Y
230 D326RB/D325Y 2^5 Add 32 to the identifier of the fifth slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
pPkMnp' 'Y
231 D326RB/D325Y 2^6 Add 64 to the identifier of the fifth slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
None
232 D326RB/D325Y 2^7 Add 128 to the identifier of the fifth slot in the player's bag if the identifier is less than 128 None
233 D327RB/D326Y 2^0 Add 1 to the quantity of the fifth slot in the player's bag if the quantity is even None
234 D327RB/D326Y 2^1 Add 2 to the quantity of the fifth slot in the player's bag ゥ .4RB, A (EA)RB, M p'u ゥRB, PkMnRPkMn "RB,
ゥU?RB, 'r 'r 4Y
235 D327RB/D326Y 2^2 Add 4 to the quantity of the fifth slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
None
236 D327RB/D326Y 2^3 Add 8 to the quantity of the fifth slot in the player's bag None
237 D327RB/D326Y 2^4 Add 16 to the quantity of the fifth slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
None
238 D327RB/D326Y 2^5 Add 32 to the quantity of the fifth slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
None
239 D327RB/D326Y 2^6 Add 64 to the quantity of the fifth slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
None
240 D327RB/D326Y 2^7 Add 128 to the quantity of the fifth slot in the player's bag ゥ (E3)RB
241 D328RB/D327Y 2^0 Add 1 to the identifier of the sixth slot in the player's bag if the identifier is even None
242 D328RB/D327Y 2^1 Add 2 to the identifier of the sixth slot in the player's bag None
243 D328RB/D327Y 2^2 Add 4 to the identifier of the sixth slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
None
244 D328RB/D327Y 2^3 Add 8 to the identifier of the sixth slot in the player's bag None
245 D328RB/D327Y 2^4 Add 16 to the identifier of the sixth slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
X:LCRB, ……RB, CRB, 8 (DE)Y
246 D328RB/D327Y 2^5 Add 32 to the identifier of the sixth slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
None
247 D328RB/D327Y 2^6 Add 64 to the identifier of the sixth slot in the player's bag if the item
does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
None
248 D328RB/D327Y 2^7 Add 128 to the identifier of the sixth slot in the player's bag if the identifier is less than 128 None
249 D329RB/D328Y 2^0 Add 1 to the quantity of the sixth slot in the player's bag if the quantity is even None
250 D329RB/D328Y 2^1 Add 2 to the quantity of the sixth slot in the player's bag 4hRB, ▶ ARB, .PkMnRB, PkMn PkMn TRB
PkMn (C5)RB, 4 4Y, Glitch (DB)Y, 8B 4 8Y
251 D329RB/D328Y 2^2 Add 4 to the quantity of the sixth slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $X4 $X5 $X6 $X7 $XC $XD $XE $XF
None
252 D329RB/D328Y 2^3 Add 8 to the quantity of the sixth slot in the player's bag None
253 D329RB/D328Y 2^4 Add 16 to the quantity of the sixth slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $1X $3X $5X $7X $9X $BX $DX $FX
None
254 D329RB/D328Y 2^5 Add 32 to the quantity of the sixth slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $2X $3X $6X $7X $AX $BX $EX $FX
ゥ (D9)Y
255 D329RB/D328Y 2^6 Add 64 to the quantity of the sixth slot in the player's bag if the quantity
does not have one of the following hexadecimal identifiers: $4X $5X $6X $7X $CX $DX $EX $FX
ゥ (F5)RB, 8 P ァY

Capture flags

Below is a table indexing the effects of capturing glitch Pokémon with invalid Pokédex numbers. With the exception of family #152, the capture flags of non-hybrid glitch Pokémon correspond to seeing a valid Pokémon. For example, the capture flag for MissingNo. and other #000 Pokémon corresponds to seeing Cubone. In this case, if the player has already encountered Cubone and captures a #000 Pokémon, the player can prevent its Pokédex entry from loading and avoid the Rhydon glitch.

# Address Bit Effect Available glitch Pokémon
(English versions)
000 D316RB/D315Y 2^7 Set Cubone in the Pokédex as 'seen' 'M (00)RB, MissingNo., g gY, and $Y
152 D309RB/D308Y 2^7 Set #152 in the Pokédex as 'own' None
153 D30ARB/D309Y 2^0 Set Bulbasaur in the Pokédex as 'seen' None
154 D30ARB/D309Y 2^1 Set Ivysaur in the Pokédex as 'seen' None
155 D30ARB/D309Y 2^2 Set Venusaur in the Pokédex as 'seen' None
156 D30ARB/D309Y 2^3 Set Charmander in the Pokédex as 'seen' None
157 D30ARB/D309Y 2^4 Set Charmeleon in the Pokédex as 'seen' None
158 D30ARB/D309Y 2^5 Set Charizard in the Pokédex as 'seen' None
159 D30ARB/D309Y 2^6 Set Squirtle in the Pokédex as 'seen' 4(h4?Y
160 D30ARB/D309Y 2^7 Set Wartortle in the Pokédex as 'seen' None
161 D30BRB/D30AY 2^0 Set Blastoise in the Pokédex as 'seen' None
162 D30BRB/D30AY 2^1 Set Caterpie in the Pokédex as 'seen' None
163 D30BRB/D30AY 2^2 Set Metapod in the Pokédex as 'seen' None
164 D30BRB/D30AY 2^3 Set Butterfree in the Pokédex as 'seen' None
165 D30BRB/D30AY 2^4 Set Weedle in the Pokédex as 'seen' None
166 D30BRB/D30AY 2^5 Set Kakuna in the Pokédex as 'seen' None
167 D30BRB/D30AY 2^6 Set Beedrill in the Pokédex as 'seen' None
168 D30BRB/D30AY 2^7 Set Pidgey in the Pokédex as 'seen' None
169 D30CRB/D30BY 2^0 Set Pidgeotto in the Pokédex as 'seen' None
170 D30CRB/D30BY 2^1 Set Pidgeot in the Pokédex as 'seen' None
171 D30CRB/D30BY 2^2 Set Rattata in the Pokédex as 'seen' None
172 D30CRB/D30BY 2^3 Set Raticate in the Pokédex as 'seen' None
173 D30CRB/D30BY 2^4 Set Spearow in the Pokédex as 'seen' None
174 D30CRB/D30BY 2^5 Set Fearow in the Pokédex as 'seen' Pゥ 4$RB, ゥ$ (F0)RB
175 D30CRB/D30BY 2^6 Set Ekans in the Pokédex as 'seen' cRB, .gRB, Glitch (E4)RB
176 D30CRB/D30BY 2^7 Set Arbok in the Pokédex as 'seen' 3TrainerPoké $Y
177 D30DRB/D30CY 2^0 Set Pikachu in the Pokédex as 'seen' None
178 D30DRB/D30CY 2^1 Set Raichu in the Pokédex as 'seen' None
179 D30DRB/D30CY 2^2 Set Sandshrew in the Pokédex as 'seen' None
180 D30DRB/D30CY 2^3 Set Sandslash in the Pokédex as 'seen' None
181 D30DRB/D30CY 2^4 Set Nidoran♀ in the Pokédex as 'seen' None
182 D30DRB/D30CY 2^5 Set Nidorina in the Pokédex as 'seen' None
183 D30DRB/D30CY 2^6 Set Nidoqueen in the Pokédex as 'seen' None
184 D30DRB/D30CY 2^7 Set Nidoran♂ in the Pokédex as 'seen' None
185 D30ERB/D30DY 2^0 Set Nidorino in the Pokédex as 'seen' None
186 D30ERB/D30DY 2^1 Set Nidoking in the Pokédex as 'seen' None
187 D30ERB/D30DY 2^2 Set Clefairy in the Pokédex as 'seen' None
188 D30ERB/D30DY 2^3 Set Clefable in the Pokédex as 'seen' None
189 D30ERB/D30DY 2^4 Set Vulpix in the Pokédex as 'seen' None
190 D30ERB/D30DY 2^5 Set Ninetales in the Pokédex as 'seen' None
191 D30ERB/D30DY 2^6 Set Jigglypuff in the Pokédex as 'seen' None
192 D30ERB/D30DY 2^7 Set Wigglytuff in the Pokédex as 'seen' None
193 D30FRB/D30EY 2^0 Set Zubat in the Pokédex as 'seen' None
194 D30FRB/D30EY 2^1 Set Golbat in the Pokédex as 'seen' None
195 D30FRB/D30EY 2^2 Set Oddish in the Pokédex as 'seen' ゥ► ゥ▼ ゥY, ゥ $ A (F6)Y, $ Pゥ. 4(Y, ゥ $ AY
196 D30FRB/D30EY 2^3 Set Gloom in the Pokédex as 'seen' None
197 D30FRB/D30EY 2^4 Set Vileplume in the Pokédex as 'seen' None
198 D30FRB/D30EY 2^5 Set Paras in the Pokédex as 'seen' None
199 D30FRB/D30EY 2^6 Set Parasect in the Pokédex as 'seen' None
200 D30FRB/D30EY 2^7 Set Venonat in the Pokédex as 'seen' None
201 D310RB/D30FY 2^0 Set Venomoth in the Pokédex as 'seen' None
202 D310RB/D30FY 2^1 Set Diglett in the Pokédex as 'seen' (h4to89Y, PkMn (DC)Y
203 D310RB/D30FY 2^2 Set Dugtrio in the Pokédex as 'seen' X ゥ- xゥY, ゥHIゥ.Y
204 D310RB/D30FY 2^3 Set Meowth in the Pokédex as 'seen'
205 D310RB/D30FY 2^4 Set Persian in the Pokédex as 'seen' PC4SHRB, Glitch (DB)RB, ゥ 'RB, ♀Pゥ ゥゥTRB,
ゥ (C1)RB, PkMnaPkMnゥ ♂ fPkMnkRB, Pゥ ゥ ゥRB,
PokéWTrainerRB, PkMn (D8)Y, ♀ .Y
206 D310RB/D30FY 2^5 Set Psyduck in the Pokédex as 'seen' None
207 D310RB/D30FY 2^6 Set Golduck in the Pokédex as 'seen' 4, ゥァ (DD)Y, 4 89 4Y
208 D310RB/D30FY 2^7 Set Mankey in the Pokédex as 'seen' None
209 D311RB/D310Y 2^0 Set Primeape in the Pokédex as 'seen' ゥ l (F2)RB
210 D311RB/D310Y 2^1 Set Growlithe in the Pokédex as 'seen' None
211 D311RB/D310Y 2^2 Set Arcanine in the Pokédex as 'seen' 'vRB, Glitch (EC)RB
212 D311RB/D310Y 2^3 Set Poliwag in the Pokédex as 'seen' None
213 D311RB/D310Y 2^4 Set Poliwhirl in the Pokédex as 'seen' 94 hRB, 94RB
214 D311RB/D310Y 2^5 Set Poliwrath in the Pokédex as 'seen' None
215 D311RB/D310Y 2^6 Set Abra in the Pokédex as 'seen' 9Y
216 D311RB/D310Y 2^7 Set Kadabra in the Pokédex as 'seen' None
217 D312RB/D311Y 2^0 Set Alakazam in the Pokédex as 'seen' None
218 D312RB/D311Y 2^1 Set Machop in the Pokédex as 'seen' None
219 D312RB/D311Y 2^2 Set Machoke in the Pokédex as 'seen' None
220 D312RB/D311Y 2^3 Set Machamp in the Pokédex as 'seen' None
221 D312RB/D311Y 2^4 Set Bellsprout in the Pokédex as 'seen' None
222 D312RB/D311Y 2^5 Set Weepinbell in the Pokédex as 'seen' None
223 D312RB/D311Y 2^6 Set Victreebel in the Pokédex as 'seen' None
224 D312RB/D311Y 2^7 Set Tentacool in the Pokédex as 'seen' hゥRB, ゥ$'MRB
225 D313RB/D312Y 2^0 Set Tentacruel in the Pokédex as 'seen' None
226 D313RB/D312Y 2^1 Set Geodude in the Pokédex as 'seen' None
227 D313RB/D312Y 2^2 Set Graveler in the Pokédex as 'seen' None
228 D313RB/D312Y 2^3 Set Golem in the Pokédex as 'seen' None
229 D313RB/D312Y 2^4 Set Ponyta in the Pokédex as 'seen' Glitch (CA)Y
230 D313RB/D312Y 2^5 Set Rapidash in the Pokédex as 'seen' pPkMnp' 'Y
231 D313RB/D312Y 2^6 Set Slowpoke in the Pokédex as 'seen' None
232 D313RB/D312Y 2^7 Set Slowbro in the Pokédex as 'seen' None
233 D314RB/D313Y 2^0 Set Magnemite in the Pokédex as 'seen' None
234 D314RB/D313Y 2^1 Set Magneton in the Pokédex as 'seen' ゥ .4RB, A (EA)RB, M p'u ゥRB, PkMnRPkMn "RB,
ゥU?RB, 'r 'r 4Y
235 D314RB/D313Y 2^2 Set Farfetch'd in the Pokédex as 'seen' None
236 D314RB/D313Y 2^3 Set Doduo in the Pokédex as 'seen' None
237 D314RB/D313Y 2^4 Set Dodrio in the Pokédex as 'seen' None
238 D314RB/D313Y 2^5 Set Seel in the Pokédex as 'seen' None
239 D314RB/D313Y 2^6 Set Dewgong in the Pokédex as 'seen' None
240 D314RB/D313Y 2^7 Set Grimer in the Pokédex as 'seen' ゥ (E3)RB
241 D315RB/D314Y 2^0 Set Muk in the Pokédex as 'seen' None
242 D315RB/D314Y 2^1 Set Shellder in the Pokédex as 'seen' None
243 D315RB/D314Y 2^2 Set Cloyster in the Pokédex as 'seen' None
244 D315RB/D314Y 2^3 Set Gastly in the Pokédex as 'seen' None
245 D315RB/D314Y 2^4 Set Haunter in the Pokédex as 'seen' X:LCRB, ……RB, CRB, 8 (DE)Y
246 D315RB/D314Y 2^5 Set Gengar in the Pokédex as 'seen' None
247 D315RB/D314Y 2^6 Set Onix in the Pokédex as 'seen' None
248 D315RB/D314Y 2^7 Set Drowzee in the Pokédex as 'seen' None
249 D316RB/D315Y 2^0 Set Hypno in the Pokédex as 'seen' None
250 D316RB/D315Y 2^1 Set Krabby in the Pokédex as 'seen' 4hRB, ▶ ARB, .PkMnRB, PkMn PkMn TRB
PkMn (C5)RB, 4 4Y, Glitch (DB)Y, 8B 4 8Y
251 D316RB/D315Y 2^2 Set Kingler in the Pokédex as 'seen' None
252 D316RB/D315Y 2^3 Set Voltorb in the Pokédex as 'seen' None
253 D316RB/D315Y 2^4 Set Electrode in the Pokédex as 'seen' None
254 D316RB/D315Y 2^5 Set Exeggcute in the Pokédex as 'seen' ゥ (D9)Y
255 D316RB/D315Y 2^6 Set Exeggutor in the Pokédex as 'seen' ゥ (F5)RB, 8 P ァY


Project GlitchDex logo.png This glitch Pokémon article is part of Project GlitchDex, a Bulbapedia project that aims to write comprehensive articles on glitches in the Pokémon games.