Fix #845: Liz gossips about a beautiful trainer, not Pokémon

This commit is contained in:
Rangi 2021-11-03 17:24:16 -04:00
parent b8fc67848e
commit 39111486ab
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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