Help

Credits & sources

This is a fan guide. The game belongs to its authors; the data here was read from the ROM and from the community.

The hack

Pokémon Hyper Emerald: Lost Artifacts (口袋妖怪 究极绿宝石) is the work of its Chinese authors: Destvol, Satochu, Popy, Potato, Hurricane, Feiyixiang and their team. It is built on Pokémon Emerald and was originally released through Baidu.

Previous translation team

All the credits for the previous translation and for fixing the earlier bugs go to Luciano Fire, Helper, Gustavo Neves and Li Yun. Their community English translation (up to Champion Island) is the foundation this build stands on; the patch only continues their work.

The English + QoL patch

Binary patches on the "bugfix 2" build of v5.7, with no source access: full translation of the remaining text, bag sort, 999 stack cap, four registered key items, quick ball throw, auto-run, L quick repel, in-party move relearner, and coloured stat names. Tools: mGBA (with Lua scripting for automated tests), Capstone, Keystone, Python. Scripts, tools, docs and translation data are MIT-licensed; the game and the hack are not covered and are not distributed.

Repository: github.com/Nn-Exe/Pokemon-Hyper-Emerald-5.7-QoL. The engineering log with every address and hook is in docs/NOTES.md.

Where the guide's data comes from

  • Wild encounters, trainer teams, map names, item and species lists: read directly from the patched ROM with the scripts in the repository. These are the same bytes the game uses, so they are exact for v5.7 bugfix 2.
  • Story, quest steps and NPC hints: reconstructed from the game's dialogue (the translated text) and checked against community playthroughs where possible.
  • Legendary and Mega Stone locations: community guides for v5.5–v5.6 (listed below), cross-checked with the dialogue and the ROM's script data. Anything that could not be confirmed for v5.7 is marked as unverified on its page.

Further reading

Reporting mistakes

If a level, location or step here is wrong, open an issue on the repository with a screenshot. The guide pages are plain HTML in the repository's docs/ folder, so pull requests are welcome too.