You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -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 += "\""
|
||||
was_comma = False
|
||||
|
||||
if not was_comma:
|
||||
if not was_comma and not new_line:
|
||||
output += ", "
|
||||
|
||||
output += "$%.2x\n" % (byte)
|
||||
|
Reference in New Issue
Block a user