summaryrefslogtreecommitdiff
path: root/engine/phone/scripts/hangups_2.asm
blob: 197845fa8a6ae9da9695150744bee3d6afc7d160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
BeverlyComePickUpScript:
	farwritetext BeverlyComePickUpText
	promptbutton
	sjump PhoneScript_HangUpText_Female

JoseComePickUpScript: ; unreferenced
	farwritetext JoseComePickUpText
	promptbutton
	sjump PhoneScript_HangUpText_Male

WadeComeQuickScript:
	farwritetext WadeComeQuickText
	promptbutton
	sjump PhoneScript_HangUpText_Male

GinaComePickUpScript:
	farwritetext GinaComePickUpText
	promptbutton
	sjump PhoneScript_HangUpText_Female

AlanComePickUpScript:
	farwritetext AlanComePickUpGiftText
	promptbutton
	sjump PhoneScript_HangUpText_Male

DanaComePickUpScript:
	farwritetext DanaComePickUpText
	promptbutton
	sjump PhoneScript_HangUpText_Female

DerekComePickUpScript:
	farwritetext DerekComePickUpText
	promptbutton
	sjump PhoneScript_HangUpText_Male

TullyHurryScript:
	farwritetext TullyHurryText
	promptbutton
	sjump PhoneScript_HangUpText_Male

TiffanyHurryScript:
	farwritetext TiffanyHurryText
	promptbutton
	sjump PhoneScript_HangUpText_Female

WiltonWantThisScript:
	farwritetext WiltonWantThisText
	promptbutton
	sjump PhoneScript_HangUpText_Male