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?"
done
LizBeautifulMonGossipText:
LizBeautifulTrainerGossipText:
text "Listen, listen!"
para "I saw a beautiful"

View File

@ -8,7 +8,7 @@ LizGossipRandomScript:
ifequal 5, .Salon
ifequal 6, .Whitney
ifequal 7, .BugCatchingContest
ifequal 8, .BeautifulMon
ifequal 8, .BeautifulTrainer
ifequal 9, .Forgot
.RuinsOfAlph:
@ -51,8 +51,8 @@ LizGossipRandomScript:
promptbutton
sjump PhoneScript_HangUpText_Female
.BeautifulMon:
farwritetext LizBeautifulMonGossipText
.BeautifulTrainer:
farwritetext LizBeautifulTrainerGossipText
promptbutton
sjump PhoneScript_HangUpText_Female