summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/phone/phone.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/phone/phone.asm b/engine/phone/phone.asm
index 0c0cd5bb..cadd48c9 100644
--- a/engine/phone/phone.asm
+++ b/engine/phone/phone.asm
@@ -116,9 +116,10 @@ CheckPhoneCall::
nop
jr nc, .no_call
+ ; 50% chance for a call
call Random
ld b, a
- and 50 percent
+ and %01111111
cp b
jr nz, .no_call