Pokémon Romhack Base, based off pret's pokeemerald decompilation. See the wiki for more info.
Go to file
allcontributors[bot] d31e59d96e
Some checks are pending
CI / build (push) Waiting to run
CI / allcontributors (push) Waiting to run
Docs / deploy (push) Waiting to run
add fdeblasio as a contributor for code (#8200)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-11-10 19:02:16 +01:00
.github Adjust label workflow to only run if PR is approved (#8183) 2025-11-09 22:21:55 +01:00
asm Fix destiny knot behavior and add tests (#8174) 2025-11-09 15:03:43 +01:00
constants Arbitrary trainer scripts + map script/trigger softlock prevention (#5033) 2025-01-08 10:27:00 +00:00
data Fix tera tint not applying on activation (#8135) 2025-11-09 18:10:44 +01:00
dev_scripts Renamed folders and symbols to match species defines (#5581) 2024-10-27 20:15:11 +01:00
docs Allow vs seekers to work with script not starting with trainerbattle (#8062) 2025-11-06 10:16:19 -08:00
graphics Merge commit 'd1d543548772cbdf087c5ccc1e0b19980aa9ad87' into pret-merge 2025-11-01 15:13:16 +01:00
include Fixes wrongly assigned count for Semi Invulnerable state (#8175) 2025-11-10 10:40:47 +01:00
libagbsyscall
migration_scripts Adds conversion script for trainers.h (#7663) 2025-09-30 17:48:23 +02:00
sound 25/08/25 Master merge 2025-08-25 17:30:38 +02:00
src Fixed decompression error reporter OOB window creation (#8199) 2025-11-10 17:26:08 +01:00
test Added Soundproof and Bulletproof tests (#8189) 2025-11-10 15:58:42 +01:00
tools Fix wild_encounters script not closing arrays properly (#8123) 2025-11-07 11:46:56 +01:00
.all-contributorsrc add fdeblasio as a contributor for code (#8200) 2025-11-10 19:02:16 +01:00
.gitattributes
.gitignore Add include/constants/script_commands.h to gitignore (#8169) 2025-11-10 15:59:44 +01:00
asmdiff.ps1
asmdiff.sh
audio_rules.mk Low Health Beeps Configuration (#6328) 2025-03-15 22:02:48 -07:00
build_tools.sh
CHANGELOG.md Version 1.10.2 (#6144) 2025-01-30 18:38:28 -03:00
charmap.txt master merge 2025-07-19 17:01:18 +02:00
check_history.sh
CONTRIBUTING.md Updated CONTRIBUTING.md and Merge Freeze definition (#6952) 2025-05-22 09:29:13 +02:00
CREDITS.md add fdeblasio as a contributor for code (#8200) 2025-11-10 19:02:16 +01:00
FEATURES.md Spruce up FEATURES.md (#7159) 2025-06-20 05:44:55 -07:00
graphics_file_rules.mk Fix spritesheet rules for rayquaza sprite in cutscene (#7985) 2025-10-20 15:56:55 +02:00
INSTALL.md INSTALL.MD updated for OpenBSD (#2186) 2025-10-14 12:30:26 +01:00
json_data_rules.mk Merge branch 'master' into master-to-upcoming 2025-05-28 14:26:15 +02:00
ld_script_modern.ld Keep removed headers (#7261) 2025-07-02 09:06:23 +02:00
ld_script_test.ld Fix EWRAM_INIT in tests and add a default state to test runner main loop 2025-09-06 18:20:45 +02:00
make_tools.mk 11/08/25 Master to upcoming merge 2025-08-11 08:31:12 +02:00
Makefile Adds an auto-generated include file of script commands (#8156) 2025-11-06 21:10:42 -08:00
map_data_rules.mk Merge commit '07c897a' into pret-merge 2025-05-27 19:46:13 +02:00
README.md 1.13.3 release version 2025-11-01 21:51:06 +01:00
rom.sha1
spritesheet_rules.mk Merge commit 'd1d543548772cbdf087c5ccc1e0b19980aa9ad87' into pret-merge 2025-11-01 15:13:16 +01:00
trainer_rules.mk Remove competitive syntax config (#7154) 2025-07-12 13:03:36 -07:00

About pokeemerald-expansion

Gif that shows debugging functionality that is unique to pokeemerald-expansion such as rerolling Trainer ID, Cheat Start, PC from Debug Menu, Debug PC Fill, Pokémon Sprite Visualizer, Debug Warp to Map, and Battle Debug Menu Gif that shows overworld functionality that is unique to pokeemerald-expansion such as indoor running, BW2 style map popups, overworld followers, DNA Splicers, Gen 1 style fishing, OW Item descriptions, Quick Run from Battle, Use Last Ball, Wild Double Battles, and Catch from EXP Gif that shows off a number of modern Pokémon battle mechanics happening in the pokeemerald-expansion engine: 2 vs 1 battles, modern Pokémon, items, moves, abilities, fully customizable opponents and partners, Trainer Slides, and generational gimmicks

pokeemerald-expansion is a GBA ROM hack base that equips developers with a comprehensive toolkit for creating Pokémon ROM hacks. pokeemerald-expansion is built on top of pret's pokeemerald decompilation project. It is not a playable Pokémon game on its own.

Features

pokeemerald-expansion offers hundreds of features from various core series Pokémon games, along with popular quality-of-life enhancements designed to streamline development and improve the player experience. A full list of those features can be found in FEATURES.md.

Credits

If you use pokeemerald-expansion, please credit RHH (Rom Hacking Hideout). Optionally, include the version number for clarity.

Based off RHH's pokeemerald-expansion 1.13.3 https://github.com/rh-hideout/pokeemerald-expansion/

Please consider crediting all contributors involved in the project!

Choosing pokeemerald or pokeemerald-expansion

  • pokeemerald-expansion supports multiplayer functionality with other games built on pokeemerald-expansion. It is not compatible with official Pokémon games.
  • If compatibility with official games is important, use pokeemerald. Otherwise, we recommend using pokeemerald-expansion.
  • pokeemerald-expansion incorporates regular updates from pokeemerald, including bug fixes and documentation improvements.

Getting Started

Important: Do not use GitHub's "Download Zip" option as it will not include commit history. This is necessary if you want to update or merge other feature branches.

If you're new to git and GitHub, Team Aqua's Asset Repo has a guide to forking and cloning the repository. Then you can follow one of the following guides:

📥 Installing pokeemerald-expansion

🏗️ Building pokeemerald-expansion

🚚 Migrating from pokeemerald

🚀 Updating pokeemerald-expansion

Documentation

For detailed documentation, visit the pokeemerald-expansion documentation page.

Contributions

If you are looking to report a bug, open a pull request, or request a feature, our CONTRIBUTING.md has guides for each.

Community

Our community uses the ROM Hacking Hideout (RHH) Discord server to communicate and organize. Most of our discussions take place there, and we welcome anybody to join us!