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:
AloXado320
2025-05-11 19:00:37 -05:00
committed by GitHub
parent 1f9e0d7e6a
commit 30fef62f81
24 changed files with 145 additions and 1042 deletions
+1 -1
View File
@@ -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"
-2
View File
@@ -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
+1 -2
View File
@@ -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