Fix TRUE/FALSE constants for CalcMonStats

This commit is contained in:
mid-kid
2018-02-22 18:12:43 +01:00
parent e8bc86d1fe
commit a22343d32c
9 changed files with 10 additions and 10 deletions

View File

@@ -264,7 +264,7 @@ EvolveAfterBattle_MasterLoop
ld hl, wTempMonExp + 2
ld de, wTempMonMaxHP
ld b, $1
ld b, TRUE
predef CalcMonStats
ld a, [wCurPartyMon]