mirror of https://github.com/pret/pokeemerald.git
nuzlocke_indicator.png name callout
parent
a862b83c84
commit
acac060fe0
|
@ -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 --------------------------------
|
||||
|
|
Loading…
Reference in New Issue