Pokemon Red - Who is that Pokemon? (ASM hack) @Crystal_2
Pokemon Red - Who is that Pokemon? (ASM hack)  @Crystal_2
Uploaded January 2014 | Updated September 2026, 3 weeks ago
The routine that reads the base data of Pokemon is meant to read data from 0x383DE where the base data is located, but with the minor hack I have applied, data is taken from a completely random location in order to generate a different glitch Pokemon each time. There are unlimited possibilities!

ASM:

#org 1577
call MSB

#org 3BFE0
MSB:
call GenRandom ; generates random 8-bit number in a
cp a,8F ; capping at 8EFF because I don't want to go past the
;-----------; VRAM (base stats data occupy slightly over 4KB)
jr nc, MSB
ld h,a
LSB:
call GenRandom
ld l,a ; base data is pointed to by hl
ret

If you enjoyed this video, you won't regret having a look at my Youtube channel for more! - youtube.com/user/CrystaL12RG
Pokemon Red - Who is that Pokemon? (ASM hack)Pokemon Red/Blue - The curious case of Glitch Pokemon EAPokemon Red / Blue - Unused (Glitch) Move EffectsPokemon R/B/Y/G/S/C - 20 (more) little-known facts and curiositiesPokemon R/B/Y - Desync glitches triggered by thawingPokemon R/B/Y - Substitute + Confusion GlitchPokemon G/S/C - Effects of entering battle with over 6 party PokemonPokemon Red - Data Corruption (2)The glitched Pokemon League challenge (Part 2)Inside the Bad Clone / Celebi glitch (Pokemon Gold/Silver/Crystal)Pokemon Red/Blue - Minor Bug In Cinnabar IslandPokemon R/B/Y/G/S/C - (Yet another) 20 little-known facts and curiosities
Crystal_ |

Pokemon Red - Who is that Pokemon? (ASM hack)

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER