summaryrefslogtreecommitdiff
path: root/engine/phone
diff options
context:
space:
mode:
Diffstat (limited to 'engine/phone')
-rw-r--r--engine/phone/phone.asm4
-rw-r--r--engine/phone/scripts/elm.asm2
-rw-r--r--engine/phone/scripts/generic.asm7
3 files changed, 5 insertions, 8 deletions
diff --git a/engine/phone/phone.asm b/engine/phone/phone.asm
index 00cbec75..91875012 100644
--- a/engine/phone/phone.asm
+++ b/engine/phone/phone.asm
@@ -444,7 +444,7 @@ Script_SpecialBillCall::
ld e, PHONE_BILL
jp LoadCallerScript
-LoadElmCallScript:
+Script_SpecialElmCall: ; unreferenced
callasm .LoadElmScript
pause 30
sjump Script_ReceivePhoneCall
@@ -723,7 +723,7 @@ PhoneJustTalkToThemText:
text_far _PhoneJustTalkToThemText
text_end
-PhoneThankYouTextScript:
+PhoneThankYouTextScript: ; unreferenced
writetext PhoneThankYouText
end
diff --git a/engine/phone/scripts/elm.asm b/engine/phone/scripts/elm.asm
index b93bdc22..6a5a37c7 100644
--- a/engine/phone/scripts/elm.asm
+++ b/engine/phone/scripts/elm.asm
@@ -95,7 +95,7 @@ ElmPhoneCallerScript:
specialphonecall SPECIALCALL_NONE
end
-.unused
+.neat ; unreferenced
writetext ElmPhoneGotAholdOfSomethingNeatText
specialphonecall SPECIALCALL_NONE
end
diff --git a/engine/phone/scripts/generic.asm b/engine/phone/scripts/generic.asm
index 4587c739..82032641 100644
--- a/engine/phone/scripts/generic.asm
+++ b/engine/phone/scripts/generic.asm
@@ -74,8 +74,8 @@ PhoneScript_GreetPhone_Female:
promptbutton
end
-; Huey
Phone_GenericCall_Male_SkipMon:
+; only used by HueyPhoneCalleeScript and HueyPhoneCallerScript
special RandomPhoneMon
scall PhoneScript_Random2
ifequal 0, Phone_LookingAwesome_Male_SkipMon
@@ -83,8 +83,7 @@ Phone_GenericCall_Male_SkipMon:
promptbutton
sjump PhoneScript_SeeYouLater
-; unused
-Phone_GenericCall_Female_SkipMon:
+Phone_GenericCall_Female_SkipMon: ; unreferenced
special RandomPhoneMon
scall PhoneScript_Random2
ifequal 0, Phone_DressedUp_Female_SkipMon
@@ -92,13 +91,11 @@ Phone_GenericCall_Female_SkipMon:
promptbutton
sjump PhoneScript_ByeBye
-; Huey
Phone_LookingAwesome_Male_SkipMon:
writetext PhoneMaleLookingAwesomeText
promptbutton
sjump PhoneScript_ByeBye
-; unused
Phone_DressedUp_Female_SkipMon:
writetext PhoneFemaleDressedUpText
promptbutton