Rust port of https://github.com/Ijwu/Enemizer. Because I can't package that C# project for nixpkgs and use it locally.
 
 
 
 
Go to file
Lyle Mantooth b343a0cb80
Add Overworld locations.
Refactor dungeon module to locations to reflect what it contains.
2022-06-12 15:17:54 -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 Bake enemizer base patch and asar symbols into executable. 2022-06-04 15:29:02 -04:00
bin_comp Fix bin_comp and factor out Patch struct to base lib. 2022-05-23 09:46:44 -04:00
enemize Add Overworld locations. 2022-06-12 15:17:54 -04:00
.gitignore Make it easy to generate necessary artifacts to run enemize-rs. 2022-06-04 09:36:08 -04:00
Cargo.lock Add graph data. 2022-06-10 11:49:07 -04:00
Cargo.toml Begin loading ROM data for randomization. 2022-05-31 22:48:45 -04:00
LICENSE.txt Use MIT License for my own code. 2022-05-23 09:57:16 -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
prepare.sh Put the enemizer base patch next to the executable. 2022-06-04 15:27:28 -04:00
shell.nix Initial commit. 2022-05-22 12:31:39 -04:00