Rename GetPokedexEntryBank to HeavyBall_GetDexEntryBank

This commit is contained in:
Rangi
2022-02-22 17:11:33 -05:00
parent 0d6fae45a5
commit 2910b9a6c2
3 changed files with 11 additions and 11 deletions

View File

@@ -1171,10 +1171,10 @@ This can occur if your party and current PC box are both full when you start the
### Heavy Ball uses wrong weight value for three Pokémon
**Fix:** Edit `GetPokedexEntryBank` in [engine/items/item_effects.asm](https://github.com/pret/pokecrystal/blob/master/engine/items/item_effects.asm):
**Fix:** Edit `HeavyBall_GetDexEntryBank` in [engine/items/item_effects.asm](https://github.com/pret/pokecrystal/blob/master/engine/items/item_effects.asm):
```diff
GetPokedexEntryBank:
HeavyBall_GetDexEntryBank:
-; This function is buggy.
-; It gets the wrong bank for Kadabra (64), Tauros (128), and Sunflora (192).
-; Uncomment the line below to fix this.