diff --git a/Add-Nuzlocke-Challenge.md b/Add-Nuzlocke-Challenge.md index bd7bde1..792858e 100644 --- a/Add-Nuzlocke-Challenge.md +++ b/Add-Nuzlocke-Challenge.md @@ -9,7 +9,7 @@ By devolov The rules for the Nuzlocke challenge: * If a Pokemon faints, they cannot be revived. * Only the first Pokemon in a route can be caught. - * I did add in code that ignores all duplicate encounters [shown at the bottom](#if-youd-like-to-ignore-duplicate-encounters-make-the-following-changes-dups). + * I did add in code that ignores all duplicate encounters [shown at the bottom](#if-youd-like-to-ignore-duplicate-encounters-make-the-following-changes). The challenge is chosen at a new game right after chosing your gender. Routes where Pokemon catches are monitored can be seen in the function `currLocConvertForNuzlocke` and `HasWildPokmnOnThisRouteBeenSeen`.