This is an interactive map of Pokemon Emerald meant for Ironmon challenge runners. For information on what Ironmon is, join the discord
Trainer information is available on hover, showing the number of pokemon they have, the levels of their pokemon, and any movement information. Trainers can be "marked" by clicking on them
Map "portals", like cave entrances and ladders, are clickable too! They will move the map to where it connects
You can highlight all map portals via the Control Panel with various display options
- Clone the repo
- Update the IronmonMapUtils submodule
- First time initialization:
git submodule update --init --recursive - Futher updates:
git pull --recurse-submodules- If this doesn't work, go to
src/IronmonMapUtilsand rungit pull origin main
- If this doesn't work, go to
- If needing to make & push changes:
cd src/IronmonMapUtils
git checkout main
- See the README in the IronmonMapUtils repo for more info
- Run
yarnto install dependencies - Run
yarn startto start a local dev server
This is very much still a work in progress so there are sure to be bugs/missing data. The best way to file an issue is on Github or contact me on Discord (kelsey#8920)


