mirror of
https://github.com/pret/pokecrystal.git
synced 2026-06-02 22:09:51 -05: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 += "\""
|
||||
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