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
2018-12-29 11:59:39 -05:00
2018-12-28 08:22:21 -06:00
2019-03-03 09:31:47 -06:00
2019-02-27 12:55:29 -06:00
2019-03-03 09:31:47 -06:00
2018-11-20 18:10:25 -05:00
2018-09-22 20:28:32 -05:00
2019-01-21 14:04:07 -06:00
2017-12-05 11:55:48 -06:00
2018-12-07 10:41:08 -05:00
2018-11-22 01:10:50 +00:00
2019-02-10 22:12:43 -05:00
2018-10-22 22:20:48 -04:00
2018-11-20 18:10:25 -05:00
2018-10-14 15:49:55 -04:00
2019-02-02 12:44:00 +01:00
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

Description
No description provided
Readme 235 MiB
Languages
C 79.9%
Assembly 16.7%
C++ 3.1%
Makefile 0.3%