mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
Change .asm files that are actually only ever included into .inc-files, and rename all files as _header.inc & _footer.inc, depending where they are included.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
%define BPM 100
|
||||
|
||||
%include "../src/sointu.inc"
|
||||
%include "../src/sointu_header.inc"
|
||||
|
||||
; warning: crashes ahead. Now that the bpm could be changed and even modulated by other
|
||||
; signals, there is no easy way to figure out how many ticks your song is. Either
|
||||
@ -33,4 +33,4 @@ BEGIN_PATCH
|
||||
END_INSTRUMENT
|
||||
END_PATCH
|
||||
|
||||
%include "../src/sointu.asm"
|
||||
%include "../src/sointu_footer.inc"
|
||||
|
Reference in New Issue
Block a user