mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Correct number of lines in credits
This commit is contained in:
@@ -647,4 +647,5 @@ CreditsStart
|
||||
dta d"Stay tuned for the FujiNet version",d"!"*
|
||||
dta d" "*
|
||||
CreditsEnd
|
||||
CreditsLines=44
|
||||
.endif
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user