Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions presets/vcs/ecs/score.ecs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ resource FontTable ---
.byte $00,$06,$06,$7f,$66,$1e,$0e,$06,$00,$3c,$66,$06,$06,$7c,$60,$7e
.byte $00,$3c,$66,$66,$7c,$60,$66,$3c,$00,$18,$18,$18,$18,$0c,$66,$7e
.byte $00,$3c,$66,$66,$3c,$66,$66,$3c,$00,$3c,$66,$06,$3e,$66,$66,$3c
;;
---

system Kernel2Digit
Expand Down
2 changes: 2 additions & 0 deletions presets/vcs/examples/collisions.a
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ Frame0
.byte #%01111100;$18
.byte #%11111110;$F2
.byte #%00111000;$F4
;;
;; Bitmap data "throwing" position
;;{w:8,h:16,brev:1,flip:1};;
Frame1
Expand All @@ -426,6 +427,7 @@ Frame1
.byte #%01111100;$18
.byte #%11111110;$F2
.byte #%00111000;$F4
;;
;; Color data for each line of sprite
;;{pal:"vcs"};;
ColorFrame0
Expand Down
1 change: 1 addition & 0 deletions presets/vcs/examples/complexscene.a
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ Frame0
.byte #%01111100;$18
.byte #%11111110;$F2
.byte #%00111000;$F4
;;
;; Color data for each line of sprite
;;{pal:"vcs"};;
ColorFrame0
Expand Down
1 change: 1 addition & 0 deletions presets/vcs/examples/complexscene2.a
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ Frame0
.byte #%01111100;$18
.byte #%11111110;$F2
.byte #%00111000;$F4
;;
;; Color data for each line of sprite
;;{pal:"vcs"};;
ColorFrame0
Expand Down
4 changes: 4 additions & 0 deletions presets/vcs/examples/multisprite3.a
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ Frame0
.byte #%01111100;$18
.byte #%11111110;$F2
.byte #%00111000;$F4
;;
;; Bitmap data "throwing" position
;;{w:8,h:16,brev:1,flip:1};;
Frame1
Expand All @@ -503,6 +504,7 @@ Frame1
.byte #%01111100;$18
.byte #%11111110;$F2
.byte #%00111000;$F4
;;
;; Color data for each line of sprite
;;{pal:"vcs"};;
ColorFrame0
Expand All @@ -523,6 +525,7 @@ ColorFrame0
.byte #$18;
.byte #$F2;
.byte #$F4;
;;
;; Enemy cat-head graphics data
;;{w:8,h:8,brev:1,flip:1};;
EnemyFrame0
Expand All @@ -535,6 +538,7 @@ EnemyFrame0
.byte #%01111110;$8E
.byte #%11000011;$98
.byte #%10000001;$98
;;
;; Enemy cat-head color data
;;{pal:"vcs"};;
EnemyColorFrame0
Expand Down
2 changes: 2 additions & 0 deletions presets/vcs/examples/procgen1.a
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ Frame0
.byte #%01111100;$18
.byte #%11111110;$F2
.byte #%00111000;$F4
;;
;; Color data for each line of sprite
;;{pal:"vcs"};;
ColorFrame0
Expand All @@ -500,6 +501,7 @@ ColorFrame0
.byte #$18;
.byte #$F2;
.byte #$F4;
;;
;; Color data for each line of sprite
;;{pal:"vcs"};;
ColorFrame1
Expand Down
2 changes: 2 additions & 0 deletions presets/vcs/examples/retrigger.a
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ EnemyFrame0
.byte #%01111110;$8E
.byte #%11000011;$98
.byte #%10000001;$98
;;
;;{pal:"vcs"};;
EnemyColorFrame0
.byte #8 ; height
Expand All @@ -376,6 +377,7 @@ EnemyColorFrame0
.byte #$8E;
.byte #$98;
.byte #$94;
;;
;; Player graphics data, such bitmap
;;{w:8,h:10,brev:1,flip:1};;
Frame0
Expand Down
1 change: 1 addition & 0 deletions test/ecs/score.ecs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ resource FontTable ---
.byte $00,$06,$06,$7f,$66,$1e,$0e,$06,$00,$3c,$66,$06,$06,$7c,$60,$7e
.byte $00,$3c,$66,$66,$7c,$60,$66,$3c,$00,$18,$18,$18,$18,$0c,$66,$7e
.byte $00,$3c,$66,$66,$3c,$66,$66,$3c,$00,$3c,$66,$06,$3e,$66,$66,$3c
;;
---

system Kernel2Digit
Expand Down
Loading