mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-14 21:40:03 +00:00
dbbeb656f8
* [Audio 8/?] Check-in handwritten sequences, build sequences, automate various sfx arrays * Fix whitespace in aseq.h * Fix sequence 0 sfx id generator * Suggested changes, adjust some MML syntax and add more instruction descriptions * Correct some formatting in aseq.h * Add the dir of the input .seq file to the list of includes to sequence assembling so that assembler-level includes like .include or .incbin work intuitively * aseq.h tweaks * MM review suggestions, aseq.h adjustments
6 lines
217 B
Text
6 lines
217 B
Text
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
# Set browser syntax highlighting for certain files
|
|
*.inc linguist-language=gas
|
|
*.seq linguist-language=gas
|
|
include/audio/aseq.h linguist-language=gas
|