Setting all ailments in-battle
Posted by: Parzival
Date: 2017-04-26 18:04:08
ld a,$FF;
ld [$CFE9],a;
ret;
In items, that'd be
Lemonade x255
TM34 x233
TM07 x201
I screwed everything up with one of my earlier tries, which was
push af;
ld a,$FF;
ld [$CFE9],a;
pop af;
ret;
I landed at 03:0573, which is an invalid opcode. I don't know what happened before that, because I can't find a way to press a button for one frame while in the BGB debugger.