mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
never show a comma in front of a 7 on a newline
This commit is contained in:
parent
66b65c854b
commit
e04a7aa375
@ -2247,7 +2247,7 @@ class MainText(TextCommand):
|
|||||||
output += "\""
|
output += "\""
|
||||||
was_comma = False
|
was_comma = False
|
||||||
|
|
||||||
if not was_comma:
|
if not was_comma and not new_line:
|
||||||
output += ", "
|
output += ", "
|
||||||
|
|
||||||
output += "$%.2x\n" % (byte)
|
output += "$%.2x\n" % (byte)
|
||||||
|
Loading…
Reference in New Issue
Block a user