mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
fix was_comma statement (gah)
This commit is contained in:
parent
cb0bcb77b9
commit
2eeae555c5
@ -1852,10 +1852,13 @@ class MainText(TextCommand):
|
||||
if not was_comma:
|
||||
output += ", "
|
||||
output += "$%.2x\n" % (byte)
|
||||
was_comma = True
|
||||
was_comma = False
|
||||
new_line = True
|
||||
elif byte == 0x50:
|
||||
assert not new_line, "can't have $50 or '@' as the first character on a newline"
|
||||
|
||||
if in_quotes:
|
||||
output += "@\""
|
||||
pass
|
||||
|
||||
# TODO
|
||||
|
Loading…
x
Reference in New Issue
Block a user