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

@@ -760,7 +760,7 @@ ParkBallMultiplier:
ld b, $ff
ret
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.
@@ -803,13 +803,13 @@ HeavyBallMultiplier:
call GetFarWord
.SkipText:
call GetPokedexEntryBank
call HeavyBall_GetDexEntryBank
call GetFarByte
inc hl
cp "@"
jr nz, .SkipText
call GetPokedexEntryBank
call HeavyBall_GetDexEntryBank
push bc
inc hl
inc hl