A Kalos remake in Pokémon Emerald.
Find a file
Phlosioneer 18902219ad Fix make to look for .json files instead of folders
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.
2019-03-05 01:46:20 -05:00
.travis/calcrom change names -> symbols 2018-12-29 11:59:39 -05:00
asm port the rest of flying (leave 2 nonmatchings to egg) 2019-03-03 09:33:19 -06:00
common_syms Merge branch 'master' into main-menu-state-machine 2019-03-02 17:35:44 -05:00
constants improve checkplayergender calls 2018-12-28 08:22:21 -06:00
data Fix typos 2019-03-03 09:31:47 -06:00
graphics Document easy chat screen types 2019-02-27 12:55:29 -06:00
include Fix typos 2019-03-03 09:31:47 -06:00
sound Match se_t_ooame_e.mid 2018-11-20 18:10:25 -05:00
src port the rest of flying (leave 2 nonmatchings to egg) 2019-03-03 09:33:19 -06:00
tools Use strings for map json trainer_type and trainer_sight_or_berry_tree_id fields 2019-02-16 16:56:41 -06:00
.gitattributes Add json to list of LF line-end files 2019-02-05 14:35:31 -06:00
.gitignore Set up Makefile for MIDIs 2018-09-22 20:28:32 -05:00
.travis.yml Update devkitPro version in Travis 2019-01-21 14:04:07 -06:00
asmdiff.sh convert some constants to C headers 2017-12-05 11:55:48 -06:00
build_tools.sh convert mapjson.py to mapjson.cpp 2019-02-03 09:38:29 -06:00
charmap.txt Use normal apostrophes like adults 2018-12-07 10:41:08 -05:00
graphics_file_rules.mk Document battle ui 2018-11-22 01:10:50 +00:00
INSTALL.md Merge branch 'master' of https://github.com/garakmon/pokeemerald 2018-09-24 08:39:26 -04:00
ld_script.txt port the rest of flying (leave 2 nonmatchings to egg) 2019-03-03 09:33:19 -06:00
Makefile Ignore trigraph warning 2019-02-10 22:12:43 -05:00
map_data_rules.mk Fix make to look for .json files instead of folders 2019-03-05 01:46:20 -05:00
README.md Update Discord link. 2018-10-22 22:20:48 -04:00
rom.sha1 Make rom.sha1 lowercase to fix erroneous comparison results on *nix 2017-09-06 09:20:49 -04:00
songs.mk Match se_t_ooame_e.mid 2018-11-20 18:10:25 -05:00
spritesheet_rules.mk Rename OW Sprites 2018-10-14 15:49:55 -04:00
sym_bss.txt Revert "Obsolete common_syms and rewrite sym files, to keep up with pokeruby" 2019-01-24 14:18:01 -06:00
sym_common.txt Clean up ram vars 2019-02-02 12:44:00 +01:00
sym_ewram.txt Clean up ram vars 2019-02-02 12:44:00 +01:00

Pokémon Emerald

Build Status

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