mirror of https://github.com/pret/pokecrystal.git
Consistent **Fix:** notation
This commit is contained in:
parent
feef75c5df
commit
00f28bb8f4
|
@ -993,7 +993,7 @@ LoadSpriteGFX: ; 14306
|
|||
; 1431e
|
||||
```
|
||||
|
||||
`GetSprite` modifies `b`. Surround it with `push bc`/`pop bc` to fix.
|
||||
**Fix:** Surround `call GetSprite` with `push bc`/`pop bc`.
|
||||
|
||||
|
||||
## `ChooseWildEncounter` doesn't really validate the wild Pokémon species
|
||||
|
|
Loading…
Reference in New Issue