Brackets and clouds color

This commit is contained in:
Pecusx
2025-05-08 22:34:00 +02:00
parent b4cd6fea42
commit 9c97ad582f
5 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -4,9 +4,9 @@
dta $08,$09,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$46,$47,$3C,$3D,$38,$39
dta $20,$21,$44,$45,$52,$53,$31,$B0
dta $20,$21,$44,$45,$52,$53,$31,$04
dta $3E,$3F,$28,$29,$24,$25,$48,$49
dta $54,$55,$B0,$31,$3E,$3F,$28,$29
dta $54,$55,$05,$31,$3E,$3F,$28,$29
dta $24,$25,$34,$35,$3C,$3D,$31,$00
dta $00,$00,$00,$00,$00,$20,$21,$26
dta $27,$26,$27,$30,$46,$47,$30,$3C
@@ -14,8 +14,8 @@
dta $00,$24,$25,$3C,$3D,$26,$27,$28
dta $29,$08,$09,$00,$00,$00,$00,$00
dta $3E,$3F,$20,$21,$4C,$4D,$28,$29
dta $56,$57,$58,$B0,$3E,$3F,$30,$42
dta $43,$4E,$4F,$B0,$31,$34,$35,$20
dta $56,$57,$58,$04,$3E,$3F,$30,$42
dta $43,$4E,$4F,$05,$31,$34,$35,$20
dta $21,$36,$37,$30,$3A,$3B,$3C,$3D
dta $4C,$4D,$44,$45,$34,$35,$30,$31
dta $00,$00,$00,$00,$00,$00,$00,$00
File diff suppressed because one or more lines are too long
+5 -5
View File
@@ -3,11 +3,11 @@
dta $00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$4C
dta $00,$00,$00,$00,$00,$00,$04,$4C
dta $4D,$20,$21,$42,$43,$44,$45,$52
dta $53,$20,$21,$4C,$4D,$20,$21,$31
dta $00,$10,$11,$0C,$0D,$10,$11,$16
dta $17,$31,$00,$00,$00,$00,$00,$00
dta $17,$05,$31,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$3C,$3D,$42
dta $43,$30,$2C,$2D,$30,$3A,$3B,$20
dta $21,$36,$37,$58,$00,$2C,$2D,$20
@@ -21,7 +21,7 @@
dta $00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00
dta $24,$25,$3C,$3D,$26,$27,$28,$29
dta $31,$00,$00,$00,$00,$00,$00,$00
dta $08,$09,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00
dta $46,$47,$3C,$3D,$38,$39,$20,$21
@@ -31,7 +31,7 @@
dta $00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$2C,$2D,$42,$43
dta $20,$21,$3E,$3F,$2E,$2F,$30,$24
dta $25,$44,$45,$31,$00,$00,$00,$00
dta $25,$44,$45,$08,$09,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$20,$21
dta $26,$27,$20,$21,$38,$39,$31,$00
@@ -41,7 +41,7 @@
dta $00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$38,$39,$48,$49,$44
dta $45,$30,$24,$25,$0A,$0B,$44,$45
dta $2A,$2B,$4E,$4F,$31,$00,$00,$00
dta $2A,$2B,$4E,$4F,$08,$09,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$20,$21,$36,$37,$28
dta $29,$34,$35,$44,$45,$20,$21,$3A
+3 -3
View File
@@ -185,7 +185,7 @@ c_shirtA = 6 ; Lumberjack shirt A
c_shirtB = 7 ; Lumberjack shirt B
c_hands = 8 ; Lumberjack hand/face
c_birds = 9
c_clouds = 10
c_white2 = 10
c_light_red = 11 ; (power bar up)
c_horizonA = 12 ; thin horizon line A
c_horizonB = 13 ; thin horizon line B
@@ -204,7 +204,7 @@ c_logo2 = 25
c_logo3 = 26
c_logo4 = 27
c_logo5 = 28
c_cloudst = 29 ; title screen clouds
c_clouds = 29 ; clouds
;---------------------------------------------------
icl 'art/anim_exported.asm'
; Animations:
@@ -288,7 +288,7 @@ titles_VBI
jsr FlyClouds
; different clouds color
sec
lda GameColors+c_cloudst
lda GameColors+c_clouds
sta PCOLR2
sta PCOLR3
;
BIN
View File
Binary file not shown.