You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Simon Bruder 06d031b3fa
document firered’s mysterious build failure
2 years ago
agbcc agbcc: init at unstable-2021-12-31 2 years ago
pokeall pokeall: init 2 years ago
pokecrystal pokecrystal: init at unstable-2021-07-20 2 years ago
pokeemerald pokeemerald: init at unstable-2021-08-05 2 years ago
pokefirered pokefirered: init at unstable-2021-08-01 2 years ago
pokegold pokegold: init at unstable-2021-07-20 2 years ago
pokered pokered: init at unstable-2021-08-01 2 years ago
pokeruby pokeruby: init at unstable-2021-07-16 2 years ago
pokeyellow pokeyellow: init at unstable-2021-06-20 2 years ago
.envrc init 2 years ago
.gitignore init 2 years ago
LICENSE init 2 years ago
README.md document firered’s mysterious build failure 2 years ago
default.nix pokeemerald: init at unstable-2021-08-05 2 years ago
flake.lock init 2 years ago
flake.nix agbcc: init at unstable-2021-12-31 2 years ago

README.md

pokegb-nix

A nixpkgs overlay for compiling/assembling Game Boy Pokémon ROMs.

Usage

If you have a Nix version with flake support, simply run a command like this:

nix build ".#pokegb/red" # builds Pokémon Red/Blue
nix build ".#pokegb/all" # builds all ROMs into one directory

For the legacy Nix UI you can use a command like this:

nix-build -E 'import <nixpkgs> { overlays = [ (import ./default.nix) ]; }' -A pokegb.red

If you do not allow unfree packages globally, you might have to run the command with the environment variable NIXPKGS_ALLOW_UNFREE=1 set.

You can find a list of all packages provided by this overlay in default.nix.

FAQ

FireRed fails to build

For an unknown reason, FireRed fails to build sometimes without an error at arm-none-eabi-objcopy -O binary --gap-fill 0xFF --pad-to 0x9000000 pokefirered_rev1.elf pokefirered_rev1.gba. Restarting the build a few times should produce a succeeding build.

License

The MIT License

This only applies to the package expressions, not the built packages. Patches may also be licensed differently, since they may be derivative works of the packages to which they apply.

Disclaimer

This project is not affiliated with Nintendo or any of its subsidiaries. Pokémon is a registered trademark of Nintendo.