Fix TRUE/FALSE constants for CalcMonStats
This commit is contained in:
@@ -89,7 +89,7 @@ Unreferenced_CorrectErrorsInPlayerParty:
|
||||
ld e, l
|
||||
ld hl, MON_STAT_EXP - 1
|
||||
add hl, bc
|
||||
ld b, $1
|
||||
ld b, TRUE
|
||||
predef CalcMonStats
|
||||
pop hl
|
||||
ld bc, PARTYMON_STRUCT_LENGTH
|
||||
|
Reference in New Issue
Block a user