pokefirered icon indicating copy to clipboard operation
pokefirered copied to clipboard

Decompilation of Pokémon FireRed/LeafGreen

Results 30 pokefirered issues
Sort by recently updated
recently updated
newest added

Apple Silicon Macs new default bash installs Homebrew in a different directory than Intel macs, and thus breaks compatibility of some of the build commands as libpng would be installed...

Since the window ID is used as the index to gTextPrinters, it stands to reason that window IDs and text printer IDs are one and the same. This attempts to...

As in pokeemerald: - Move cries into own directory - Move cry tables into own file

For general use with clangd without requiring CMake, Ninja, etc.

Add installation instructions for Arch Linux

Simplified the line-reading function to use `fgets()` which handles windows/unix line endings internally. Simplified the main palette-reading function, and consolidated all the error checking logic in it. I added checks...

When using the -j parameter with "make leafgreen", I'm getting the following make warning about it using -j1. `make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.`...

Ported this from pokeemerald: https://github.com/pret/pokeemerald/pull/1952 No dependencies on other PRs ## Description - The linkerscript should warn if memory bounds are exceeded. - Running `make` now prints memory usages Example...

* Removed stray references to Travis CI from README.md and tweaked the document a bit * Fixed the commented internal audio filename strings from https://github.com/pret/pokefirered/pull/356