Match compressed code

This commit is contained in:
Aetias
2023-09-23 19:05:42 +02:00
parent 55ae38a147
commit b5204037da
3 changed files with 54 additions and 14 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ with open(f'{BUILD}arm9_linker_script.lcf', 'w') as file:
file.write(f'AFTER({ov.after.name})')
elif type(ov.after) is str:
file.write(f'AFTER({ov.after})')
file.write(f' > {ov.name}.bin\n')
file.write(f' > overlays/{ov.name}.bin\n')
file.write('}\n')
file.write('\n')
file.write('SECTIONS {\n')