GFX fixes compiled. Titles DLI corrected

This commit is contained in:
Pecusx
2025-06-20 22:11:33 +02:00
parent 0a86573141
commit 72f79573b9
4 changed files with 21 additions and 20 deletions
+3 -3
View File
@@ -6,8 +6,8 @@
dta $00,$00,$00,$2E,$B9,$00,$00,$00,$08,$09,$1F,$0A,$08,$09,$26,$27,$19,$09,$16,$17,$19,$14,$28,$2B,$2C,$00,$00,$00,$2F,$00,$00,$00
dta $00,$00,$00,$2E,$B9,$00,$00,$00,$B3,$31,$31,$35,$B3,$31,$35,$00,$32,$31,$31,$31,$32,$31,$B3,$31,$00,$00,$00,$00,$2F,$00,$00,$00
dta $00,$00,$00,$5E,$A8,$00,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$2C,$5F,$00,$00,$00
dta $00,$00,$00,$5E,$2A,$00,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$2C,$5F,$00,$00,$00
dta $00,$00,$00,$5E,$A8,$00,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$00,$5F,$00,$00,$00
dta $00,$00,$00,$5E,$00,$00,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$00,$5F,$00,$00,$00
dta $00,$00,$00,$5E,$AE,$00,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$2C,$5F,$00,$00,$00
dta $00,$00,$00,$5E,$AE,$00,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$00,$5F,$00,$00,$00
dta $00,$00,$00,$5E,$AE,$00,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$00,$5F,$00,$00,$00
dta $00,$00,$00,$5E,$00,$00,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$00,$5F,$00,$00,$00
dta $00,$00,$00,$2E,$4D,$4E,$4F,$50,$50,$4F,$50,$4F,$50,$50,$50,$50,$50,$50,$50,$50,$50,$50,$50,$50,$50,$50,$50,$50,$2F,$00,$00,$00
+1 -1
View File
@@ -5,7 +5,7 @@
dta $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$67,$68,$69,$6A,$6B,$6C,$63,$63,$65,$6D,$6E,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$6F,$70,$71,$72,$F3,$74,$75,$76,$77,$71,$78,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$79,$7A,$7B,$7B,$7C,$7D,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$5D,$59,$59,$59,$59,$59,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$5D,$59,$59,$59,$59,$7F,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$6C,$6D,$6E,$E2,$E3,$6F,$70,$71,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$6C,$6D,$6E,$E4,$E5,$6F,$70,$71,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
dta $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$6C,$6D,$6E,$E6,$E7,$6F,$70,$71,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
+17 -16
View File
@@ -12,7 +12,7 @@
;---------------------------------------------------
.macro build
dta d"0.64" ; number of this build (4 bytes)
dta d"0.65" ; number of this build (4 bytes)
.endm
.macro RMTSong
@@ -823,6 +823,16 @@ DLI2
:5 sta WSYNC
mva GameColors+c_logo2 COLPF1
mva GameColors+c_logo4 COLPM1
; set cloud 2 horizontal position
lda clouds2Hpos
clc
sta HPOSM2
adc #4
sta HPOSP2
adc #8
sta HPOSP3
adc #8
sta HPOSM3
mwa #TitlesDLI1.DLI3 VDSLST
pla
rti
@@ -836,16 +846,7 @@ DLI3
rti
DLI4
pha
; set cloud 2 horizontal position
lda clouds2Hpos
clc
sta HPOSM2
adc #4
sta HPOSP2
adc #8
sta HPOSP3
adc #8
sta HPOSM3
sta WSYNC
mva GameColors+c_logo1 COLPF2
mva #$70 HPOSP0
mva #$03 SIZEP0
@@ -876,11 +877,6 @@ DLI6
mva GameColors+c_logo5 COLPF2
:2 sta WSYNC
mva GameColors+c_logo1 COLPF2
mwa #TitlesDLI1.DLI7 VDSLST
pla
rti
DLI7
pha
; set cloud 3 horizontal position
lda clouds3Hpos
clc
@@ -897,6 +893,11 @@ DLI7
sta HPOSP2
sta HPOSP3
sta HPOSM3 */
mwa #TitlesDLI1.DLI7 VDSLST
pla
rti
DLI7
pha
; timberman initial colors
mva GameColors+c_black COLPF0
mva GameColors+c_shirtB COLPF1
BIN
View File
Binary file not shown.