From 7659241c6df935a50fcbbba9a8c1dfd899ce4c32 Mon Sep 17 00:00:00 2001 From: voloved <36523934+voloved@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:44:29 -0500 Subject: [PATCH] Updated Add Nuzlocke Challenge (markdown) --- Add-Nuzlocke-Challenge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.