diff options
-rw-r--r-- | data/phone/text/bill.asm | 4 | ||||
-rw-r--r-- | data/text/std_text.asm | 4 |
2 files changed, 4 insertions, 4 deletions
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 "<PLAY_G>, 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!" |