29 Commits

Author SHA1 Message Date
0a22cc89e5 Added Reset. 2021-08-07 15:15:00 +01:00
7ceae0d4b8 Bytes of commands aren't printed anymore.
Added labels for `city01`.
Added values for `city01`.
2021-08-07 14:59:15 +01:00
e3ae4762cf Now sharing values between all msds. 2021-08-06 23:55:40 +01:00
29e4cab820 Started work on figuring out jump variables. 2021-08-06 21:17:24 +01:00
d58c5dc90d Figured out set value operation. 2021-08-06 21:14:17 +01:00
9ac6dbfa19 Updated SetValue's possible value0 values. 2021-08-06 21:02:47 +01:00
dc47e015ed Merged Unknown0a's kind and value together. 2021-08-06 21:01:10 +01:00
de2ea0facf Some kinds are now read as a single u16.
Renamed `Test.value0` to `var`, as per other commands that use variables.
2021-08-06 20:58:34 +01:00
79def41250 Renamed Test.value0 to var, as per other commands that use variables. 2021-08-06 19:49:12 +01:00
45f31aee40 Label and value files are now optional. 2021-08-06 19:14:17 +01:00
8c957bb643 Added getting labels and value names from file in dcb-unmsd.
Renamed `ChoiceJump` to `Test`.
2021-08-06 19:10:45 +01:00
3bf6616a0b Changing naming scheme for msd files. 2021-08-06 01:07:03 +01:00
8db33b9868 Added mode commands to msd decoding.
Updated format of `msd` decoding.
2021-08-06 00:39:57 +01:00
81eac74cda Updated zutil to 8c9cb2d. 2021-07-20 16:34:28 +01:00
360b7a946b Now using specific commits for git dependencies. 2021-07-15 00:08:59 +01:00
8044ddb201 Now using zutil instead of dcb-util.
`Cargo.toml` files are now formatted.
2021-07-01 02:51:32 +01:00
fcbfcb5666 Now using Shift-JIS for text handling. 2021-06-03 14:52:13 +01:00
0b70130a1b Fixed weird issue with rust-analyzer encountering an impl overflow over this line. 2021-06-01 07:18:07 +01:00
2626eb23a5 Added extra SetBrightness kind. 2021-05-20 17:17:36 +01:00
0fcf06ae82 Experimenting with display scene labels. 2021-05-19 19:10:39 +01:00
489c8741ac Moved menu button parsing to it's own method. 2021-05-19 15:52:43 +01:00
325a35e0b5 Added labels. 2021-05-19 15:38:35 +01:00
c0d7ef0667 Buttons are now decoded with quotes surrounding them. 2021-05-19 15:27:25 +01:00
3fe6b0ee0c Fixed set_buffer commands not having their arguments stringified. 2021-05-19 15:17:40 +01:00
5ea13207a9 Merged menus isn't a single pseudo-instruction. 2021-05-19 15:08:15 +01:00
ee9fa32c2d Joined both "Yes" and "No" buttons for each menu. 2021-05-19 14:52:21 +01:00
da24883f9a Figured out all of the menu buttons. 2021-05-19 14:46:13 +01:00
f2612b1689 dcb-unmsd now works as a state machine. 2021-05-19 14:26:59 +01:00
5ef361f58b Added primitive msd extractor. 2021-05-17 23:00:14 +01:00