Consistent **Fix:** notation

This commit is contained in:
Remy Oukaour 2017-12-13 16:52:13 -05:00
parent feef75c5df
commit 00f28bb8f4

View File

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