summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/pokegear/pokegear.asm4
1 files 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