Skip to content

Commit

Permalink
give Mew a static location entry
Browse files Browse the repository at this point in the history
  • Loading branch information
fakuzatsu committed Mar 7, 2024
1 parent e6ced57 commit e85d0aa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions __3.0gamedata/static_locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,14 @@
"status": null,
"filterKey": "lmpt-106",
"zoneID": []
},
{
"id": 107,
"pokemon": null,
"location": "Route 201 - Mew",
"status": null,
"filterKey": "lmpt-109",
"zoneID": []
}
]
}
8 changes: 8 additions & 0 deletions __gamedata/static_locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,14 @@
"status": null,
"filterKey": "lmpt-106",
"zoneID": []
},
{
"id": 107,
"pokemon": null,
"location": "Route 201 - Mew",
"status": null,
"filterKey": "lmpt-109",
"zoneID": []
}
]
}
1 change: 1 addition & 0 deletions dex/location.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ const staticEncounters = {
"lmpt-105": ["Shaymin"],
"lmpt-106": ["Arceus"],
"lmpt-107": ["Tinkatuff"],
"lmpt-109": ["Mew"],
};

function getEncounterLocations(monsNo) {
Expand Down
1 change: 1 addition & 0 deletions helpers/pokedexLocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const staticNameReplacements = {
"Flower Paradise - Shaymin": "**Flower Paradise**\nGo to Route 224 with Oak's Letter and write your message on the stone tablet.",
"Hall of Origin - Arceus": "**Hall of Origin**\nDefeat all of the Type Master Trainers to earn their Plates, then take the Azure Flute to Spear Pillar.",
"Amity Square": "**Amity Square**\nEnter Amity Square and proceed through the event.",
"Route 201 - Mew": "**Route 201**\n[Find transformed Mew](https://luminescent.team/docs/special-events/legendaries#kanto-legendaries) in three locations across Sinnoh, then encounter at Route 201.",
};

function locationMode(pokemonInfo, monsID, imageLnk, interaction) {
Expand Down

0 comments on commit e85d0aa

Please sign in to comment.