New walk through walls with 8f
Posted by: likebeingawesome
Date: 2017-09-16 09:23:47
Heres the code (starting from item slot 3)
Lemonaid 1
TM34 56
TM05 201
Glitch City Laboratories closed on 1 September 2020 (announcement). This is an archived copy of a thread from Glitch City Laboratories Forums.
You can join Glitch City Research Institute to ask questions or discuss current developments.
You may also download the archive of this forum in .tar.gz, .sql.gz, or .sqlite.gz formats.
so in theory, 01xxyyzz gameshark codes could easily be converted for use with 8F with following asm skeleton:D322 : 3E xx ld a, xx ; register a = xx
D324 : EA yy zz ld (zzyy),a ; memory address zzyy = register a
D327 : C9 ret ; does this even need explaining?!
…which corresponds to following items:Item3: Lemonade, quantity xx
Item4: TM34, quantity yy
Item5: Item with hex zz, quantity 201
…and if hex zz corresponds to glitch item or otherwise unobtainable item, one can change the second item using TheZZAZZGlitch's code above.