mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
50 lines
1.0 KiB
NASM
50 lines
1.0 KiB
NASM
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
|