Skip to content

Commit 4f7ff8e

Browse files
committed
fix: remove useless tay instruction
1 parent b93e6f3 commit 4f7ff8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: pvsneslib/source/sprites.asm

-2
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ oamSetVisible:
412412

413413
rep #$20 ; A 16 bits
414414
lda 10,s ; id
415-
;tay
416415
lsr a
417416
lsr a
418417
lsr a
@@ -488,7 +487,6 @@ oamSetEx:
488487

489488
rep #$20 ; A 16 bits
490489
lda 10,s ; id
491-
tay
492490
lsr a
493491
lsr a
494492
lsr a

0 commit comments

Comments
 (0)