diff options
Diffstat (limited to 'engine/phone')
-rw-r--r-- | engine/phone/phone.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/phone/phone.asm b/engine/phone/phone.asm index c8c9744ed..3263f8b50 100644 --- a/engine/phone/phone.asm +++ b/engine/phone/phone.asm @@ -247,7 +247,7 @@ CheckSpecialPhoneCall:: ld c, a ld b, 0 ld hl, SpecialPhoneCallList - ld a, 6 + ld a, SPECIALCALL_SIZE call AddNTimes ld a, [hli] ld h, [hl] @@ -291,7 +291,7 @@ CheckSpecialPhoneCall:: ld c, a ld b, 0 ld hl, SpecialPhoneCallList - ld a, 6 + ld a, SPECIALCALL_SIZE call AddNTimes ret |