Fix TRUE/FALSE constants for CalcMonStats
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user