-
Notifications
You must be signed in to change notification settings - Fork 2
/
dashes.p8.lua
177 lines (164 loc) · 5.63 KB
/
dashes.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
--dashes - 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' horizontaldensetrellis
poke(0x5600+(8* 97),
204, -- ▒▒██▒▒██
0, -- ▒▒▒▒▒▒▒▒
51, -- ██▒▒██▒▒
0, -- ▒▒▒▒▒▒▒▒
204, -- ▒▒██▒▒██
0, -- ▒▒▒▒▒▒▒▒
51, -- ██▒▒██▒▒
0 -- ▒▒▒▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉa"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."ア\0003\0ア\0003\0"
--fillp(53055)
--98 'b' horizontaldensedotdash
poke(0x5600+(8* 98),
85, -- █▒█▒█▒█▒
0, -- ▒▒▒▒▒▒▒▒
119, -- ███▒███▒
0, -- ▒▒▒▒▒▒▒▒
85, -- █▒█▒█▒█▒
0, -- ▒▒▒▒▒▒▒▒
119, -- ███▒███▒
0 -- ▒▒▒▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉb"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."U\0w\0U\0w\0"
--fillp(24351)
--99 'c' horizontaldash
poke(0x5600+(8* 99),
0, -- ▒▒▒▒▒▒▒▒
0, -- ▒▒▒▒▒▒▒▒
240, -- ▒▒▒▒████
0, -- ▒▒▒▒▒▒▒▒
0, -- ▒▒▒▒▒▒▒▒
0, -- ▒▒▒▒▒▒▒▒
15, -- ████▒▒▒▒
0 -- ▒▒▒▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉc"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."\0\0ユ\0\0\0ᶠ\0"
--100 'd' horizontaldashmini
poke(0x5600+(8* 100),
0, -- ▒▒▒▒▒▒▒▒
0, -- ▒▒▒▒▒▒▒▒
51, -- ██▒▒██▒▒
0, -- ▒▒▒▒▒▒▒▒
0, -- ▒▒▒▒▒▒▒▒
0, -- ▒▒▒▒▒▒▒▒
51, -- ██▒▒██▒▒
0 -- ▒▒▒▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉd"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."\0\0003\0\0\0003\0"
--fillp(65343)
--101 'e' verticaldash
poke(0x5600+(8* 101),
1, -- █▒▒▒▒▒▒▒
1, -- █▒▒▒▒▒▒▒
1, -- █▒▒▒▒▒▒▒
1, -- █▒▒▒▒▒▒▒
16, -- ▒▒▒▒█▒▒▒
16, -- ▒▒▒▒█▒▒▒
16, -- ▒▒▒▒█▒▒▒
16 -- ▒▒▒▒█▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉe"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."¹¹¹¹▮▮▮▮"
--102 'f' dexterdash
poke(0x5600+(8* 102),
0, -- ▒▒▒▒▒▒▒▒
0, -- ▒▒▒▒▒▒▒▒
68, -- ▒▒█▒▒▒█▒
136, -- ▒▒▒█▒▒▒█
17, -- █▒▒▒█▒▒▒
34, -- ▒█▒▒▒█▒▒
0, -- ▒▒▒▒▒▒▒▒
0 -- ▒▒▒▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉf"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."\0\0D☉■\"\0\0"
--103 'g' dextersparsedash
poke(0x5600+(8* 103),
1, -- █▒▒▒▒▒▒▒
2, -- ▒█▒▒▒▒▒▒
4, -- ▒▒█▒▒▒▒▒
0, -- ▒▒▒▒▒▒▒▒
0, -- ▒▒▒▒▒▒▒▒
32, -- ▒▒▒▒▒█▒▒
64, -- ▒▒▒▒▒▒█▒
128 -- ▒▒▒▒▒▒▒█
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉg"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."¹²⁴\0\0 @█"
--104 'h' sinisterdash
poke(0x5600+(8* 104),
0, -- ▒▒▒▒▒▒▒▒
0, -- ▒▒▒▒▒▒▒▒
34, -- ▒█▒▒▒█▒▒
17, -- █▒▒▒█▒▒▒
136, -- ▒▒▒█▒▒▒█
68, -- ▒▒█▒▒▒█▒
0, -- ▒▒▒▒▒▒▒▒
0 -- ▒▒▒▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉh"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."\0\0\"■☉D\0\0"
--105 'i' sinistersparsedash
poke(0x5600+(8* 105),
128, -- ▒▒▒▒▒▒▒█
64, -- ▒▒▒▒▒▒█▒
32, -- ▒▒▒▒▒█▒▒
0, -- ▒▒▒▒▒▒▒▒
0, -- ▒▒▒▒▒▒▒▒
4, -- ▒▒█▒▒▒▒▒
2, -- ▒█▒▒▒▒▒▒
1 -- █▒▒▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉi"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."█@ \0\0⁴²¹"
--106 'j' alternatingdash
poke(0x5600+(8* 106),
1, -- █▒▒▒▒▒▒▒
2, -- ▒█▒▒▒▒▒▒
4, -- ▒▒█▒▒▒▒▒
0, -- ▒▒▒▒▒▒▒▒
64, -- ▒▒▒▒▒▒█▒
32, -- ▒▒▒▒▒█▒▒
16, -- ▒▒▒▒█▒▒▒
0 -- ▒▒▒▒▒▒▒▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉj"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."¹²⁴\0@ ▮\0"
--107 'k' alternatingdashdouble
poke(0x5600+(8* 107),
51, -- ██▒▒██▒▒
6, -- ▒██▒▒▒▒▒
204, -- ▒▒██▒▒██
129, -- █▒▒▒▒▒▒█
51, -- ██▒▒██▒▒
24, -- ▒▒▒██▒▒▒
204, -- ▒▒██▒▒██
96 -- ▒▒▒▒▒██▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉk"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."3⁶ア▒3「ア`"
--108 'l' alternatingdashmini
poke(0x5600+(8* 108),
17, -- █▒▒▒█▒▒▒
34, -- ▒█▒▒▒█▒▒
136, -- ▒▒▒█▒▒▒█
68, -- ▒▒█▒▒▒█▒
17, -- █▒▒▒█▒▒▒
34, -- ▒█▒▒▒█▒▒
136, -- ▒▒▒█▒▒▒█
68 -- ▒▒█▒▒▒█▒
)
-->spr0: print"⁶@56000003⁸x⁸⁶c0ᵉl"for i=0,448,64do memcpy(i,24576+i,4)end cstore()
--magic: ?"⁶rw¹シ⁶.".."■\"☉D■\"☉D"
--fillp(31725)