mirror of
https://github.com/pret/pokeruby.git
synced 2024-11-23 13:09:40 +00:00
Decompilation of Pokémon Ruby/Sapphire
10e5474a65
The reported sample length in the aif header can differ from the actual length of the SSND chunk. The END marker was being misused to contain the reported length, but this still counts as a loop in aif2agb, even if the START marker is omitted (it defaults to the END value). Now the reported length is in the COMM chunk, which is more correct. |
||
---|---|---|
asm | ||
common_syms | ||
constants | ||
data | ||
graphics | ||
include | ||
sound | ||
src | ||
tools | ||
.gitattributes | ||
.gitignore | ||
build_tools.sh | ||
castform.mk | ||
charmap.txt | ||
compare-ruby.sh | ||
compare-sapphire.sh | ||
compare.sh | ||
fonts.mk | ||
generated.mk | ||
INSTALL.md | ||
ld_script.sed | ||
ld_script.txt | ||
Makefile | ||
misc.mk | ||
README.md | ||
ruby_rev1.sha1 | ||
ruby_rev2.sha1 | ||
ruby.sha1 | ||
sapphire_rev1.sha1 | ||
sapphire_rev2.sha1 | ||
sapphire.sha1 | ||
shared_syms.txt | ||
sym_bss.txt | ||
sym_common.txt | ||
sym_ewram.txt | ||
tilesets.mk |
Pokémon Ruby and Sapphire
This is a disassembly of Pokémon Ruby and Sapphire.
It builds the following roms:
- pokeruby.gba
sha1: f28b6ffc97847e94a6c21a63cacf633ee5c8df1e
- pokesapphire.gba
sha1: 3ccbbd45f8553c36463f13b938e833f652b793e4
To set up the repository, see INSTALL.md.
See also
irc: freenode#pret