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/events | |
| parent | e8bc86d1fedfc6be5a99d426ffc236c4fcf494f4 (diff) | |
Fix TRUE/FALSE constants for CalcMonStats
Diffstat (limited to 'engine/events')
| -rwxr-xr-x | engine/events/battle_tower/battle_tower.asm | 2 | ||||
| -rwxr-xr-x | engine/events/daycare.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/battle_tower/battle_tower.asm b/engine/events/battle_tower/battle_tower.asm index 5c430d39b..ec2f5a13c 100755 --- a/engine/events/battle_tower/battle_tower.asm +++ b/engine/events/battle_tower/battle_tower.asm @@ -483,7 +483,7 @@ endr push de ld hl, MON_STAT_EXP - 1 add hl, bc - ld b, $1 + ld b, TRUE predef CalcMonStats pop de pop hl diff --git a/engine/events/daycare.asm b/engine/events/daycare.asm index 8dfdc8c47..1a00cc71f 100755 --- a/engine/events/daycare.asm +++ b/engine/events/daycare.asm @@ -566,7 +566,7 @@ DayCare_GiveEgg: ; 169ac ld e, l pop hl push bc - ld b, $0 + ld b, FALSE predef CalcMonStats pop bc ld hl, MON_HP |
