You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Rename GetPokedexEntryBank
to HeavyBall_GetDexEntryBank
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user