From fbe2494dc27acfee5089bc68c8bdb45cac9d4983 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 3 Nov 2019 14:47:06 -0500 Subject: Miscellaneous label and comment corrections --- maps/BillsFamilysHouse.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'maps') diff --git a/maps/BillsFamilysHouse.asm b/maps/BillsFamilysHouse.asm index 4aca880f8..9dd90f668 100644 --- a/maps/BillsFamilysHouse.asm +++ b/maps/BillsFamilysHouse.asm @@ -54,13 +54,13 @@ BillsMomScript: opentext checkevent EVENT_MET_BILL iffalse .HaventMetBill - writetext BillsPopText + writetext BillsMomText_BeforeEcruteak waitbutton closetext end .HaventMetBill: - writetext BillsMomText + writetext BillsMomText_AfterEcruteak waitbutton closetext end @@ -175,7 +175,7 @@ BillPopWontWorkText: line "a real headache…" done -BillsPopText: +BillsMomText_BeforeEcruteak: text "Oh, you collect" line "#MON? My son" cont "BILL is an expert." @@ -193,7 +193,7 @@ BillsPopText: line "being called…" done -BillsMomText: +BillsMomText_AfterEcruteak: text "My husband was" line "once known as a" -- cgit v1.2.3