Font colors DLI

This commit is contained in:
Pecusx
2025-05-04 21:52:03 +02:00
parent 1c89554f1f
commit 27ebffec05
2 changed files with 10 additions and 2 deletions
+10 -2
View File
@@ -134,8 +134,8 @@ dl_title
.by $84 ; DLI7 - last clouds
:4 .by $05
.by $85 ; DLI8 - horizon
:3 .by $05
.by $45
:3 .by $85 ; DLI9 - fonts
.by $45+$80
difficulty_text_DL
.wo difficulty_normal_text
.by $41
@@ -610,6 +610,14 @@ DLI8
pla
tax
inc SyncByte
mwa #TitlesDLI1.DLI9 VDSLST
pla
rti
DLI9
pha
mva GameColors+c_font2 COLPF2
:13 sta WSYNC
mva GameColors+c_buckle COLPF2
pla
rti
.endp
BIN
View File
Binary file not shown.