mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-17 14:12:58 +00:00
kfest: start adding a][ forever
This commit is contained in:
parent
8326ce53cb
commit
96875ee4a6
@ -246,9 +246,6 @@ loop6:
|
||||
|
||||
|
||||
|
||||
; jmp display_loop ; 3
|
||||
|
||||
|
||||
;================================
|
||||
; SCROLL THE TEXT
|
||||
;================================
|
||||
@ -366,9 +363,12 @@ words:
|
||||
.byte $0,$0,$11,$11,$11,$11,$11,$44, $22,$22,$22,$22,$22,$44, $22,$22,$22,$22,$22,$00
|
||||
; Apple
|
||||
.byte $0,$0,$0,$00,$C0,$C0,$CC,$C0,$0,$0
|
||||
; A ] [
|
||||
.byte $99,$09,$99,$00, $09,$99,$00, $99,$09,$00,$00
|
||||
|
||||
|
||||
.repeat 48
|
||||
|
||||
.repeat 37
|
||||
.byte $0
|
||||
.endrep
|
||||
words2:
|
||||
@ -387,8 +387,9 @@ words2:
|
||||
.byte $0,$0,$29,$29,$29,$29,$20,$00,$0,$0
|
||||
.byte $0,$0,$00,$01,$11,$41,$44,$44, $44,$42,$22,$42,$44,$44, $44,$42,$22,$02,$00,$00
|
||||
.byte $0,$0,$0,$29,$29,$29,$29,$20,$0,$0
|
||||
.byte $d9,$00,$d9,$00, $d0,$d9,$00, $d9,$d0,$00,$00
|
||||
|
||||
.repeat 48
|
||||
.repeat 37
|
||||
.byte $0
|
||||
.endrep
|
||||
words3:
|
||||
@ -407,8 +408,9 @@ words3:
|
||||
.byte $0,$0,$D0,$D0,$DC,$D0,$00,$0,$0,$0
|
||||
.byte $0,$0,$01,$11,$11,$11,$41,$44, $42,$22,$22,$22,$42,$44, $42,$22,$22,$22,$02,$00
|
||||
.byte $0,$0,$0,$D0,$D0,$DC,$D0,$00,$0,$0
|
||||
.byte $99,$9D,$99,$00, $0d,$99,$00, $99,$0d,$00,$00
|
||||
|
||||
.repeat 48
|
||||
.repeat 37
|
||||
.byte $0
|
||||
.endrep
|
||||
words4:
|
||||
@ -427,8 +429,9 @@ words4:
|
||||
.byte $0,$0,$01,$61,$61,$61,$01,$00,$0,$0
|
||||
.byte $0,$0,$00,$01,$11,$41,$44,$44, $44,$42,$22,$42,$44,$44, $44,$42,$22,$02,$00,$00
|
||||
.byte $0,$0,$0,$01,$61,$61,$61,$01,$0,$0
|
||||
.byte $09,$00,$09,$00, $09,$09,$00, $09,$09,$00,$00
|
||||
|
||||
.repeat 48
|
||||
.repeat 37
|
||||
.byte $0
|
||||
.endrep
|
||||
|
||||
@ -438,6 +441,7 @@ words4:
|
||||
|
||||
|
||||
|
||||
; infinity
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user