Fix TRUE/FALSE constants for CalcMonStats

This commit is contained in:
mid-kid
2018-02-22 18:12:43 +01:00
parent e8bc86d1fe
commit a22343d32c
9 changed files with 10 additions and 10 deletions

View File

@@ -288,7 +288,7 @@ HatchEggs: ; 16f70 (5:6f70)
push hl
ld bc, MON_STAT_EXP - 1
add hl, bc
ld b, $0
ld b, FALSE
predef CalcMonStats
pop bc
ld hl, MON_MAXHP