Horizon up! (Title screen)

This commit is contained in:
Pecusx
2025-05-26 13:28:40 +02:00
parent e58e2f556a
commit e8d7cc7220
2 changed files with 9 additions and 4 deletions
+9 -4
View File
@@ -819,16 +819,20 @@ DLI10
mva #$75 HPOSP1 ; axe mva #$75 HPOSP1 ; axe
mva #>font_titles CHBASE mva #>font_titles CHBASE
sta WSYNC sta WSYNC
mva GameColors+c_horizonA COLBAK ; thin line (horizon)
mva #$7e HPOSP2 ; buttons and buckle mva #$7e HPOSP2 ; buttons and buckle
mva #$6a HPOSM1 ; axe mva #$6a HPOSM1 ; axe
sta WSYNC sta WSYNC
mva GameColors+c_horizonB COLBAK ; additional lines (horizon)
mva #$03 SIZEP3 mva #$03 SIZEP3
mva #$6a HPOSP3 mva #$6a HPOSP3
mva GameColors+c_dark_brown COLPM3 ; axe color 2 mva GameColors+c_dark_brown COLPM3 ; axe color 2
; color bars ; color bars
sta WSYNC sta WSYNC
mva GameColors+c_shirtA COLPF2 mva GameColors+c_shirtA COLPF2
:4 sta WSYNC sta WSYNC
mva GameColors+c_grass COLBAK ; green (horizon)
:3 sta WSYNC
mva GameColors+c_shirtC COLPF2 mva GameColors+c_shirtC COLPF2
mwa #TitlesDLI1.DLI11 VDSLST mwa #TitlesDLI1.DLI11 VDSLST
pla pla
@@ -836,14 +840,15 @@ DLI10
DLI11 DLI11
pha pha
sta WSYNC sta WSYNC
mva GameColors+c_horizonA COLBAK ; thin line ; horizon
;mva GameColors+c_horizonA COLBAK ; thin line (horizon)
sta WSYNC sta WSYNC
mva GameColors+c_horizonB COLBAK ; additional lines ;mva GameColors+c_horizonB COLBAK ; additional lines (horizon)
sta WSYNC sta WSYNC
; color bars ; color bars
mva GameColors+c_shirtA COLPF2 mva GameColors+c_shirtA COLPF2
sta WSYNC sta WSYNC
mva GameColors+c_grass COLBAK ; green ;mva GameColors+c_grass COLBAK ; green (horizon)
; color bars ; color bars
:3 sta WSYNC :3 sta WSYNC
mva GameColors+c_shirtC COLPF2 mva GameColors+c_shirtC COLPF2
BIN
View File
Binary file not shown.