Comment, remove, or revise many unreferenced labels
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -95,7 +95,7 @@ ElmPhoneCallerScript:
|
||||
specialphonecall SPECIALCALL_NONE
|
||||
end
|
||||
|
||||
.unused
|
||||
.neat ; unreferenced
|
||||
farwritetext ElmPhoneGotAholdOfSomethingNeatText
|
||||
specialphonecall SPECIALCALL_NONE
|
||||
end
|
||||
|
@@ -1103,7 +1103,7 @@ PhoneScript_Generic_Male:
|
||||
promptbutton
|
||||
end
|
||||
|
||||
.Unknown:
|
||||
.Unknown: ; unreferenced
|
||||
farwritetext UnknownGenericText
|
||||
promptbutton
|
||||
end
|
||||
|
@@ -3,7 +3,7 @@ BeverlyComePickUpScript:
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Female
|
||||
|
||||
JoseComePickUpScript:
|
||||
JoseComePickUpScript: ; unreferenced
|
||||
farwritetext JoseComePickUpText
|
||||
promptbutton
|
||||
sjump PhoneScript_HangUpText_Male
|
||||
|
Reference in New Issue
Block a user