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-05-29 19:16:49 -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
bin_comp Fix bin_comp and factor out Patch struct to base lib. 2022-05-23 09:46:44 -04:00
enemize Understand better how SNES addressing works. 2022-05-29 19:16:49 -04:00
.gitignore Ignore generated files. 2022-05-24 22:49:58 -04:00
Cargo.lock Add RomData, OptionFlags, and enums for them. 2022-05-29 10:22:34 -04:00
Cargo.toml Initial commit. 2022-05-22 12:31:39 -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
shell.nix Initial commit. 2022-05-22 12:31:39 -04:00