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:
@@ -483,7 +483,7 @@ endr
|
||||
push de
|
||||
ld hl, MON_STAT_EXP - 1
|
||||
add hl, bc
|
||||
ld b, $1
|
||||
ld b, TRUE
|
||||
predef CalcMonStats
|
||||
pop de
|
||||
pop hl
|
||||
|
||||
@@ -566,7 +566,7 @@ DayCare_GiveEgg: ; 169ac
|
||||
ld e, l
|
||||
pop hl
|
||||
push bc
|
||||
ld b, $0
|
||||
ld b, FALSE
|
||||
predef CalcMonStats
|
||||
pop bc
|
||||
ld hl, MON_HP
|
||||
|
||||
Reference in New Issue
Block a user