You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use charmap “ and ”
This commit is contained in:
@@ -1990,13 +1990,13 @@ PlayRadio:
|
|||||||
lb bc, 4, 18
|
lb bc, 4, 18
|
||||||
call TextBox
|
call TextBox
|
||||||
hlcoord 1, 14
|
hlcoord 1, 14
|
||||||
ld [hl], $72
|
ld [hl], "“"
|
||||||
pop de
|
pop de
|
||||||
hlcoord 2, 14
|
hlcoord 2, 14
|
||||||
call PlaceString
|
call PlaceString
|
||||||
ld h, b
|
ld h, b
|
||||||
ld l, c
|
ld l, c
|
||||||
ld [hl], $73
|
ld [hl], "”"
|
||||||
call WaitBGMap
|
call WaitBGMap
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user