Files
mk64/data/sound_data/audiobanks.s
AloXado320 30fef62f81 Fix EU build and related cleanup and fixes (#710)
* Fix EU build and eu-final offsets

* Fix instrument align and bring EU matches

* Fix EU trig table segment

* Label audio_init

* Simplify float comments

* Proper EU name version defines
2025-05-11 18:00:37 -06:00

15 lines
261 B
ArmAsm

# Mario Kart 64 (U) disassembly and split file
# generated by n64split v0.4a - N64 ROM splitter
.include "macros.inc"
.section .data
# Audiobank data
.ifdef VERSION_EU_V10
.incbin "bin/audiobanks.eu.bin"
.else
.incbin "bin/audiobanks.us.bin"
.endif