You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Arrays end with -1, not $ff
This commit is contained in:
@@ -748,7 +748,7 @@ BallMultiplierFunctionTable:
|
||||
dbw MOON_BALL, MoonBallMultiplier
|
||||
dbw LOVE_BALL, LoveBallMultiplier
|
||||
dbw PARK_BALL, ParkBallMultiplier
|
||||
db $ff
|
||||
db -1 ; end
|
||||
|
||||
UltraBallMultiplier:
|
||||
; multiply catch rate by 2
|
||||
|
||||
Reference in New Issue
Block a user