diff --git a/Add-Nuzlocke-Challenge.md b/Add-Nuzlocke-Challenge.md index 0e68981..1a25087 100644 --- a/Add-Nuzlocke-Challenge.md +++ b/Add-Nuzlocke-Challenge.md @@ -10,7 +10,7 @@ The rules for the Nuzlocke challenge: * [If a Pokemon faints, they cannot be revived.](#pokemon-that-faint-cannot-be-revived) * [Only the first Pokemon in a route can be caught.](#can-only-catch-first-pokemon) * Optional: - * [Dupes Clause](#Dupes-Clause). + * [Dupes Clause](#Dupes-Clause) * [Can't Overlevel Leaders](#Cant-Overlevel-Leaders) * [No Held Items](#no-held-items) * [No Battle Items](#no-battle-items) @@ -1686,7 +1686,7 @@ index d69320b14..09736d410 100644 ## Indicate If Pokemon Is Catchable Credit for the icon and idea come from [Deokishisu](https://github.com/Deokishisu) with their [FRLG-Plus hack](https://github.com/Deokishisu/FRLG-Plus/commit/f1ec354c60f07e7f17f76b533ab5fba83def647b). -Copy this image of a one into `/graphics/battle/interfaces/`: ![nuzlocke_indicator](https://user-images.githubusercontent.com/36523934/224487525-ef97b3f2-adc6-4201-996a-4027ce5f9058.png) +Copy this image of a one into `/graphics/battle/interfaces/` and name it `nuzlocke_indicator.png`: ![nuzlocke_indicator](https://user-images.githubusercontent.com/36523934/224487525-ef97b3f2-adc6-4201-996a-4027ce5f9058.png) ```diff -------------------------------- src/graphics.c --------------------------------