Fixed Dezaemon sprites (Clear entire OAM address when first byte is written to, but not the second)

This commit is contained in:
zsknight
2001-06-27 22:02:57 +00:00
parent 123ea285b0
commit 6db183777d
2 changed files with 3 additions and 2 deletions

View File

@@ -695,7 +695,7 @@ reg213Er:
; PPU Status Flag & Version number (NTSC/PAL/EXTRN Latch flag)
reg213Fr:
mov byte[debstop3],1
; mov byte[debstop3],1
mov al,[romispal]
shl al,4
or al,[cfield]