mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
2651401e6b
When prepending something to PATH, we should use PATH=/foo/bar:$PATH and not PATH=/foo/bar:PATH. Because your shell won't certainly find something under the literal name PATH. If one is not using devkitarm, TOOLCHAIN will resolve to an empty string. If TOOLCHAIN is an empty string the only search path for the modern gcc will be /bin which may work on some installations but is probably not what was originally intended with this line. So let's just search the standard search path if nothing can be found under $(TOOLCHAIN). Either way, PATH is already set up previously, so we can make sure MODERNCC is invoked properly by calling MODERNCC with PATH=$(PATH). |
||
---|---|---|
.github | ||
asm | ||
common_syms | ||
constants | ||
data | ||
docs | ||
gflib | ||
graphics | ||
include | ||
libagbsyscall | ||
sound | ||
src | ||
tools | ||
.gitattributes | ||
.gitignore | ||
asmdiff.ps1 | ||
asmdiff.sh | ||
build_tools.sh | ||
charmap.txt | ||
graphics_file_rules.mk | ||
INSTALL.md | ||
json_data_rules.mk | ||
ld_script_modern.txt | ||
ld_script.txt | ||
make_tools.mk | ||
Makefile | ||
map_data_rules.mk | ||
README.md | ||
rom.sha1 | ||
songs.mk | ||
spritesheet_rules.mk | ||
sym_bss.txt | ||
sym_common.txt | ||
sym_ewram.txt |
Pokémon Emerald
This is a decompilation of Pokémon Emerald.
It builds the following ROM:
- pokeemerald.gba
sha1: f3ae088181bf583e55daf962a92bb46f4f1d07b7
To set up the repository, see INSTALL.md.
See also
Other disassembly and/or decompilation projects:
- Pokémon Red and Blue
- Pokémon Gold and Silver (Space World '97 demo)
- Pokémon Yellow
- Pokémon Trading Card Game
- Pokémon Pinball
- Pokémon Stadium
- Pokémon Gold and Silver
- Pokémon Crystal
- Pokémon Ruby and Sapphire
- Pokémon Pinball: Ruby & Sapphire
- Pokémon FireRed and LeafGreen
- Pokémon Mystery Dungeon: Red Rescue Team