Skip to content

Commit 98b858b

Browse files
committed
Simplify and consolidate code
This cleans up a significant amount of the AI slop when the page was first created (in order to expedite development...or I should say, attempt to). This significantly reduces the pointless special-casing done by the AI.
1 parent 454ebde commit 98b858b

File tree

2 files changed

+102
-259
lines changed

2 files changed

+102
-259
lines changed

_data/spec.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"start": "0x2B",
6161
"length": 32,
6262
"usage": "display",
63-
"examples": ["Blue", "Electric Watermelon"],
63+
"examples": ["White", "Blue", "Electric Watermelon"],
6464
"description": "Color in plain text."
6565
},
6666
{
@@ -218,7 +218,7 @@
218218
"name": "Manufacture Date",
219219
"id": "mfg_date",
220220
"unit": "YYYY,MM,DD",
221-
"type": "int[4]",
221+
"type": "date",
222222
"start": "0xA0",
223223
"length": 4,
224224
"usage": "display",
@@ -229,7 +229,7 @@
229229
"name": "Manufacture Time",
230230
"id": "mfg_time",
231231
"unit": "UTC hh:mm:ss",
232-
"type": "int[3]",
232+
"type": "time",
233233
"start": "0xA4",
234234
"length": 3,
235235
"usage": "display",

0 commit comments

Comments
 (0)