All lines must end with $0A; adding another $0A will lower the next line a space for every extra $0A added. Lines can be as long as, or shorter than shown here, and indeed, two character longer than shown, any longer causes problems. #Bitmaps %patch $A0E4 $01 $00 #Id software bitmap used %patch $A0E8 $17 $00 #H position, in pixels %patch $A0EC $11 $00 #V position, lin 8x8 blocks #Text setup: %patch $A0F6 $07 $00 #Text H position %patch $A102 $09 $00 #Text V position [in lines] #Text read from: [19920 + value = location] %patch $A0DA $50 $30 #1st and only line; 2nd line is 1st line repeated, 40 letters right of first, etc %patch $A10B $28 $00 #Line offset [second line is $28, = 40 letters right of the first] %patch $A11D $0B #Number of lines #About ID text %patch $1C870 "We are a group of software artists " $0A $00 %patch $1C898 "whose goal is to bring commercial " $0A $00 %patch $1C8C0 "quality software to the public " $0A $00 %patch $1C8E8 "at shareware prices. " $0A $0A $00 %patch $1C910 "Our effort is only possible with " $0A $00 %patch $1C938 "your support. Without it, we cannot " $0A $00 %patch $1C960 "continue to make this fine " $0A $00 %patch $1C988 "software so affordable. " $0A $0A $00 %patch $1C9B0 "Thank you in advance for your " $0A $00 %patch $1C9D8 "contribution to the future of the " $0A $00 %patch $1CA00 "growing shareware market. " $0A $00 #About Id is blank[no text] %patch $A0CA $C3