Arrow char..

This commit is contained in:
Pecusx
2025-05-31 16:05:59 +02:00
parent 06bad2f194
commit ef8a7e13f9
4 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ def write_asm(atrview, out, page, line_from, line_to, skip_left, skip_right):
write_asm(
atrview='title_fonts.atrview',
out='over_screen.asm',
page=5,
page='GameOver',
line_from=0,
line_to=13,
skip_left=0,
@@ -52,7 +52,7 @@ write_asm(
write_asm(
atrview="title_fonts.atrview",
out='difficulty_texts.asm',
page=4,
page='Options',
line_from=0,
line_to=0+2,
skip_left=0,
File diff suppressed because one or more lines are too long