Skip to content

Commit

Permalink
fix: remove useless tay instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
alekmaul committed Sep 24, 2024
1 parent b93e6f3 commit 4f7ff8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pvsneslib/source/sprites.asm
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ oamSetVisible:

rep #$20 ; A 16 bits
lda 10,s ; id
;tay
lsr a
lsr a
lsr a
Expand Down Expand Up @@ -488,7 +487,6 @@ oamSetEx:

rep #$20 ; A 16 bits
lda 10,s ; id
tay
lsr a
lsr a
lsr a
Expand Down

0 comments on commit 4f7ff8e

Please sign in to comment.