Comment, remove, or revise many unreferenced labels

This commit is contained in:
Rangi
2020-10-26 15:45:57 -04:00
parent a2b6befd7d
commit 9dcdad5e60
180 changed files with 810 additions and 1032 deletions

View File

@@ -437,7 +437,7 @@ Script_SpecialBillCall::
ld e, PHONE_BILL
jp LoadCallerScript
LoadElmCallScript:
Script_SpecialElmCall: ; unreferenced
callasm .LoadElmScript
pause 30
sjump Script_ReceivePhoneCall
@@ -720,7 +720,7 @@ PhoneJustTalkToThemText:
text_far _PhoneJustTalkToThemText
text_end
PhoneThankYouTextScript:
PhoneThankYouTextScript: ; unreferenced
writetext PhoneThankYouText
end

View File

@@ -95,7 +95,7 @@ ElmPhoneCallerScript:
specialphonecall SPECIALCALL_NONE
end
.unused
.neat ; unreferenced
farwritetext ElmPhoneGotAholdOfSomethingNeatText
specialphonecall SPECIALCALL_NONE
end

View File

@@ -1103,7 +1103,7 @@ PhoneScript_Generic_Male:
promptbutton
end
.Unknown:
.Unknown: ; unreferenced
farwritetext UnknownGenericText
promptbutton
end

View File

@@ -3,7 +3,7 @@ BeverlyComePickUpScript:
promptbutton
sjump PhoneScript_HangUpText_Female
JoseComePickUpScript:
JoseComePickUpScript: ; unreferenced
farwritetext JoseComePickUpText
promptbutton
sjump PhoneScript_HangUpText_Male