mirror of
https://github.com/Pecusx/Young-lumberjack.git
synced 2026-05-20 22:33:54 +02:00
Better code :)
This commit is contained in:
+2
-2
@@ -556,12 +556,12 @@ write_chars
|
|||||||
beq static_display
|
beq static_display
|
||||||
no_spaces
|
no_spaces
|
||||||
; second half of second credits line
|
; second half of second credits line
|
||||||
lda #19 ; ??
|
lda #39
|
||||||
sec
|
sec
|
||||||
sbc credits_anim_counter
|
sbc credits_anim_counter
|
||||||
asl
|
asl
|
||||||
clc
|
clc
|
||||||
adc #80 ; ?? - I don't know why, but it works!!! :)
|
adc #40
|
||||||
tay
|
tay
|
||||||
lda (VBItemp),y
|
lda (VBItemp),y
|
||||||
sta credits_lines+40
|
sta credits_lines+40
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user