From 059e0df29858e7690208582ac370f7448baaeb7a Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 30 Dec 2018 17:57:56 -0500 Subject: =?UTF-8?q?$56=20is=20"<=E2=80=A6=E2=80=A6>"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/phone/text/bill.asm | 4 ++-- data/text/std_text.asm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'data') diff --git a/data/phone/text/bill.asm b/data/phone/text/bill.asm index 7363741c4..c08e62749 100644 --- a/data/phone/text/bill.asm +++ b/data/phone/text/bill.asm @@ -34,8 +34,8 @@ BillPhoneGenericText: para ", is it?" line "Hang on a sec…" - para $56 - line $56 + para "<……>" + line "<……>" done BillPhoneNotFullText: diff --git a/data/text/std_text.asm b/data/text/std_text.asm index 18edf239b..d431a0fd1 100644 --- a/data/text/std_text.asm +++ b/data/text/std_text.asm @@ -219,8 +219,8 @@ ContestResults_ReadyToJudgeText: line "the #MON you've" cont "caught." - para $56 - line $56 + para "<……>" + line "<……>" para "We have chosen the" line "winners!" -- cgit v1.2.3