Updated Add Nuzlocke Challenge (markdown)

voloved 2023-01-09 21:44:29 -05:00
parent 2b4456fb4d
commit 7659241c6d
1 changed files with 1 additions and 1 deletions

@ -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`.