megeademo: more messing with credits

hard to get to fit in one page
This commit is contained in:
Vince Weaver 2018-10-31 00:57:30 -04:00
parent be4b1000c6
commit b79087e6d8
3 changed files with 8 additions and 19 deletions

View File

@ -35,6 +35,7 @@
31323 -- finish takeoff
31607 -- space-bars auto-driving
32038 -- align letters, few extra thanks
31976 -- no room to thank Talbot Hall
Further ideas to reduce:
+ Optimize all the .align calls

View File

@ -41,30 +41,17 @@ fw_letters:
.byte 22,26, " ",128
.byte 22+128,26," ",128
.byte 22,26, "UTOPIA",128
.byte 22+128,26,"UTOPIA",128
.byte 23,26, "BBS",128
.byte 23+128,26,"BBS",198
.byte 22,26, "UTOPIA BBS",128
.byte 22+128,26,"UTOPIA BBS",198
.byte 22,26, " ",128
.byte 22+128,26," ",128
.byte 23,26, " ",128
.byte 23+128,26," ",128
.byte 22,26, "TALBOT",128
.byte 22+128,26,"TALBOT",128
.byte 23,26, "0101",128
.byte 23+128,26,"0101",198
.byte 22,26, " ",128
.byte 22+128,26," ",128
.byte 23,26, " ",128
.byte 23+128,26," ",128
; .byte 22,26, "TALBOT 0101",128
; .byte 22+128,26,"TALBOT 0101",198
; .byte 22,26, " ",128
; .byte 22+128,26," ",128
.byte 22,26,"A VMW",128
.byte 22+128,26,"A VMW",128
@ -74,6 +61,7 @@ fw_letters:
.byte 255
;.align $100
letters_bm:
;.byte 1,12

Binary file not shown.