You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix #769: document the Heavy Ball weight bank bug
This commit is contained in:
@@ -745,9 +745,13 @@ ParkBallMultiplier:
|
||||
ret
|
||||
|
||||
GetPokedexEntryBank:
|
||||
; This function is buggy.
|
||||
; It gets the wrong bank for Kadabra (64), Tauros (128), and Sunflora (192).
|
||||
; Uncomment the line below to fix this.
|
||||
push hl
|
||||
push de
|
||||
ld a, [wEnemyMonSpecies]
|
||||
; dec a
|
||||
rlca
|
||||
rlca
|
||||
maskbits NUM_DEX_ENTRY_BANKS
|
||||
|
Reference in New Issue
Block a user