Pokémon Romhack Base, based off pret's pokeemerald decompilation. See the wiki for more info.
Go to file
Phlosioneer e90e3458cb Document the regi* code more
Fixed some confusing naming, named some unknown symbols, and fixed the
names of some flags.
2019-02-15 18:24:55 -05:00
.travis/calcrom change names -> symbols 2018-12-29 11:59:39 -05:00
asm Fix two battle scripting macros 2019-02-14 13:05:49 +01:00
common_syms Clean up ram vars 2019-02-02 12:44:00 +01:00
constants
data Document the regi* code more 2019-02-15 18:24:55 -05:00
graphics Document battle arena 2019-02-08 09:41:36 -06:00
include Document the regi* code more 2019-02-15 18:24:55 -05:00
sound
src Document the regi* code more 2019-02-15 18:24:55 -05:00
tools Fix C comment consumption logic 2019-02-13 21:55:39 -06:00
.gitattributes Add json to list of LF line-end files 2019-02-05 14:35:31 -06:00
.gitignore
.travis.yml Update devkitPro version in Travis 2019-01-21 14:04:07 -06:00
asmdiff.sh
build_tools.sh convert mapjson.py to mapjson.cpp 2019-02-03 09:38:29 -06:00
charmap.txt
graphics_file_rules.mk
INSTALL.md
ld_script.txt Dump last battle anim file 2019-02-02 11:55:11 +01:00
Makefile Ignore trigraph warning 2019-02-10 22:12:43 -05:00
map_data_rules.mk Cleanup and add game version flag to mapjson tool 2019-02-04 17:28:45 -06:00
porymap.project.cfg Document more battle pyramid 2019-02-07 11:51:03 -06:00
README.md
rom.sha1
songs.mk
spritesheet_rules.mk
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