mirror of
https://github.com/Pecusx/Young-lumberjack.git
synced 2026-05-21 06:39:43 +02:00
Logo (test...)
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+24
-4
@@ -1,15 +1,15 @@
|
||||
dta $00,$00,$00,$00,$68,$65,$00,$71
|
||||
dta $00,$00,$00,$00,$00,$00,$00,$00
|
||||
dta $00,$00,$01,$02,$02,$03,$04,$05
|
||||
dta $06,$07,$04,$05,$04,$04,$09,$04
|
||||
dta $04,$0A,$02,$02,$0B,$0C,$00,$00
|
||||
dta $00,$00,$00,$00,$00,$00,$00,$00
|
||||
dta $00,$00,$00,$00,$00,$00,$00,$6F
|
||||
dta $71,$75,$0D,$0E,$0F,$10,$11,$12
|
||||
dta $00,$00,$00,$00,$00,$00,$00,$00
|
||||
dta $00,$00,$0D,$0E,$0F,$10,$11,$12
|
||||
dta $13,$14,$11,$12,$15,$16,$17,$11
|
||||
dta $18,$19,$1A,$1B,$1C,$1D,$00,$00
|
||||
dta $00,$00,$00,$00,$00,$00,$00,$00
|
||||
dta $00,$00,$00,$00,$00,$00,$00,$00
|
||||
dta $6F,$76,$1E,$1F,$20,$21,$11,$12
|
||||
dta $00,$00,$1E,$1F,$20,$21,$11,$12
|
||||
dta $22,$23,$11,$12,$24,$25,$26,$11
|
||||
dta $27,$28,$11,$29,$11,$2A,$00,$00
|
||||
dta $00,$00,$00,$00,$00,$00,$00,$00
|
||||
@@ -37,4 +37,24 @@
|
||||
dta $00,$00,$00,$00,$00,$00,$00,$00
|
||||
dta $55,$56,$57,$58,$59,$5A,$5B,$5C
|
||||
dta $5D,$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,$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,$00
|
||||
dta $00,$00,$00,$00,$00,$00,$00,$00
|
||||
dta $00,$00,$00,$00,$00,$00,$00,$00
|
||||
dta $00,$00,$00,$34,$35,$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,$00
|
||||
dta $00,$00,$00,$00,$00,$00,$00,$00
|
||||
dta $6C,$6D,$6E,$E0,$E1,$6F,$70,$71
|
||||
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,$72
|
||||
dta $73,$74,$75,$76,$77,$78,$79,$7A
|
||||
dta $7B,$00,$00,$00,$00,$00,$00,$00
|
||||
dta $00,$00,$00,$00,$00,$00,$00,$00
|
||||
+4
-5
@@ -128,7 +128,7 @@ dl_title
|
||||
.by $84 ; DLI6 - Logo colors
|
||||
.by $04
|
||||
.by $84 ; DLI7 - last clouds
|
||||
:4 .by $05
|
||||
:8 .by $04
|
||||
.by $85 ; DLI8 - horizon
|
||||
.by $85 ; DLI9 - fonts
|
||||
.by $45+$80
|
||||
@@ -221,7 +221,7 @@ c_clouds = 32 ; clouds
|
||||
; v9 - if the branch opposite the lumberjack and branch above on the other side - (now v7)
|
||||
;--------------------------------------------------
|
||||
title_logo
|
||||
icl 'art/title_logo.asm' ; 8 lines, mode 4
|
||||
icl 'art/title_logo.asm' ; 12 lines, mode 4
|
||||
title_screen
|
||||
icl 'art/title_screen.asm' ; 13 lines, mode 5
|
||||
.align $400
|
||||
@@ -654,8 +654,6 @@ DLI7
|
||||
sta HPOSP3
|
||||
adc #8
|
||||
sta HPOSM3
|
||||
; font for titles
|
||||
mva #>font_titles CHBASE
|
||||
; titles font colors
|
||||
mva GameColors+c_font4 COLPF0
|
||||
mva GameColors+c_font1 COLPF1
|
||||
@@ -666,8 +664,9 @@ DLI7
|
||||
rti
|
||||
DLI8
|
||||
pha
|
||||
; font for titles
|
||||
mva #>font_titles CHBASE
|
||||
:7 sta WSYNC
|
||||
; mva LowCharsetBase CHBASE
|
||||
mva GameColors+c_horizonA COLBAK ; thin line
|
||||
sta WSYNC
|
||||
mva GameColors+c_horizonB COLBAK ; additional lines
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user