update palette more smoothly
This commit is contained in:
parent
c559b6e76b
commit
29630c8887
1 changed files with 1 additions and 2 deletions
3
mandel.s
3
mandel.s
|
@ -822,6 +822,7 @@ done:
|
|||
.proc vblank_handler
|
||||
inc count_frames
|
||||
inc palette_offset
|
||||
jsr update_palette
|
||||
jmp XITVBV
|
||||
.endproc
|
||||
|
||||
|
@ -1163,8 +1164,6 @@ update_status:
|
|||
draw_text_indirect speed_start, speed_precision, INBUFF
|
||||
draw_text speed_start + speed_precision, str_speed_len, str_speed
|
||||
|
||||
jsr update_palette
|
||||
|
||||
skipped:
|
||||
|
||||
clc
|
||||
|
|
Loading…
Reference in a new issue