nuzlocke_indicator.png name callout

voloved 2023-03-11 08:36:34 -05:00
parent a862b83c84
commit acac060fe0
1 changed files with 2 additions and 2 deletions

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