diff options
Diffstat (limited to 'engine/routines/correcterrorsinplayerparty.asm')
-rw-r--r-- | engine/routines/correcterrorsinplayerparty.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/routines/correcterrorsinplayerparty.asm b/engine/routines/correcterrorsinplayerparty.asm index 5f2bba6bc..e815aa4c8 100644 --- a/engine/routines/correcterrorsinplayerparty.asm +++ b/engine/routines/correcterrorsinplayerparty.asm @@ -89,8 +89,8 @@ Unreferenced_CorrectErrorsInPlayerParty: ld e, l ld hl, MON_STAT_EXP - 1 add hl, bc - ld b, $1 - predef CalcPkmnStats + ld b, TRUE + predef CalcMonStats pop hl ld bc, PARTYMON_STRUCT_LENGTH add hl, bc |