summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-02-22 18:12:43 +0100
committermid-kid <esteve.varela@gmail.com>2018-02-22 18:12:43 +0100
commita22343d32c9f81b9cd2a4f2ff49725cfbed6671d (patch)
tree937d704d6fe192a1bbab9c39400c7e766c2bd052 /mobile
parente8bc86d1fedfc6be5a99d426ffc236c4fcf494f4 (diff)
Fix TRUE/FALSE constants for CalcMonStats
Diffstat (limited to 'mobile')
-rwxr-xr-xmobile/mobile_46.asm4
-rw-r--r--mobile/mobile_5f.asm2
2 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_46.asm b/mobile/mobile_46.asm
index 670dd1a6e..3d8a126f7 100755
--- a/mobile/mobile_46.asm
+++ b/mobile/mobile_46.asm
@@ -7145,7 +7145,7 @@ Function11b483: ; 11b483
add hl, de
pop de
push de
- ld b, OTPARTYMON
+ ld b, TRUE
predef CalcMonStats
pop de
ld h, d
@@ -7564,7 +7564,7 @@ Function11b6b4: ; 11b6b4
ld hl, $c60d + MON_STAT_EXP - 1
ld de, $c60d + MON_MAXHP
- ld b, $1
+ ld b, TRUE
predef CalcMonStats
ld de, $c60d + MON_MAXHP
ld hl, $c60d + MON_HP
diff --git a/mobile/mobile_5f.asm b/mobile/mobile_5f.asm
index 25f410349..862076fd1 100644
--- a/mobile/mobile_5f.asm
+++ b/mobile/mobile_5f.asm
@@ -2441,7 +2441,7 @@ Function17ded9: ; 17ded9
ld d, h
ld e, l
push hl
- ld b, $0
+ ld b, FALSE
farcall CalcMonStats
ld a, [wPartyCount]
dec a