mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 14:49:40 +02:00
GameOver screen optimization and return of Tab in weapon selection :)
This commit is contained in:
+2
-2
@@ -213,13 +213,13 @@ GameOverDL
|
||||
.byte $70,$40
|
||||
.byte $47 ; 16 gr8 lines
|
||||
.word GameOverTitle
|
||||
.byte $60 ; 7 lines down to match new sprite position
|
||||
; .byte $60 ; 7 lines down to match new sprite position
|
||||
.byte $4f ; 1 line
|
||||
.word display+(40*72)
|
||||
:28 .byte $0f ; 28 lines
|
||||
.byte $0f+$80
|
||||
.byte $4f ; 1 line
|
||||
.word display+(40*32)
|
||||
.word display+(40*(32-7)) ;7 lines up to match new sprite position
|
||||
:30 .byte $0f ; 30 lines
|
||||
.byte $0f+$80 ; 1 line
|
||||
.byte $4f ; 1 line
|
||||
|
||||
Reference in New Issue
Block a user