Skip to content

sn0n/FRLGIronmonMap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon FireRed/LeafGreen Ironmon Map

This is an interactive map of Pokemon FireRed/LeafGreen meant for Ironmon challenge runners. For information on what Ironmon is, join the discord

Looking for other Ironmon Maps?

Emerald

HGSS

Using the map

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

Trainer Demo

Items are also clickable/markable, and hidden items with step spawn rates have that information shown on hover

Item Demo

Map "portals", like cave entrances and ladders, are clickable too! They will move the map to where it connects

Map Portal Click Demo

You can highlight all map portals via the Control Panel with various display options

Portal Controls Demo

Developers

  1. Clone the repo
  2. Update the IronmonMapUtils submodule
  • First time initialization: git submodule update --init --recursive
  • Futher updates: git pull --recurse-submodules
  • If needing to make & push changes:
cd src/IronmonMapUtils
git checkout main
  1. Run yarn to install dependencies
  2. Run yarn start to start a local dev server

Found an issue? Want to suggest a feature?

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.8%
  • CSS 3.5%
  • HTML 0.7%