summaryrefslogtreecommitdiff
path: root/engine/phone
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 22:57:19 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 23:25:00 -0500
commitbf074f359886707d2ffb2e0b525b03dc7af0fe29 (patch)
tree79ed0eaefcf076aaf7c216338750c934d3cee1b8 /engine/phone
parent3d0e1819e919676b90e2a8621149a0c12689dd37 (diff)
map_header → map_def; map_header_2 → map_data
Diffstat (limited to 'engine/phone')
-rw-r--r--engine/phone/phone.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/phone/phone.asm b/engine/phone/phone.asm
index a4dd42faf..6a9644872 100644
--- a/engine/phone/phone.asm
+++ b/engine/phone/phone.asm
@@ -131,7 +131,7 @@ CheckPhoneCall:: ; 90074 (24:4074)
cp b
jr nz, .no_call
- call GetMapHeaderPhoneServiceNybble
+ call GetMapPhoneService
and a
jr nz, .no_call
@@ -328,7 +328,7 @@ Function90199: ; 90199 (24:4199)
and a
jr nz, .OutOfArea
; If you're in an area without phone service, don't do the call
- call GetMapHeaderPhoneServiceNybble
+ call GetMapPhoneService
and a
jr nz, .OutOfArea
; If the person can't take a call at that time, don't do the call