You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
never show a comma in front of a 7 on a newline
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user