Re: Arbitrary code execution in Red/Blue using the "8F" item
Posted by: joshuarpl2
Date: 2018-12-04 11:07:36
It goes like this
Items:
Any Item x[any]
8F
Lemonade x2
TM34 x89
TM08 x201
ASM:
ld a, $02
ld ($D059), a
ret
Made in just 3 lines of code, because it only changes a single address! (DO59 turns into 1F, which is the ID of Missingno!)
This is pretty much the same as the Catch Em All script lol.