summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2024-09-15 23:26:27 +0100
committerGitHub <noreply@github.com>2024-09-15 18:26:27 -0400
commitdbbeb656f8634c3aec9308eeb9555babd3e3a57d (patch)
treebc4de922a94a384ca2f112da92da7f50b0db5569 /data
parent03a15027063f643ff238266745aabc707e650608 (diff)
[Audio 8/?] Check-in handwritten sequences, build sequences, automate various sfx arrays (#2137)
* [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
Diffstat (limited to 'data')
-rw-r--r--data/audio_tables.rodata.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/data/audio_tables.rodata.s b/data/audio_tables.rodata.s
deleted file mode 100644
index 9014311c0..000000000
--- a/data/audio_tables.rodata.s
+++ /dev/null
@@ -1,16 +0,0 @@
-.include "macro.inc"
-
-/* assembler directives */
-.set noat /* allow manual use of $at */
-.set noreorder /* don't insert nops after branches */
-.set gp=64 /* allow use of 64-bit general purpose registers */
-
-.section .rodata
-
-.balign 16
-
-glabel gSequenceFontTable
- .incbin "incbin/gSequenceFontTable"
-
-glabel gSequenceTable
- .incbin "incbin/gSequenceTable"