Skip to content

Commit c64af39

Browse files
authored
Fix name field id and datestamp field size
1 parent c269eb6 commit c64af39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ app:
3636
db $81,$12,$13,$0f
3737
db $81,$2d,lengthof __app_version + 1,__app_version,$00
3838
db $81,$32,$59,$00
39-
db $81,lengthof __app_name,__app_name
39+
db $81,$40 or lengthof __app_name,__app_name
4040
db $81,$a1,$07
41-
db $03,$26,$09,$00
41+
db $03,$26,$09,$04
4242
db $21,$bb,$6e,$dc
4343
.freespace := 247 - ($-app.start)
4444
db $00,$0d,.freespace

0 commit comments

Comments
 (0)