Go to file
2018-11-23 22:26:36 +01:00
.travis/calcrom Fetch calcrom webhook details from travis environment 2018-06-16 18:50:31 -05:00
asm Merge branch 'master' into battle_engine_v2 2018-11-19 20:42:07 +01:00
common_syms apprentice and factory screen common symbols 2018-11-19 18:06:15 +01:00
constants Get all map constants from include/ rather than constants/ 2018-06-15 07:49:21 -05:00
data Update battle_anim_scripts.s 2018-11-21 18:27:35 -03:00
graphics merge with master 2018-11-02 22:55:32 +01:00
include Merge branch 'master' into battle_engine_v2 2018-11-23 21:40:06 +01:00
sound Match se_t_ooame_e.mid 2018-11-20 18:10:25 -05:00
src Fix Teleport in double wild battles 2018-11-23 22:26:36 +01:00
tools label a flag in the asm 2018-10-17 08:55:09 -04:00
.gitattributes correct gitattributes assignment of languages. 2017-09-22 21:07:12 -04:00
.gitignore Set up Makefile for MIDIs 2018-09-22 20:28:32 -05:00
.travis.yml Update devkitARM to r49 2018-08-29 23:48:35 -05:00
asmdiff.sh convert some constants to C headers 2017-12-05 11:55:48 -06:00
build_tools.sh Set up Makefile for MIDIs 2018-09-22 20:28:32 -05:00
charmap.txt Implement double wild battle functionality 2018-10-15 21:19:52 +02:00
graphics_file_rules.mk Add Fairy Type icon 2018-09-16 10:45:22 +02:00
INSTALL.md Merge branch 'master' of https://github.com/garakmon/pokeemerald 2018-09-24 08:39:26 -04:00
ld_script.sed use ramscrgen 2016-11-01 17:36:37 -05:00
ld_script.txt Merge branch 'master' into battle_engine_v2 2018-11-23 21:40:06 +01:00
Makefile Merge pull request #384 from garakmon/subdirs 2018-11-15 14:25:21 -06: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 Decompile mossdeep hym 2018-11-19 17:16:01 +01:00
sym_common.txt tabs to spaces 2018-11-19 20:25:09 +01:00
sym_ewram.txt Move vars to battle_main.c 2018-11-19 17:36:39 +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