A Kalos remake in Pokémon Emerald.
Find a file
LOuroboros 0389dbf9f2 More fixes
-Removed IsBattlerAlive check for case ABILITY_GULP_MISSILE in ABILITYEFFECT_MOVE_END_ATTACKER. Turns out Cramorant can change form even on single wild battles.
-Added a check for IsBattlerAlive in the case ABILITY_GULP_MISSILE of ABILITYEFFECT_MOVE_END, because otherwise, for whatever reason, the user was trying to trigger the Gulping effect even in its base form.
-Set the stat to change for the Gulping effect from within the battle script. The rest of the effect is handled there, so may as well.
-Fixed the check for case ABILITY_GULP_MISSILE in ABILITYEFFECT_MOVE_END_ATTACKER. Apparently, a silent species change was happening because of the order of the checks. Thanks to AsparagusEduardo for pointing this one out.
-Fixed the secondary effect of a target's Gulp Missile affecting an attacker that has fainted.
-Fixed the Defense reduction of the Gulping effect bypassing Clear Body.
2021-09-29 23:18:22 -03:00
.github Merge branch 'master' of github.com:pret/pokeemerald into battle_engine_sync 2021-08-11 16:33:10 -07:00
asm Update asm/macros/battle_script.inc 2021-09-23 12:26:36 -07:00
berry_fix Merge branch 'master' of https://github.com/pret/pokeemerald 2021-05-23 10:51:26 -04:00
common_syms
constants
data More fixes 2021-09-29 23:18:22 -03:00
docs Merge branch 'master' of https://github.com/pret/pokeemerald 2021-05-23 10:51:26 -04:00
gflib Merge branch 'master' into doc-frontierpass2 2021-07-31 13:30:40 -04:00
graphics Merge branch 'master' of github.com:pret/pokeemerald into battle_engine_sync 2021-08-16 15:43:27 -07:00
include Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald-expansion into gulp_missile 2021-09-25 22:20:34 -03:00
libagbsyscall
sound Remove address comments in sound directory 2021-07-21 00:56:04 -04:00
src More fixes 2021-09-29 23:18:22 -03:00
tools Fix build on macos. 2021-06-03 21:05:56 -04:00
.gitattributes
.gitignore
asmdiff.ps1
asmdiff.sh
build_tools.sh
charmap.txt
graphics_file_rules.mk
INSTALL.md Fix github links to pret's. 2021-05-27 16:20:13 -04:00
json_data_rules.mk
ld_script.txt Revert "remove gflib" 2021-07-03 17:39:33 -04:00
ld_script_modern.txt Revert "remove gflib" 2021-07-03 17:39:33 -04:00
make_tools.mk Fixes to makefile. 2021-06-01 23:22:15 -04:00
Makefile Revert "remove gflib" 2021-07-03 17:39:33 -04:00
map_data_rules.mk
README.md Undo secondary changes 2021-05-13 19:49:15 +01:00
rom.sha1
songs.mk
spritesheet_rules.mk
sym_bss.txt Revert "remove gflib" 2021-07-03 17:39:33 -04:00
sym_common.txt Revert "remove gflib" 2021-07-03 17:39:33 -04:00
sym_ewram.txt Revert "remove gflib" 2021-07-03 17:39:33 -04:00

Pokémon Emerald

This is a decompilation of Pokémon Emerald.

It builds the following ROM:

To set up the repository, see INSTALL.md.

See also

Other disassembly and/or decompilation projects:

Contacts

You can find us on Discord and IRC.