-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathradial.p8.lua
187 lines (173 loc) · 5.93 KB
/
radial.p8.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
--radial - 8x8.me fill patterns (pico-8)
--public domain (cc0) by aced
--setup custom font as 8x8px
poke(0x5600,8,8,8,0,0)
--97 'a' nebula
poke(0x5600+(8* 97),
0, -- ▒▒▒▒▒▒▒▒
8, -- ▒▒▒█▒▒▒▒
16, -- ▒▒▒▒█▒▒▒
92, -- ▒▒███▒█▒
58, -- ▒█▒███▒▒
8, -- ▒▒▒█▒▒▒▒
16, -- ▒▒▒▒█▒▒▒
0 -- ▒▒▒▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉa"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."\0⁸▮\\:⁸▮\0"
--98 'b' pinwheel
poke(0x5600+(8* 98),
0, -- ▒▒▒▒▒▒▒▒
16, -- ▒▒▒▒█▒▒▒
16, -- ▒▒▒▒█▒▒▒
30, -- ▒████▒▒▒
120, -- ▒▒▒████▒
8, -- ▒▒▒█▒▒▒▒
8, -- ▒▒▒█▒▒▒▒
0 -- ▒▒▒▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉb"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."\0▮▮゛x⁸⁸\0"
--99 'c' pivot
poke(0x5600+(8* 99),
16, -- ▒▒▒▒█▒▒▒
16, -- ▒▒▒▒█▒▒▒
24, -- ▒▒▒██▒▒▒
39, -- ███▒▒█▒▒
228, -- ▒▒█▒▒███
24, -- ▒▒▒██▒▒▒
8, -- ▒▒▒█▒▒▒▒
8 -- ▒▒▒█▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉc"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."▮▮「'ノ「⁸⁸"
--100 'd' fylfot
poke(0x5600+(8* 100),
12, -- ▒▒██▒▒▒▒
8, -- ▒▒▒█▒▒▒▒
152, -- ▒▒▒██▒▒█
228, -- ▒▒█▒▒███
39, -- ███▒▒█▒▒
25, -- █▒▒██▒▒▒
16, -- ▒▒▒▒█▒▒▒
48 -- ▒▒▒▒██▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉd"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."ᶜ⁸▤ノ'」▮0"
--101 'e' rotary
poke(0x5600+(8* 101),
16, -- ▒▒▒▒█▒▒▒
16, -- ▒▒▒▒█▒▒▒
44, -- ▒▒██▒█▒▒
35, -- ██▒▒▒█▒▒
196, -- ▒▒█▒▒▒██
52, -- ▒▒█▒██▒▒
8, -- ▒▒▒█▒▒▒▒
8 -- ▒▒▒█▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉe"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."▮▮,#ろ4⁸⁸"
--102 'f' nova
poke(0x5600+(8* 102),
32, -- ▒▒▒▒▒█▒▒
48, -- ▒▒▒▒██▒▒
47, -- ████▒█▒▒
34, -- ▒█▒▒▒█▒▒
68, -- ▒▒█▒▒▒█▒
244, -- ▒▒█▒████
12, -- ▒▒██▒▒▒▒
4 -- ▒▒█▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉf"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".." 0/\"Dルᶜ⁴"
--103 'g' swirl
poke(0x5600+(8* 103),
16, -- ▒▒▒▒█▒▒▒
32, -- ▒▒▒▒▒█▒▒
38, -- ▒██▒▒█▒▒
1, -- █▒▒▒▒▒▒▒
128, -- ▒▒▒▒▒▒▒█
100, -- ▒▒█▒▒██▒
4, -- ▒▒█▒▒▒▒▒
8 -- ▒▒▒█▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉg"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."▮ &¹█d⁴⁸"
--104 'h' swarm
poke(0x5600+(8* 104),
32, -- ▒▒▒▒▒█▒▒
16, -- ▒▒▒▒█▒▒▒
37, -- █▒█▒▒█▒▒
2, -- ▒█▒▒▒▒▒▒
64, -- ▒▒▒▒▒▒█▒
164, -- ▒▒█▒▒█▒█
8, -- ▒▒▒█▒▒▒▒
4 -- ▒▒█▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉh"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".." ▮%²@さ⁸⁴"
--105 'i' encircled
poke(0x5600+(8* 105),
32, -- ▒▒▒▒▒█▒▒
66, -- ▒█▒▒▒▒█▒
1, -- █▒▒▒▒▒▒▒
24, -- ▒▒▒██▒▒▒
24, -- ▒▒▒██▒▒▒
128, -- ▒▒▒▒▒▒▒█
66, -- ▒█▒▒▒▒█▒
4 -- ▒▒█▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉi"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".." B¹「「█B⁴"
--106 'j' spokes
poke(0x5600+(8* 106),
16, -- ▒▒▒▒█▒▒▒
48, -- ▒▒▒▒██▒▒
38, -- ▒██▒▒█▒▒
27, -- ██▒██▒▒▒
216, -- ▒▒▒██▒██
100, -- ▒▒█▒▒██▒
12, -- ▒▒██▒▒▒▒
8 -- ▒▒▒█▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉj"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."▮0&•スdᶜ⁸"
--107 'k' cartwheel
poke(0x5600+(8* 107),
16, -- ▒▒▒▒█▒▒▒
52, -- ▒▒█▒██▒▒
102, -- ▒██▒▒██▒
27, -- ██▒██▒▒▒
216, -- ▒▒▒██▒██
102, -- ▒██▒▒██▒
44, -- ▒▒██▒█▒▒
8 -- ▒▒▒█▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉk"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."▮4f•スf,⁸"
--108 'l' cartwheelbold
poke(0x5600+(8* 108),
52, -- ▒▒█▒██▒▒
118, -- ▒██▒███▒
231, -- ███▒▒███
27, -- ██▒██▒▒▒
216, -- ▒▒▒██▒██
231, -- ███▒▒███
110, -- ▒███▒██▒
44 -- ▒▒██▒█▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉl"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."4vフ•スフn,"
--109 'm' cartwheelextrabold
poke(0x5600+(8* 109),
118, -- ▒██▒███▒
247, -- ███▒████
231, -- ███▒▒███
27, -- ██▒██▒▒▒
216, -- ▒▒▒██▒██
231, -- ███▒▒███
239, -- ████▒███
110 -- ▒███▒██▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉm"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."vワフ•スフヤn"