flappy-boy-asm icon indicating copy to clipboard operation
flappy-boy-asm copied to clipboard

Fix graphical bug caused by uninitialised RAM

Open danielg0 opened this issue 4 years ago • 0 comments

Fixes the graphical glitches that appear in BGB as well as in certain Gameboys that originate from uninitialised VRAM. This is done by hiding all sprites on boot - by setting y-pos to 0 - and then ensuring that any added reset the attribute byte in the oam.

danielg0 avatar Aug 25 '20 13:08 danielg0