You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix TRUE/FALSE constants for CalcMonStats
This commit is contained in:
@@ -2441,7 +2441,7 @@ Function17ded9: ; 17ded9
|
||||
ld d, h
|
||||
ld e, l
|
||||
push hl
|
||||
ld b, $0
|
||||
ld b, FALSE
|
||||
farcall CalcMonStats
|
||||
ld a, [wPartyCount]
|
||||
dec a
|
||||
|
||||
Reference in New Issue
Block a user