mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +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"Stay tuned for the FujiNet version",d"!"*
|
||||||
dta d" "*
|
dta d" "*
|
||||||
CreditsEnd
|
CreditsEnd
|
||||||
|
CreditsLines=44
|
||||||
.endif
|
.endif
|
||||||
|
|||||||
+1
-1
@@ -232,7 +232,7 @@ dl ; MAIN game display list
|
|||||||
;-----------------------------------------------
|
;-----------------------------------------------
|
||||||
GameOverResults = display+$0ff0 ; reuse after game
|
GameOverResults = display+$0ff0 ; reuse after game
|
||||||
Credits = GameOverResults +(6*40)
|
Credits = GameOverResults +(6*40)
|
||||||
CreditsLastLine = Credits + (41*40)
|
CreditsLastLine = Credits + (CreditsLines*40)
|
||||||
GameOverDL
|
GameOverDL
|
||||||
.byte $70,$40
|
.byte $70,$40
|
||||||
.byte $47 ; 16 gr8 lines
|
.byte $47 ; 16 gr8 lines
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user