summaryrefslogtreecommitdiff
path: root/engine/phone.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/phone.asm')
-rw-r--r--engine/phone.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/phone.asm b/engine/phone.asm
index 0ba5cf6e1..32481deaa 100644
--- a/engine/phone.asm
+++ b/engine/phone.asm
@@ -182,7 +182,7 @@ ChooseRandomCaller: ; 900bf (24:40bf)
; Sample a random number between 0 and 31.
ld c, a
call Random
- ld a, [hRandomAdd] ; $ff00+$e1
+ ld a, [hRandomAdd]
swap a
and $1f
; Compute that number modulo the number of available callers.