diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-11-17 13:33:03 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-11-18 12:41:11 -0500 |
| commit | 3202c4f3dfeac64d815e3b5ee3ee8e891c2b1ba2 (patch) | |
| tree | f71e627c4af610124b7f77cc4a9c2dad2adf02f6 /engine/phone | |
| parent | c05a2d255befc2d3b7fdf3c5375fa9a015c13632 (diff) | |
Resolve issue #575: Rename text commands
Diffstat (limited to 'engine/phone')
| -rw-r--r-- | engine/phone/phone.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/phone/phone.asm b/engine/phone/phone.asm index 769ed513d..380c25c70 100644 --- a/engine/phone/phone.asm +++ b/engine/phone/phone.asm @@ -417,7 +417,7 @@ WrongNumber: .text ; Huh? Sorry, wrong number! text_far UnknownText_0x1c5565 - db "@" + text_end Script_ReceivePhoneCall: refreshscreen @@ -542,7 +542,7 @@ HangUp_Beep: UnknownText_0x9032a: text_far UnknownText_0x1c5580 - db "@" + text_end HangUp_BoopOn: ld hl, UnknownText_0x90336 @@ -551,7 +551,7 @@ HangUp_BoopOn: UnknownText_0x90336: text_far UnknownText_0x1c5588 - db "@" + text_end HangUp_BoopOff: call SpeechTextBox @@ -711,7 +711,7 @@ UnknownScript_0x90657: UnknownText_0x9065b: ; That number is out of the area. text_far UnknownText_0x1c558b - db "@" + text_end PhoneScript_JustTalkToThem: writetext UnknownText_0x90664 @@ -720,7 +720,7 @@ PhoneScript_JustTalkToThem: UnknownText_0x90664: ; Just go talk to that person! text_far UnknownText_0x1c55ac - db "@" + text_end UnknownScript_0x90669: writetext UnknownText_0x9066d @@ -729,4 +729,4 @@ UnknownScript_0x90669: UnknownText_0x9066d: ; Thank you! text_far UnknownText_0x1c55ca - db "@" + text_end |
