Skip to content

Commit

Permalink
Save
Browse files Browse the repository at this point in the history
  • Loading branch information
clandrew committed Sep 18, 2024
1 parent c9ace7f commit fcb6b59
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions demo/tinyvicky/rsrc/colors_main.s
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ LUT_IMG_START
.byte $00, $30, $40 ; $1E
.byte $00, $40, $30 ; $1F


.byte $00, $00, $00 ; 0x20 - unused
.byte $00, $00, $00
.byte $00, $00, $00
.byte $00, $00, $00
.byte $00, $00, $00
.byte $00, $00, $00
; Tileset, contd, redundant with below. Ultimately want to use this one, not the other one.
.byte $08, $10, $20
.byte $00, $38, $48
.byte $18, $48, $58
.byte $00, $30, $20
.byte $00, $70, $88
.byte $00, $68, $80

; For sprite
.byte $00, $28, $40 ; $26
Expand All @@ -65,10 +65,10 @@ LUT_IMG_START
.byte $08, $10, $20 ; $36
.byte $00, $38, $48 ; $37
.byte $18, $48, $58 ; $38
.byte $00, $30, $20 ; $39 ; Dark green 203000

.byte $00, $30, $20 ; $39
.byte $00, $70, $88 ; $3A
.byte $00, $68, $80 ; $3B

.byte $00, $60, $78 ; $3C
.byte $00, $50, $68 ; $3D
.byte $00, $38, $50 ; $3E
Expand Down

0 comments on commit fcb6b59

Please sign in to comment.