A Kalos remake in Pokémon Emerald.
Find a file
garakmon 9766108fbc adding agbcc include path
For some reason the headers for agbcc are being installed in
tools/agbcc instead of tools/agbcc/include. This is a simple
(potentially temporary) workaround.
2018-06-16 19:03:20 -04:00
.travis/calcrom Add calcrom discord webhook to travis 2018-06-16 11:39:54 -05:00
asm Split out movement radius in object_event macro 2018-06-15 07:49:21 -05:00
common_syms Update mauville_old_man.txt to fix warning 2018-05-10 21:49:51 -05:00
constants Get all map constants from include/ rather than constants/ 2018-06-15 07:49:21 -05:00
data Split out movement radius in object_event macro 2018-06-15 07:49:21 -05:00
graphics Rebrand 'map object' and 'field object' to 'event object' 2018-06-11 19:11:48 -05:00
include Get all map constants from include/ rather than constants/ 2018-06-15 07:49:21 -05:00
sound
src Get all map constants from include/ rather than constants/ 2018-06-15 07:49:21 -05:00
tools compiler fixes 2018-06-16 18:49:27 -04:00
.gitattributes
.gitignore
.travis.yml Add calcrom discord webhook to travis 2018-06-16 11:39:54 -05:00
asmdiff.sh
build_tools.sh Fix tool newlines 2018-01-21 04:11:43 -06:00
charmap.txt
graphics_file_rules.mk Rebrand 'map object' and 'field object' to 'event object' 2018-06-11 19:11:48 -05:00
INSTALL.md adding macOS install instructions 2018-06-16 18:49:53 -04:00
ld_script.sed
ld_script.txt Rebrand 'map object' and 'field object' to 'event object' 2018-06-11 19:11:48 -05:00
Makefile adding agbcc include path 2018-06-16 19:03:20 -04:00
README.md travis badge 2018-01-21 12:57:41 -05:00
rom.sha1
sym_bss.txt Update Makefile with help from devkitPro maintainers 2018-05-22 18:46:38 -05:00
sym_common.txt Rebrand 'map object' and 'field object' to 'event object' 2018-06-11 19:11:48 -05:00
sym_ewram.txt Bring all movement function names up-to-date with pokeruby 2018-06-13 17:51:26 -05: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