This is an interactive map of HeartGold/SoulSilver 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
Items are also clickable/markable, and hidden items with step spawn rates have that information shown on hover
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/IronmonMapUtils
and 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
yarn
to install dependencies - Run
yarn start
to 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 (kelsey4)