palette adjustment
This commit is contained in:
parent
6f05a9bbd0
commit
c559b6e76b
1 changed files with 3 additions and 3 deletions
6
mandel.s
6
mandel.s
|
@ -214,9 +214,9 @@ color_map:
|
||||||
|
|
||||||
palette:
|
palette:
|
||||||
.byte $00
|
.byte $00
|
||||||
.byte $36
|
.byte $46
|
||||||
.byte $88
|
.byte $78
|
||||||
.byte $d4
|
.byte $b4
|
||||||
.code
|
.code
|
||||||
|
|
||||||
z_buffer_len = 16
|
z_buffer_len = 16
|
||||||
|
|
Loading…
Reference in a new issue