mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-19 13:34:34 -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"
|
||||
|
||||
BEGIN_PATTERNS
|
||||
PATTERN 64, 0, 68, 0, 32, 0, 0, 0, 75, 0, 78, 0, 0, 0, 0, 0,
|
||||
@ -24,4 +24,4 @@ BEGIN_PATCH
|
||||
END_INSTRUMENT
|
||||
END_PATCH
|
||||
|
||||
%include "../src/sointu.asm"
|
||||
%include "../src/sointu_footer.inc"
|
||||
|
Reference in New Issue
Block a user