-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwoven.p8.lua
202 lines (187 loc) · 6.38 KB
/
woven.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
--woven - 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' interlinked
poke(0x5600+(8* 97),
174, -- ▒███▒█▒█
119, -- ███▒███▒
234, -- ▒█▒█▒███
221, -- █▒███▒██
175, -- ████▒█▒█
119, -- ███▒███▒
186, -- ▒█▒███▒█
221 -- █▒███▒██
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉa"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."なwマツにwむツ"
--98 'b' weavedense
poke(0x5600+(8* 98),
174, -- ▒███▒█▒█
119, -- ███▒███▒
234, -- ▒█▒█▒███
221, -- █▒███▒██
171, -- ██▒█▒█▒█
119, -- ███▒███▒
186, -- ▒█▒███▒█
221 -- █▒███▒██
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉb"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."なwマツつwむツ"
--99 'c' weave
poke(0x5600+(8* 99),
46, -- ▒███▒█▒▒
119, -- ███▒███▒
226, -- ▒█▒▒▒███
193, -- █▒▒▒▒▒██
163, -- ██▒▒▒█▒█
119, -- ███▒███▒
58, -- ▒█▒███▒▒
28 -- ▒▒███▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉc"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶."..".wヌりこw:、"
--100 'd' weavemedium
poke(0x5600+(8* 100),
30, -- ▒████▒▒▒
111, -- ████▒██▒
246, -- ▒██▒████
225, -- █▒▒▒▒███
195, -- ██▒▒▒▒██
183, -- ███▒██▒█
123, -- ██▒████▒
60 -- ▒▒████▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉd"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."゛oロニれほ{<"
--101 'e' weavebold
poke(0x5600+(8* 101),
95, -- █████▒█▒
238, -- ▒███▒███
245, -- █▒█▒████
227, -- ██▒▒▒███
215, -- ███▒█▒██
187, -- ██▒███▒█
125, -- █▒█████▒
62 -- ▒█████▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉe"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."_モレネシめ}>"
--102 'f' net
poke(0x5600+(8* 102),
193, -- █▒▒▒▒▒██
99, -- ██▒▒▒██▒
54, -- ▒██▒██▒▒
28, -- ▒▒███▒▒▒
56, -- ▒▒▒███▒▒
108, -- ▒▒██▒██▒
198, -- ▒██▒▒▒██
131 -- ██▒▒▒▒▒█
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉf"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."りc6、8lを⬇️"
--103 'g' wicker
poke(0x5600+(8* 103),
36, -- ▒▒█▒▒█▒▒
4, -- ▒▒█▒▒▒▒▒
245, -- █▒█▒████
4, -- ▒▒█▒▒▒▒▒
32, -- ▒▒▒▒▒█▒▒
175, -- ████▒█▒█
32, -- ▒▒▒▒▒█▒▒
36 -- ▒▒█▒▒█▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉg"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."$⁴レ⁴ に $"
--104 'h' laced
poke(0x5600+(8* 104),
85, -- █▒█▒█▒█▒
4, -- ▒▒█▒▒▒▒▒
245, -- █▒█▒████
4, -- ▒▒█▒▒▒▒▒
85, -- █▒█▒█▒█▒
64, -- ▒▒▒▒▒▒█▒
95, -- █████▒█▒
64 -- ▒▒▒▒▒▒█▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉh"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."U⁴レ⁴U@_@"
--105 'i' squarebasket
poke(0x5600+(8* 105),
117, -- █▒█▒███▒
5, -- █▒█▒▒▒▒▒
117, -- █▒█▒███▒
0, -- ▒▒▒▒▒▒▒▒
87, -- ███▒█▒█▒
80, -- ▒▒▒▒█▒█▒
87, -- ███▒█▒█▒
0 -- ▒▒▒▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉi"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."u⁵u\0WPW\0"
--106 'j' puppytooth
poke(0x5600+(8* 106),
34, -- ▒█▒▒▒█▒▒
238, -- ▒███▒███
119, -- ███▒███▒
68, -- ▒▒█▒▒▒█▒
34, -- ▒█▒▒▒█▒▒
238, -- ▒███▒███
119, -- ███▒███▒
68 -- ▒▒█▒▒▒█▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉj"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."\"モwD\"モwD"
--fillp(47133)
--107 'k' houndstooth
poke(0x5600+(8* 107),
96, -- ▒▒▒▒▒██▒
48, -- ▒▒▒▒██▒▒
24, -- ▒▒▒██▒▒▒
123, -- ██▒████▒
249, -- █▒▒█████
252, -- ▒▒██████
126, -- ▒██████▒
72 -- ▒▒▒█▒▒█▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉk"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."`0「{ンュ~H"
--108 'l' gingham
poke(0x5600+(8* 108),
160, -- ▒▒▒▒▒█▒█
80, -- ▒▒▒▒█▒█▒
160, -- ▒▒▒▒▒█▒█
245, -- █▒█▒████
250, -- ▒█▒█████
245, -- █▒█▒████
250, -- ▒█▒█████
80 -- ▒▒▒▒█▒█▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉl"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."きPきレッレッP"
--109 'm' plaid
poke(0x5600+(8* 109),
160, -- ▒▒▒▒▒█▒█
80, -- ▒▒▒▒█▒█▒
160, -- ▒▒▒▒▒█▒█
95, -- █████▒█▒
175, -- ████▒█▒█
95, -- █████▒█▒
175, -- ████▒█▒█
80 -- ▒▒▒▒█▒█▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉm"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."きPき_に_にP"
--110 'n' tartan
poke(0x5600+(8* 110),
176, -- ▒▒▒▒██▒█
176, -- ▒▒▒▒██▒█
176, -- ▒▒▒▒██▒█
255, -- ████████
255, -- ████████
176, -- ▒▒▒▒██▒█
255, -- ████████
176 -- ▒▒▒▒██▒█
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉn"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."ぬぬぬ◝◝ぬ◝ぬ"