mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-03-10 21:25:31 +00:00
Add missing ;; asset closing blocks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -426,6 +427,7 @@ Frame1
|
||||
.byte #%01111100;$18
|
||||
.byte #%11111110;$F2
|
||||
.byte #%00111000;$F4
|
||||
;;
|
||||
;; Color data for each line of sprite
|
||||
;;{pal:"vcs"};;
|
||||
ColorFrame0
|
||||
|
||||
@@ -256,6 +256,7 @@ Frame0
|
||||
.byte #%01111100;$18
|
||||
.byte #%11111110;$F2
|
||||
.byte #%00111000;$F4
|
||||
;;
|
||||
;; Color data for each line of sprite
|
||||
;;{pal:"vcs"};;
|
||||
ColorFrame0
|
||||
|
||||
@@ -271,6 +271,7 @@ Frame0
|
||||
.byte #%01111100;$18
|
||||
.byte #%11111110;$F2
|
||||
.byte #%00111000;$F4
|
||||
;;
|
||||
;; Color data for each line of sprite
|
||||
;;{pal:"vcs"};;
|
||||
ColorFrame0
|
||||
|
||||
@@ -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
|
||||
@@ -503,6 +504,7 @@ Frame1
|
||||
.byte #%01111100;$18
|
||||
.byte #%11111110;$F2
|
||||
.byte #%00111000;$F4
|
||||
;;
|
||||
;; Color data for each line of sprite
|
||||
;;{pal:"vcs"};;
|
||||
ColorFrame0
|
||||
@@ -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
|
||||
@@ -535,6 +538,7 @@ EnemyFrame0
|
||||
.byte #%01111110;$8E
|
||||
.byte #%11000011;$98
|
||||
.byte #%10000001;$98
|
||||
;;
|
||||
;; Enemy cat-head color data
|
||||
;;{pal:"vcs"};;
|
||||
EnemyColorFrame0
|
||||
|
||||
@@ -480,6 +480,7 @@ Frame0
|
||||
.byte #%01111100;$18
|
||||
.byte #%11111110;$F2
|
||||
.byte #%00111000;$F4
|
||||
;;
|
||||
;; Color data for each line of sprite
|
||||
;;{pal:"vcs"};;
|
||||
ColorFrame0
|
||||
@@ -500,6 +501,7 @@ ColorFrame0
|
||||
.byte #$18;
|
||||
.byte #$F2;
|
||||
.byte #$F4;
|
||||
;;
|
||||
;; Color data for each line of sprite
|
||||
;;{pal:"vcs"};;
|
||||
ColorFrame1
|
||||
|
||||
@@ -365,6 +365,7 @@ EnemyFrame0
|
||||
.byte #%01111110;$8E
|
||||
.byte #%11000011;$98
|
||||
.byte #%10000001;$98
|
||||
;;
|
||||
;;{pal:"vcs"};;
|
||||
EnemyColorFrame0
|
||||
.byte #8 ; height
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user