Skip to content

Commit

Permalink
Fix speedy animations with no parallax
Browse files Browse the repository at this point in the history
  • Loading branch information
kandowontu committed Dec 21, 2024
1 parent 6a5215c commit 04de2e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LIB/asm/neslib.s
Original file line number Diff line number Diff line change
Expand Up @@ -1669,15 +1669,15 @@ luckydraw = $20
cmp #luckydraw
beq @slop
lda #SLOPESA
clc
; clc
adc CHRBANK_TEMP
jmp _mmc3_set_1kb_chr_bank_2
lda #1
beq @asdf
@slop:
@slop:
lda #SLOPESA
jmp _mmc3_set_1kb_chr_bank_2
@asdf:
@asdf:
lda _parallax_scroll_x
adc #<.bank(_PARALLAX_CHR)
jmp _mmc3_set_1kb_chr_bank_2
Expand Down

0 comments on commit 04de2e8

Please sign in to comment.