710 Commits

Author SHA1 Message Date
6293b937c2 Started moving msd related stuff to dcb-msd. 2021-08-07 19:24:32 +01:00
b5434499dc Removed dot generation.
Fixed swapped labels in `city00`.
Added values for unknown triggers, likely to do with game progression.
2021-08-07 17:54:51 +01:00
da0ab8b8db Added call conditions. 2021-08-07 17:40:00 +01:00
dd24925fd1 Now generating a .dot graph of all 'blocks' of the msd. 2021-08-07 17:04:14 +01:00
37ba47e20f Removed battle1 and battle2 as they aren't related to just battles. 2021-08-07 15:15:53 +01:00
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
1e60fd0b00 Various city00 specific values now have city00_ preprended to them. 2021-08-07 14:20:04 +01:00
ee5d34dd78 Added some battle cafe tai values. 2021-08-07 00:11:29 +01:00
177b9fe928 Updated consecutive wins value to reflect how it's used in all msds. 2021-08-06 23:58:20 +01:00
e3ae4762cf Now sharing values between all msds. 2021-08-06 23:55:40 +01:00
8b42a6df05 Added some more values. 2021-08-06 23:52:53 +01:00
26cec2a0c5 Added all data about arenas in city00.msd.
Now not running clippy until fuse building errors can be addressed.
2021-08-06 23:40:19 +01:00
4409e55d4d Added more labels and values to city00.msd. 2021-08-06 23:07:19 +01:00
25396dc1c8 Sorted city00 labels and added one. 2021-08-06 21:59:03 +01:00
2edd0137bc Added more labels and values for city00. 2021-08-06 21:57:46 +01:00
ecae601b54 Added some more values to city00.msd.
Although they might be shared, so this might be renamed to just `msd.values` in the future.
2021-08-06 21:33:50 +01:00
69d57f27c0 Added labels + values of CITY00.MSD. 2021-08-06 21:22:42 +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
ea8332abe9 Updated to rustc 1.56.0-nightly. 2021-08-05 19:48:03 +01:00
9cc1a8fc24 Removed unintended "~" string in fonz's example. 2021-08-04 19:32:15 +01:00
994d3dbe10 Added fonz's card rebalance. 2021-08-04 19:31:40 +01:00
481b5ca737 Updated dcb-deck-editor to 0.1.1. deck-editor-0.1.1 2021-08-04 19:11:13 +01:00
b6ab14b8a0 Added ability to import / export to dcb-deck-editor. 2021-08-04 19:10:51 +01:00
d935865c59 Updated dcb-card-editor to 0.1.5. card-editor-0.1.5 2021-08-04 19:05:38 +01:00
cdb619fd1a Added ability to import / export to dcb-card-editor. 2021-08-04 19:04:47 +01:00
c18c3d7b62 Updated README.md. 2021-08-04 18:53:24 +01:00
a5b9231c24 Added statfs implementation. 2021-07-20 16:38:37 +01:00
81eac74cda Updated zutil to 8c9cb2d. 2021-07-20 16:34:28 +01:00
0d30fa4764 Added experimental drv-fuse filesystem wrapper. 2021-07-15 04:34:25 +01:00
e2d1696bc5 DirEntryKind is now Copy.
Added `DirEntryKind::sector_pos`.
`DirEntryPtr::{dir, entry}` are now public.
2021-07-15 04:31:08 +01:00
508db2a680 Added test to write and read directory entries.
Fixed `DirPtr::read_entries` returning `Err` on eof.
2021-07-15 00:51:25 +01:00
f05823f60c Split dcb_drv::ptr into 3 modules, each for it's own pointer. 2021-07-15 00:26:14 +01:00
2f2fa0d140 Added todo to DirPtr::find's ParentDir implementation. 2021-07-15 00:12:54 +01:00
360b7a946b Now using specific commits for git dependencies. 2021-07-15 00:08:59 +01:00
1cb745303b Updated to newest zutil. 2021-07-15 00:01:50 +01:00
fce1f9bc28 Fixed wrong doc links. 2021-07-09 20:42:17 +01:00
d632700b22 Removed buttons Export and Import temporarily. 2021-07-09 20:36:40 +01:00
587568458a All files have been run through cargo fmt after dcb-util -> zutil change. 2021-07-01 02:56:54 +01:00
8044ddb201 Now using zutil instead of dcb-util.
`Cargo.toml` files are now formatted.
2021-07-01 02:51:32 +01:00
4bb0ef784b Updated card editor to 0.1.4 card-editor-0.1.4 2021-06-14 05:24:09 +01:00