GameOver and new start branches

This commit is contained in:
Pecusx
2025-04-19 14:16:20 +02:00
parent e000856223
commit bd95992971
4 changed files with 74 additions and 3 deletions
+13 -2
View File
@@ -103,6 +103,7 @@ font_game_rip
ins 'art/t_rip.fnt' ;
font_titles
ins 'art/title_fonts.fnt' ;
;---------------------------------------------------
dl_title
.by $10,$70
.by $45
@@ -111,6 +112,14 @@ dl_title
.by $41
.wo dl_title
;---------------------------------------------------
dl_over
.by $10,$70
.by $45
.wo over_screen ; title screen (menu?)
:11 .by $05
.by $41
.wo dl_title
;---------------------------------------------------
dl_level
;.by $10
.by $44
@@ -182,6 +191,8 @@ c_font3 = 21
;--------------------------------------------------
title_screen
icl 'art/title_screen.asm'
over_screen
icl 'art/over_screen.asm'
;--------------------------------------------------
.proc vint
@@ -593,7 +604,7 @@ EndOfStartScreen
jsr HidePM
mva #3 StateFlag
mva #>font_titles CHBAS
mwa #dl_title dlptrs
mwa #dl_over dlptrs
mva GameColors+c_sky COLBAKS
mva GameColors+c_black COLOR0
mva GameColors+c_font1 COLOR1
@@ -2143,7 +2154,7 @@ NTSC_colors
;--------------------------------------------------
initial_branches_list
.by 1,0,2,0,1,0 ;
.by 1,0,2,0,0,0 ;
branch_addr_tableL
.by <branch0