From fbaa5c9d4b48c000a52860a8392fc423c4e312f9 Mon Sep 17 00:00:00 2001 From: vulcandth Date: Sat, 26 Mar 2022 21:05:06 -0500 Subject: Build the Virtual Console patch with `make yellow_vc` (#80) --- data/text/text_8.asm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'data/text') diff --git a/data/text/text_8.asm b/data/text/text_8.asm index 12550c8e..d3294170 100644 --- a/data/text/text_8.asm +++ b/data/text/text_8.asm @@ -3,9 +3,19 @@ _CableClubNPCPleaseWaitText:: text_end _CableClubNPCLinkClosedBecauseOfInactivityText:: + vc_patch Change_MSG +IF DEF(_YELLOW_VC) + text "Please come again!" + done + text_start + text "sed because of" + cont "inactivity." +ELSE text "The link has been" line "closed because of" cont "inactivity." +ENDC + vc_patch_end para "Please contact" line "your friend and" -- cgit v1.3.1-sl0p