Skip to content

Commit d51590d

Browse files
committed
Refactor to VERA 0.9 working
1 parent a5f3eec commit d51590d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sprite.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ sprite_setpos: ; A: Bit 7: tile layer, Bits 6-0: sprite index
598598
lda VERA_L0_tilebase
599599
bra @get_regs
600600
@layer1:
601-
lda VERA_L0_tilebase
601+
lda VERA_L1_tilebase
602602
@get_regs:
603603
pha
604604
bit #$02

0 commit comments

Comments
 (0)