A Kalos remake in Pokémon Emerald.
Find a file
Papa Cancer 3cde800bd0 Magnetic Flux + Gear Up
Both have the same effect so they're in one commit. Uses custom script to check both user and partner for stats and abilities.
Magnetic Flux uses Charge animation.
2019-04-20 20:17:56 +01:00
.travis/calcrom Fix symbol overcounting, add partial symbols 2019-03-03 15:02:26 -05:00
asm Magnetic Flux + Gear Up 2019-04-20 20:17:56 +01:00
common_syms Document some faraway_island code 2019-03-31 14:09:40 -05:00
constants improve checkplayergender calls 2018-12-28 08:22:21 -06:00
data Magnetic Flux + Gear Up 2019-04-20 20:17:56 +01:00
graphics Remove new items data from battle engine 2019-04-13 14:02:04 +02:00
include Magnetic Flux + Gear Up 2019-04-20 20:17:56 +01:00
sound Update se_z_search.mid 2019-03-24 16:37:27 -05:00
src Magnetic Flux + Gear Up 2019-04-20 20:17:56 +01:00
tools Fix warning for extra parens (#646) 2019-04-01 19:27:55 -05:00
.gitattributes Add json to list of LF line-end files 2019-02-05 14:35:31 -06:00
.gitignore Update .gitignore 2019-04-08 17:30:10 -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 Merge with master 2019-04-13 13:42:44 +02:00
graphics_file_rules.mk Merge with master 2019-04-06 20:43:13 +02:00
INSTALL.md add troubleshooting line in INSTALL.md 2019-03-16 12:27:30 -05:00
ld_script.txt Merge with master 2019-04-08 09:37:41 +02:00
Makefile Support absolute paths 2019-03-07 08:46:55 -06: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 Update se_z_search.mid 2019-03-24 16:37:27 -05:00
spritesheet_rules.mk Rename OW Sprites 2018-10-14 15:49:55 -04:00
sym_bss.txt Documentation of ereader_helpers, 1 2019-04-04 19:26:45 -05:00
sym_common.txt Give battle_anim files appropriate names 2019-03-31 12:15:39 -05:00
sym_ewram.txt First round of fixes 2019-04-07 18:31:01 -04: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