mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
63 lines
1.2 KiB
NASM
63 lines
1.2 KiB
NASM
LizGossipRandomScript:
|
|
random 10
|
|
ifequal 0, .RuinsOfAlph
|
|
ifequal 1, .Falkner
|
|
ifequal 2, .Earl
|
|
ifequal 3, .SurfPikachu
|
|
ifequal 4, .MooMooMilk
|
|
ifequal 5, .Salon
|
|
ifequal 6, .Whitney
|
|
ifequal 7, .BugCatchingContest
|
|
ifequal 8, .BeautifulMon
|
|
ifequal 9, .Forgot
|
|
|
|
.RuinsOfAlph:
|
|
farwritetext LizRuinsOfAlphGossipText
|
|
promptbutton
|
|
sjump PhoneScript_HangUpText_Female
|
|
|
|
.Falkner:
|
|
farwritetext LizFalknerGossipText
|
|
promptbutton
|
|
sjump PhoneScript_HangUpText_Female
|
|
|
|
.Earl:
|
|
farwritetext LizEarlGossipText
|
|
promptbutton
|
|
sjump PhoneScript_HangUpText_Female
|
|
|
|
.SurfPikachu:
|
|
farwritetext LizSurfPikachuGossipText
|
|
promptbutton
|
|
sjump PhoneScript_HangUpText_Female
|
|
|
|
.MooMooMilk:
|
|
farwritetext LizMooMooMilkGossipText
|
|
promptbutton
|
|
sjump PhoneScript_HangUpText_Female
|
|
|
|
.Salon:
|
|
farwritetext LizSalonGossipText
|
|
promptbutton
|
|
sjump PhoneScript_HangUpText_Female
|
|
|
|
.Whitney:
|
|
farwritetext LizWhitneyGossipText
|
|
promptbutton
|
|
sjump PhoneScript_HangUpText_Female
|
|
|
|
.BugCatchingContest:
|
|
farwritetext LizBugCatchingContestGossipText
|
|
promptbutton
|
|
sjump PhoneScript_HangUpText_Female
|
|
|
|
.BeautifulMon:
|
|
farwritetext LizBeautifulMonGossipText
|
|
promptbutton
|
|
sjump PhoneScript_HangUpText_Female
|
|
|
|
.Forgot:
|
|
farwritetext LizForgotGossipText
|
|
promptbutton
|
|
sjump PhoneScript_HangUpText_Female
|