diff options
Diffstat (limited to 'engine/routines')
-rw-r--r-- | engine/routines/correcterrorsinplayerparty.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/routines/correcterrorsinplayerparty.asm b/engine/routines/correcterrorsinplayerparty.asm index d0091f3a4..e815aa4c8 100644 --- a/engine/routines/correcterrorsinplayerparty.asm +++ b/engine/routines/correcterrorsinplayerparty.asm @@ -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 |