Skip to content

Commit

Permalink
Re-add missing e4 route data for RSE
Browse files Browse the repository at this point in the history
was accidentally reverted, so restoring it
  • Loading branch information
Fellshadow authored Oct 31, 2022
1 parent 243721e commit 77c1a51
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ironmon_tracker/data/RouteData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3318,7 +3318,11 @@ function RouteData.setupRouteInfoAsRSE()
RouteData.Info[108] = { name = "Mossdeep Gym", }
RouteData.Info[109] = { name = "Sootopolis Gym1", }
RouteData.Info[110] = { name = "Sootopolis Gym2", }

RouteData.Info[111] = { name = "Sidney's Room", }
RouteData.Info[112] = { name = "Phoebe's Room", }
RouteData.Info[113] = { name = "Glacia's Room", }
RouteData.Info[114] = { name = "Drake's Room", }
RouteData.Info[115] = { name = "Champion's Room", }
RouteData.Info[125 + offset] = { name = "Meteor Falls 1Fa",
[RouteData.EncounterArea.LAND] = {
{ pokemonID = 41, rate = 0.80, },
Expand Down Expand Up @@ -4107,4 +4111,4 @@ function RouteData.setupRouteInfoAsRSE()
}

return 424
end
end

0 comments on commit 77c1a51

Please sign in to comment.