diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-02-22 18:12:43 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-02-22 18:12:43 +0100 |
commit | a22343d32c9f81b9cd2a4f2ff49725cfbed6671d (patch) | |
tree | 937d704d6fe192a1bbab9c39400c7e766c2bd052 /engine/routines | |
parent | e8bc86d1fedfc6be5a99d426ffc236c4fcf494f4 (diff) |
Fix TRUE/FALSE constants for CalcMonStats
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 |