mirror of
https://github.com/n64decomp/mk64
synced 2026-08-16 12:44:47 -04:00
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
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
# Audiobank data
|
||||
|
||||
.ifdef VERSION_EU_1_0
|
||||
.ifdef VERSION_EU_V10
|
||||
.incbin "bin/audiobanks.eu.bin"
|
||||
.else
|
||||
.incbin "bin/audiobanks.us.bin"
|
||||
|
||||
@@ -162,5 +162,3 @@ glabel seq_1C_end
|
||||
glabel seq_1D
|
||||
.incbin "music/29_award_ceremony_4th_8th.m64"
|
||||
glabel seq_1D_end
|
||||
# Unknown region BE90D0-BE90E0 [10]
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
|
||||
@@ -163,6 +163,5 @@ glabel seq_1C_end
|
||||
glabel seq_1D
|
||||
.incbin "music/eu/29_award_ceremony_4th_8th.m64"
|
||||
glabel seq_1D_end
|
||||
# Unknown region BE90D0-BE90E0 [10]
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
|
||||
.endif
|
||||
|
||||
Reference in New Issue
Block a user