From 9ed402c4a2a77f4cdaf7d913bad787c9ac088493 Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 25 Jun 2018 13:54:30 -0400 Subject: [PATCH] =?UTF-8?q?Use=20charmap=20=E2=80=9C=20and=20=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/pokegear/pokegear.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/pokegear/pokegear.asm b/engine/pokegear/pokegear.asm index 6e83b453d..8fc5ffa3d 100644 --- a/engine/pokegear/pokegear.asm +++ b/engine/pokegear/pokegear.asm @@ -1990,13 +1990,13 @@ PlayRadio: lb bc, 4, 18 call TextBox hlcoord 1, 14 - ld [hl], $72 + ld [hl], "“" pop de hlcoord 2, 14 call PlaceString ld h, b ld l, c - ld [hl], $73 + ld [hl], "”" call WaitBGMap ret