Merge branch 'develop' of https://github.com/Pecusx/Young-lumberjack into develop

This commit is contained in:
Pecusx
2025-06-23 22:10:17 +02:00
+1
View File
@@ -19,6 +19,7 @@ def write_asm(atrview, out, page, line_from, line_to, skip_left, skip_right):
break
with open(out, 'wt') as f:
print(f'Writing file: {out}')
print_lines(dtas, line_from, line_to, skip_left,skip_right, f)