mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Fix #845: Liz gossips about a beautiful trainer, not Pokémon
This commit is contained in:
parent
b8fc67848e
commit
39111486ab
@ -236,7 +236,7 @@ LizBugCatchingContestGossipText:
|
|||||||
cont "that great?"
|
cont "that great?"
|
||||||
done
|
done
|
||||||
|
|
||||||
LizBeautifulMonGossipText:
|
LizBeautifulTrainerGossipText:
|
||||||
text "Listen, listen!"
|
text "Listen, listen!"
|
||||||
|
|
||||||
para "I saw a beautiful"
|
para "I saw a beautiful"
|
||||||
|
@ -8,7 +8,7 @@ LizGossipRandomScript:
|
|||||||
ifequal 5, .Salon
|
ifequal 5, .Salon
|
||||||
ifequal 6, .Whitney
|
ifequal 6, .Whitney
|
||||||
ifequal 7, .BugCatchingContest
|
ifequal 7, .BugCatchingContest
|
||||||
ifequal 8, .BeautifulMon
|
ifequal 8, .BeautifulTrainer
|
||||||
ifequal 9, .Forgot
|
ifequal 9, .Forgot
|
||||||
|
|
||||||
.RuinsOfAlph:
|
.RuinsOfAlph:
|
||||||
@ -51,8 +51,8 @@ LizGossipRandomScript:
|
|||||||
promptbutton
|
promptbutton
|
||||||
sjump PhoneScript_HangUpText_Female
|
sjump PhoneScript_HangUpText_Female
|
||||||
|
|
||||||
.BeautifulMon:
|
.BeautifulTrainer:
|
||||||
farwritetext LizBeautifulMonGossipText
|
farwritetext LizBeautifulTrainerGossipText
|
||||||
promptbutton
|
promptbutton
|
||||||
sjump PhoneScript_HangUpText_Female
|
sjump PhoneScript_HangUpText_Female
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user