mirror of
https://github.com/n64decomp/mk64
synced 2026-05-25 07:03:01 -04:00
30fef62f81
* 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
15 lines
261 B
ArmAsm
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
|