diff options
Diffstat (limited to 'engine/phone.asm')
-rw-r--r-- | engine/phone.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/phone.asm b/engine/phone.asm index ab0ecb84a..805f221a7 100644 --- a/engine/phone.asm +++ b/engine/phone.asm @@ -274,7 +274,7 @@ endr push hl call LoadCallerScript pop hl - ld de, wd048 + ld de, wPhoneScriptPointer ld a, [hli] ld [de], a inc de @@ -442,10 +442,10 @@ WrongNumber: ; 90233 Script_ReceivePhoneCall: ; 0x90241 refreshscreen $0 callasm RingTwice_StartCall - ptcall wd048 - closetext + ptcall wPhoneScriptPointer + waitbutton callasm HangUp - loadmovesprites + closetext callasm InitCallReceiveDelay end ; 0x90255 |