mirror of
https://github.com/n64decomp/mk64
synced 2026-06-26 17:11:58 -04:00
Lots of matches in the audio code (#417)
* Lots of audio matches Fully matched heap.c, lots of load.c and some stuff in seqplayer.c Matched heap.c's BSS segement and moved some BSS stuff out of load.c into data.c, since that where it appears to belong according to SM64. Signed-off-by: Taggerung <tyler.taggerung@email.com>
This commit is contained in:
+20
-13
@@ -9,25 +9,32 @@ glabel D_800EA4D0
|
||||
glabel D_800EA4D4
|
||||
.word 0x01145fff
|
||||
|
||||
glabel D_800EA4D8
|
||||
glabel gAudioSessionPresets
|
||||
.word 0x000068b0, 0x01180100, D_800EA4D0, 0x7fff0000
|
||||
.word 0x00002a00, 0x00004600, 0x00000000, 0x00005800
|
||||
.word 0x00002800, 0x00000000, 0x000068b0, 0x01140100
|
||||
.word D_800EA4D0, 0x7fff0000, 0x00002a00, 0x00004600
|
||||
.word 0x00000000, 0x00005800, 0x00002800, 0x00000000
|
||||
.word 0x00002800, 0x00000000
|
||||
|
||||
.word 0x000068b0, 0x01140100, D_800EA4D0, 0x7fff0000
|
||||
.word 0x00002a00, 0x00004600, 0x00000000, 0x00005800
|
||||
.word 0x00002800, 0x00000000
|
||||
|
||||
.word 0x000068b0, 0x011c0100, D_800EA4D0, 0x7fff0000
|
||||
.word 0x00002a00, 0x00004600, 0x00000000, 0x00005800
|
||||
.word 0x00002800, 0x00000000, 0x000068b0, 0x011c0100
|
||||
.word D_800EA4D0, 0x7fff0000, 0x00002a00, 0x00004600
|
||||
.word 0x00000000, 0x00005800, 0x00002800, 0x00000000
|
||||
.word 0x00002800, 0x00000000
|
||||
|
||||
.word 0x000068b0, 0x011c0100, D_800EA4D0, 0x7fff0000
|
||||
.word 0x00002a00, 0x00004600, 0x00000000, 0x00005800
|
||||
.word 0x00002800, 0x00000000
|
||||
|
||||
.word 0x000068b0, 0x01100100, D_800EA4D0, 0x7fff0000
|
||||
.word 0x00002a00, 0x00004600, 0x00000000, 0x00004800
|
||||
.word 0x00002000, 0x00000000, 0x000068b0, 0x01100100
|
||||
.word D_800EA4D4, 0x7fff0000, 0x00002a00, 0x00004600
|
||||
.word 0x00000000, 0x00004800, 0x00002000, 0x00000000
|
||||
.word 0x1c000000
|
||||
.word 0x00002000, 0x00000000
|
||||
|
||||
glabel D_800EA5CC
|
||||
.word 0x000068b0, 0x01100100, D_800EA4D4, 0x7fff0000
|
||||
.word 0x00002a00, 0x00004600, 0x00000000, 0x00004800
|
||||
.word 0x00002000, 0x00000000, 0x1c000000
|
||||
|
||||
glabel gTatumsPerBeat
|
||||
.hword 0x0030, 0x0000
|
||||
|
||||
glabel D_800EA5D0
|
||||
@@ -39,5 +46,5 @@ glabel D_800EA5D4
|
||||
glabel D_800EA5D8
|
||||
.word 0x00000000
|
||||
|
||||
glabel D_800EA5DC
|
||||
glabel gAudioLoadLock
|
||||
.word 0x00000000
|
||||
|
||||
Reference in New Issue
Block a user