Fixed broken strings
This commit is contained in:
parent
b20c150922
commit
5e6edf7035
|
@ -21,8 +21,8 @@ BRK
|
||||||
|
|
||||||
RTS
|
RTS
|
||||||
|
|
||||||
@text1 [ Hello World 0a00 ] ( store text with a linebreak and null byte )
|
@text1 [ Hello 20 World 0a00 ] ( store text with a linebreak and null byte )
|
||||||
@text2 [ Welcome to UxnVM 0a00 ]
|
@text2 [ Welcome 20 to 20 UxnVM 0a00 ]
|
||||||
|
|
||||||
|c000 @FRAME
|
|c000 @FRAME
|
||||||
|d000 @ERROR
|
|d000 @ERROR
|
||||||
|
|
|
@ -158,6 +158,10 @@ RTS
|
||||||
|
|
||||||
@clear_icn [ 0000 0000 0000 0000 ]
|
@clear_icn [ 0000 0000 0000 0000 ]
|
||||||
@cursor_icn [ 80c0 e0f0 f8e0 1000 ]
|
@cursor_icn [ 80c0 e0f0 f8e0 1000 ]
|
||||||
|
@mouse0_icn [ 7c82 92ee 8282 4438 ]
|
||||||
|
@mouse1_icn [ 7cf2 f2ee 8282 4438 ]
|
||||||
|
@mouse2_icn [ 7c9e 9eee 8282 4438 ]
|
||||||
|
@mouse12_icn [ 7cfe feee 8282 4438 ]
|
||||||
|
|
||||||
@polycat [
|
@polycat [
|
||||||
081c 3e3e 7f7f ffff 081c 3e3e 7f7f fffc
|
081c 3e3e 7f7f ffff 081c 3e3e 7f7f fffc
|
||||||
|
@ -176,11 +180,6 @@ RTS
|
||||||
c0f0 f0e0 e080 8000 c0f1 faf9 fef8 b000
|
c0f0 f0e0 e080 8000 c0f1 faf9 fef8 b000
|
||||||
]
|
]
|
||||||
|
|
||||||
@mouse0_icn [ 7c82 92ee 8282 4438 ]
|
|
||||||
@mouse1_icn [ 7cf2 f2ee 8282 4438 ]
|
|
||||||
@mouse2_icn [ 7c9e 9eee 8282 4438 ]
|
|
||||||
@mouse12_icn [ 7cfe feee 8282 4438 ]
|
|
||||||
|
|
||||||
@font ( spectrum-zx font )
|
@font ( spectrum-zx font )
|
||||||
[
|
[
|
||||||
0000 0000 0000 0000 0000 2400 7e3c 0000 0000 2400 3c42 0000 0000 6c7c 7c38 1000
|
0000 0000 0000 0000 0000 2400 7e3c 0000 0000 2400 3c42 0000 0000 6c7c 7c38 1000
|
||||||
|
@ -217,7 +216,7 @@ RTS
|
||||||
0008 0808 0808 0800 0030 1008 0810 3000 0000 0032 4c00 0000 3c42 99a1 a199 423c
|
0008 0808 0808 0800 0030 1008 0810 3000 0000 0032 4c00 0000 3c42 99a1 a199 423c
|
||||||
]
|
]
|
||||||
|
|
||||||
@mouse0_text [ no click 00 ]
|
@mouse0_text [ no 20 click 00 ]
|
||||||
@mouse1_text [ mouse 1_ 00 ]
|
@mouse1_text [ mouse 1_ 00 ]
|
||||||
@mouse2_text [ mouse _2 00 ]
|
@mouse2_text [ mouse _2 00 ]
|
||||||
@mouse12_text [ mouse 12 00 ]
|
@mouse12_text [ mouse 12 00 ]
|
||||||
|
|
|
@ -121,9 +121,9 @@ RTS
|
||||||
0008 0808 0808 0800 0030 1008 0810 3000 0000 0032 4c00 0000 3c42 99a1 a199 423c
|
0008 0808 0808 0800 0030 1008 0810 3000 0000 0032 4c00 0000 3c42 99a1 a199 423c
|
||||||
]
|
]
|
||||||
|
|
||||||
@text1 [ Left Aligned 00 ]
|
@text1 [ Left 20 Aligned 00 ]
|
||||||
@text2 [ Middle Aligned 00 ]
|
@text2 [ Middle 20 Aligned 00 ]
|
||||||
@text3 [ Right Aligned 00 ]
|
@text3 [ Right 20 Aligned 00 ]
|
||||||
@text4 [ even 00 ]
|
@text4 [ even 00 ]
|
||||||
@text5 [ odd 00 ]
|
@text5 [ odd 00 ]
|
||||||
|
|
||||||
|
|
|
@ -140,7 +140,7 @@ RTS
|
||||||
0008 0808 0808 0800 0030 1008 0810 3000 0000 0032 4c00 0000 3c42 99a1 a199 423c
|
0008 0808 0808 0800 0030 1008 0810 3000 0000 0032 4c00 0000 3c42 99a1 a199 423c
|
||||||
]
|
]
|
||||||
|
|
||||||
@text [ Label Text 00 ] ( add characters to memory )
|
@text [ Label 20 Text 00 ] ( add characters to memory )
|
||||||
|
|
||||||
|c000 @FRAME BRK
|
|c000 @FRAME BRK
|
||||||
|d000 @ERROR BRK
|
|d000 @ERROR BRK
|
||||||
|
|
Loading…
Reference in New Issue