From 863d77d8727fe6336c293f4a145a9a185dbe2519 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Wed, 17 Aug 2022 09:06:56 +0200 Subject: [PATCH] Correct number of lines in credits --- constants.asm | 1 + display.asm | 2 +- scorch.xex | Bin 50673 -> 50673 bytes 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/constants.asm b/constants.asm index 37cf3b0..bbebd68 100644 --- a/constants.asm +++ b/constants.asm @@ -647,4 +647,5 @@ CreditsStart dta d"Stay tuned for the FujiNet version",d"!"* dta d" "* CreditsEnd +CreditsLines=44 .endif diff --git a/display.asm b/display.asm index 0d9e740..bd6dfc2 100644 --- a/display.asm +++ b/display.asm @@ -232,7 +232,7 @@ dl ; MAIN game display list ;----------------------------------------------- GameOverResults = display+$0ff0 ; reuse after game Credits = GameOverResults +(6*40) -CreditsLastLine = Credits + (41*40) +CreditsLastLine = Credits + (CreditsLines*40) GameOverDL .byte $70,$40 .byte $47 ; 16 gr8 lines diff --git a/scorch.xex b/scorch.xex index 95186168ff100dde98fadcb3435c5d4c1903d262..d67d8b9f7a40aadb0c7f4227d38f14e52422d7f3 100644 GIT binary patch delta 16 Xcmey^&HS;Od4qEl