shithub: pokecrystal

Download patch

ref: 39111486ab47e3cc16aedf2180b2a73870e5909a
parent: b8fc67848e1d5911204fa42bbd9b954fdec6228a
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Wed Nov 3 13:24:16 EDT 2021

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

--- a/data/phone/text/liz_caller.asm
+++ b/data/phone/text/liz_caller.asm
@@ -236,7 +236,7 @@
 	cont "that great?"
 	done
 
-LizBeautifulMonGossipText:
+LizBeautifulTrainerGossipText:
 	text "Listen, listen!"
 
 	para "I saw a beautiful"
--- a/engine/phone/scripts/liz_gossip.asm
+++ b/engine/phone/scripts/liz_gossip.asm
@@ -8,7 +8,7 @@
 	ifequal 5, .Salon
 	ifequal 6, .Whitney
 	ifequal 7, .BugCatchingContest
-	ifequal 8, .BeautifulMon
+	ifequal 8, .BeautifulTrainer
 	ifequal 9, .Forgot
 
 .RuinsOfAlph:
@@ -51,8 +51,8 @@
 	promptbutton
 	sjump PhoneScript_HangUpText_Female
 
-.BeautifulMon:
-	farwritetext LizBeautifulMonGossipText
+.BeautifulTrainer:
+	farwritetext LizBeautifulTrainerGossipText
 	promptbutton
 	sjump PhoneScript_HangUpText_Female