diff --git a/art/over_screen.asm b/art/over_screen.asm index ec5c985..b6f7ac0 100644 --- a/art/over_screen.asm +++ b/art/over_screen.asm @@ -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 diff --git a/art/title_timber.asm b/art/title_timber.asm index e2cebf1..edd7464 100644 --- a/art/title_timber.asm +++ b/art/title_timber.asm @@ -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 diff --git a/lumber.asm b/lumber.asm index f8efbc9..722c7a5 100644 --- a/lumber.asm +++ b/lumber.asm @@ -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 diff --git a/lumber.xex b/lumber.xex index fe7d0e0..d992bc2 100644 Binary files a/lumber.xex and b/lumber.xex differ