Better code :)

This commit is contained in:
Pecusx
2025-05-09 13:17:02 +02:00
parent c9c0bc4f07
commit 4b2f4cb24d
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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
View File
Binary file not shown.