aboutsummaryrefslogtreecommitdiff
path: root/src/Ui.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ui.txt')
-rw-r--r--src/Ui.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Ui.txt b/src/Ui.txt
index 2cf47aa..fb2a259 100644
--- a/src/Ui.txt
+++ b/src/Ui.txt
@@ -1,4 +1,4 @@
-DEFINE_DATA(TXT, Ui) =
+const TXT Ui =
{
0x05,0x00, // Text Format
0x04,0x0D, // Text DataSize
@@ -6,7 +6,7 @@ DEFINE_DATA(TXT, Ui) =
0x3D, // ItemsY
0x11, // ItemCharsX
0x01, // ItemCharsY
-BEGIN_DATA
+ {
'C','o','n','n','e','c','t','i','n','g', 0 , 0 , 0 , 0 , 0 , 0 , 0 ,
'L','i','n','e',' ','i','s',' ','b','u','s','y', 0 , 0 , 0 , 0 , 0 ,
'F','a','i','l','e','d','!', 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ,
@@ -68,5 +68,5 @@ BEGIN_DATA
'M','e','m','o','r','y',' ','i','s', 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ,
'f','u','l','l','!', 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ,
'N','e','v','e','r', 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0
-END_DATA
+ }
};