ref: 9ed402c4a2a77f4cdaf7d913bad787c9ac088493
parent: 00c2dba157243c4b3a65988c8034171f356cddf0
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Mon Jun 25 09:54:30 EDT 2018
Use charmap “ and ”
--- a/engine/pokegear/pokegear.asm
+++ b/engine/pokegear/pokegear.asm
@@ -1990,13 +1990,13 @@
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