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
2022-06-04 09:58:10 -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 Format! 2022-06-04 09:41:29 -04:00
bin_comp Fix bin_comp and factor out Patch struct to base lib. 2022-05-23 09:46:44 -04:00
enemize More backwards compatibility. 2022-06-04 09:58:10 -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