Rev 268 | Details | Compare with Previous | Last modification | View Log
Rev | Author | Line No. | Line |
---|---|---|---|
1403 | alone | 1 | ;label autonumbering: label#8=... or label$4 or label$4#8 |
268 | alone | 2 | ;x,y,wid,hgt,defaultcolor(0..15 that will be used as ink in empty chr$) |
3 | ;6912: color 0 in bmp is for mask |
||
4 | ;16c: color 16 in bmp is for mask |
||
5 | ;formats: |
||
1403 | alone | 6 | ;b: b/w tiles: chrdata... |
7 | ;B: colour tiles: chrdata... |
||
268 | alone | 8 | ;s: b/w sprites: wid8, hgt, (antimask, antipixels, ...) |
1403 | alone | 9 | ;z: b/w sprites: antipixelsw... (right to left) |
10 | ;Z: b/w sprites: antipixelsw... (left to right) |
||
11 | ;w: b/w sprites: antipixelsw, antimaskw... |
||
12 | ;W: b/w image by columns |
||
268 | alone | 13 | ;[S: colour sprites: wid8, hgt, (antimask, antipixels, ...)] |
14 | ;T: colour tilepic 28xN (size 0xN00 bytes) |
||
15 | ;x: 16c sprite: wid/2,hgt,(column:and,or...),(0x4000-((hgt-1)*40))...,prsprqwid |
||
1403 | alone | 16 | ;L: 16c 16x16 tiles (N of tiles in "defaultcolor"): N of tile for each square |
17 | ;i: 16c image |
||
18 | ;P: DDp palette |
||
268 | alone | 19 | |
20 | scorp0=x,0,64,16,16 |
||
21 | scorp0step=x,16,64,16,16 |
||
22 | scorp1=x,32,64,16,16 |
||
23 | scorp1step=x,48,64,16,16 |
||
24 | scorp2=x,64,64,16,16 |
||
25 | scorp2step=x,80,64,16,16 |
||
26 | scorp3=x,96,64,16,16 |
||
27 | scorp3step=x,112,64,16,16 |
||
28 | scorp4=x,128,64,16,16 |
||
29 | scorp4step=x,144,64,16,16 |
||
30 | scorp5=x,160,64,16,16 |
||
31 | scorp5step=x,176,64,16,16 |
||
32 | scorp6=x,192,64,16,16 |
||
33 | scorp6step=x,208,64,16,16 |
||
34 | scorp7=x,224,64,16,16 |
||
35 | scorp7step=x,240,64,16,16 |
||
36 | scorp0hit=x,0,80,16,16 |
||
37 | scorp1hit=x,32,80,16,16 |
||
38 | scorp2hit=x,64,80,16,16 |
||
39 | scorp3hit=x,96,80,16,16 |
||
40 | scorp4hit=x,128,80,16,16 |
||
41 | scorp5hit=x,160,80,16,16 |
||
42 | scorp6hit=x,192,80,16,16 |
||
43 | scorp7hit=x,224,80,16,16 |
||
44 | star0=x,0,96,16,16 |
||
45 | star0step=x,16,96,16,16 |
||
46 | star1=x,32,96,16,16 |
||
47 | star1step=x,48,96,16,16 |
||
48 | star2=x,64,96,16,16 |
||
49 | star2step=x,80,96,16,16 |
||
50 | star3=x,96,96,16,16 |
||
51 | star3step=x,112,96,16,16 |
||
52 | star4=x,128,96,16,16 |
||
53 | star4step=x,144,96,16,16 |
||
54 | star5=x,160,96,16,16 |
||
55 | star5step=x,176,96,16,16 |
||
56 | star6=x,192,96,16,16 |
||
57 | star6step=x,208,96,16,16 |
||
58 | star7=x,224,96,16,16 |
||
59 | star7step=x,240,96,16,16 |
||
60 | star0hit=x,0,112,16,16 |
||
61 | star1hit=x,32,112,16,16 |
||
62 | star2hit=x,64,112,16,16 |
||
63 | star3hit=x,96,112,16,16 |
||
64 | star4hit=x,128,112,16,16 |
||
65 | star5hit=x,160,112,16,16 |
||
66 | star6hit=x,192,112,16,16 |
||
67 | star7hit=x,224,112,16,16 |