Browse code

Fixed broken strings

neauoire authored on 05/03/2021 21:58:43
Showing 4 changed files
... ...
@@ -21,8 +21,8 @@ BRK
21 21
 
22 22
 RTS                 
23 23
 
24
-@text1 [ Hello World 0a00 ] ( store text with a linebreak and null byte )
25
-@text2 [ Welcome to UxnVM 0a00 ]
24
+@text1 [ Hello 20 World 0a00 ] ( store text with a linebreak and null byte )
25
+@text2 [ Welcome 20 to 20 UxnVM 0a00 ]
26 26
 
27 27
 |c000 @FRAME
28 28
 |d000 @ERROR 
... ...
@@ -158,6 +158,10 @@ RTS
158 158
 
159 159
 @clear_icn   [ 0000 0000 0000 0000 ]
160 160
 @cursor_icn  [ 80c0 e0f0 f8e0 1000 ]
161
+@mouse0_icn  [ 7c82 92ee 8282 4438 ]
162
+@mouse1_icn  [ 7cf2 f2ee 8282 4438 ]
163
+@mouse2_icn  [ 7c9e 9eee 8282 4438 ]
164
+@mouse12_icn [ 7cfe feee 8282 4438 ]
161 165
 
162 166
 @polycat [
163 167
 	081c 3e3e 7f7f ffff 081c 3e3e 7f7f fffc
... ...
@@ -176,11 +180,6 @@ RTS
176 180
 	c0f0 f0e0 e080 8000 c0f1 faf9 fef8 b000
177 181
 ]
178 182
 
179
-@mouse0_icn  [ 7c82 92ee 8282 4438 ]
180
-@mouse1_icn  [ 7cf2 f2ee 8282 4438 ]
181
-@mouse2_icn  [ 7c9e 9eee 8282 4438 ]
182
-@mouse12_icn [ 7cfe feee 8282 4438 ]
183
-
184 183
 @font ( spectrum-zx font ) 
185 184
 [
186 185
 	0000 0000 0000 0000 0000 2400 7e3c 0000 0000 2400 3c42 0000 0000 6c7c 7c38 1000
... ...
@@ -217,7 +216,7 @@ RTS
217 216
 	0008 0808 0808 0800 0030 1008 0810 3000 0000 0032 4c00 0000 3c42 99a1 a199 423c
218 217
 ]
219 218
 
220
-@mouse0_text   [ no click 00 ]
219
+@mouse0_text   [ no 20 click 00 ]
221 220
 @mouse1_text   [ mouse 1_ 00 ]
222 221
 @mouse2_text   [ mouse _2 00 ]
223 222
 @mouse12_text  [ mouse 12 00 ]
... ...
@@ -121,9 +121,9 @@ RTS
121 121
 	0008 0808 0808 0800 0030 1008 0810 3000 0000 0032 4c00 0000 3c42 99a1 a199 423c
122 122
 ]
123 123
 
124
-@text1 [ Left Aligned 00 ]
125
-@text2 [ Middle Aligned 00 ]
126
-@text3 [ Right Aligned 00 ]
124
+@text1 [ Left 20 Aligned 00 ]
125
+@text2 [ Middle 20 Aligned 00 ]
126
+@text3 [ Right 20 Aligned 00 ]
127 127
 @text4 [ even 00 ]
128 128
 @text5 [ odd 00 ]
129 129
 
... ...
@@ -140,7 +140,7 @@ RTS
140 140
 	0008 0808 0808 0800 0030 1008 0810 3000 0000 0032 4c00 0000 3c42 99a1 a199 423c
141 141
 ]
142 142
 
143
-@text [ Label Text 00 ] ( add characters to memory )
143
+@text [ Label 20 Text 00 ] ( add characters to memory )
144 144
 
145 145
 |c000 @FRAME BRK 
146 146
 |d000 @ERROR BRK