Rust port of https://github.com/Ijwu/Enemizer. Because I can't package that C# project for nixpkgs and use it locally.
Find a file
Lyle Mantooth 4972986fee
Fix byte indexes.
And standardize on lower-case hexadecimal.
2022-06-04 14:39:11 -04:00
.github/workflows Initial commit. 2022-05-22 12:31:39 -04:00
assembly/src Copy ASM files, etc. from parent project. 2022-05-23 09:47:51 -04:00
base_patch_generator PatchSet only serializes patches to the file. 2022-06-04 14:35:44 -04:00
bin_comp Fix bin_comp and factor out Patch struct to base lib. 2022-05-23 09:46:44 -04:00
enemize Fix byte indexes. 2022-06-04 14:39:11 -04:00
.gitignore Make it easy to generate necessary artifacts to run enemize-rs. 2022-06-04 09:36:08 -04:00
Cargo.lock Begin loading ROM data for randomization. 2022-05-31 22:48:45 -04:00
Cargo.toml Begin loading ROM data for randomization. 2022-05-31 22:48:45 -04:00
default.nix Initial commit. 2022-05-22 12:31:39 -04:00
flake.lock Get asar in the right spot. 2022-05-22 12:58:24 -04:00
flake.nix Need cc to compile serde. 2022-05-22 12:58:35 -04:00
LICENSE.txt Use MIT License for my own code. 2022-05-23 09:57:16 -04:00
prepare.sh Make it easy to generate necessary artifacts to run enemize-rs. 2022-06-04 09:36:08 -04:00
shell.nix Initial commit. 2022-05-22 12:31:39 -04:00