mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Game Over "animation" - TEST ONLY!
This commit is contained in:
+10
@@ -93,6 +93,16 @@ dl ; MAIN game display list
|
||||
.byte $41
|
||||
.word dl
|
||||
;-----------------------------------------------
|
||||
GameOverDL
|
||||
.byte $70,$70,$70,$70,$70,$70,$70,$20
|
||||
.byte $4f ; 1 line
|
||||
.word display+(40*32)
|
||||
:31 .byte $0f ; 31 lines
|
||||
.byte $70
|
||||
.byte $41
|
||||
.word GameOverDL
|
||||
|
||||
;-----------------------------------------------
|
||||
;Screen displays go first to avoid crossing 4kb barrier
|
||||
;-----------------------------------------------
|
||||
OptionsScreen
|
||||
|
||||
Reference in New Issue
Block a user