mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-24 07:07:10 -05:00
never show a comma in front of a 7 on a newline
original-commit-id: e04a7aa37585162d366d2075b378946ca8484429
This commit is contained in:
parent
7d420327f2
commit
25e4f54e5a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user