A Kalos remake in Pokémon Emerald.
![]() Currently, when Make is building the maps, it considers every folder in the data/maps/ directory as a map that needs to be built, even folders that are empty. This can be a problem when modding on a separate branch, because git doesn't always clean up directories when switching branches (usually because of hidden files in those directories), so switching back to an unmodded branch will leave an empty folder that confuses make. This commit changes the makefile so that it only checks directories that have map.json files in them. |
||
---|---|---|
.travis/calcrom | ||
asm | ||
common_syms | ||
constants | ||
data | ||
graphics | ||
include | ||
sound | ||
src | ||
tools | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
asmdiff.sh | ||
build_tools.sh | ||
charmap.txt | ||
graphics_file_rules.mk | ||
INSTALL.md | ||
ld_script.txt | ||
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 disassembly of Pokémon Emerald.
It builds the following rom:
- pokeemerald.gba
sha1: f3ae088181bf583e55daf962a92bb46f4f1d07b7
To set up the repository, see INSTALL.md.
See also
- Disassembly of Pokémon Red/Blue
- Disassembly of Pokémon Yellow
- Disassembly of Pokémon Gold
- Disassembly of Pokémon Crystal
- Disassembly of Pokémon Pinball
- Disassembly of Pokémon TCG
- Disassembly of Pokémon Ruby
- Disassembly of Pokémon Fire Red
- Discord: pret
- irc: irc.freenode.net #pret