diff options
author | yenatch <yenatch@gmail.com> | 2018-02-25 20:12:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-25 20:12:59 -0500 |
commit | f44f306cfd4b438d0ba2f56b61be4b118ef3274b (patch) | |
tree | b7444d7ddc95703ef9e3a2f5a2f14c21664bb8f8 /engine/routines | |
parent | f404af8a4326e4cc632a3810ff77a013c1d3e24f (diff) | |
parent | 3d34f5a5a371ad2b9979ae36763cdfb52c581dab (diff) |
Merge pull request #477 from mid-kid/master
Medium-sized cleanups
Diffstat (limited to 'engine/routines')
-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 |