mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-09 04:13:03 -05:00
Decompilation of Pokémon Emerald
* partially decompile battle_ai.c up to tai60_unk * nonmatching tai60_unk * decompile more of battle_ai.c * formatting * finish porting battle_ai.c * formatting * decompile up to nonmatching VBlankIntr * finish decompiling main.c * formatting |
||
|---|---|---|
| asm | ||
| common_syms | ||
| constants | ||
| data | ||
| graphics | ||
| include | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| charmap.txt | ||
| graphics_file_rules.mk | ||
| INSTALL.md | ||
| ld_script.sed | ||
| ld_script.txt | ||
| Makefile | ||
| README.md | ||
| rom.sha1 | ||
| sym_bss.txt | ||
| sym_common.txt | ||
| sym_ewram.txt | ||
Pokémon Emerald
This is a disassembly of Pokémon Emerald.
It builds the following rom:
- pokeemerald.gba
sha1: f3ae088181bf583e55daf962a92bb46f4f1d07b7
To set up the repository, see INSTALL.md.