mirror of
https://github.com/FireEmblemUniverse/fireemblem8u.git
synced 2024-11-24 05:39:45 +00:00
split sound_data baseroms
This commit is contained in:
parent
5b5b617d48
commit
2196c5b127
@ -1,12 +1,16 @@
|
||||
.section .rodata
|
||||
|
||||
.align 4
|
||||
.incbin "baserom.gba", 0x207470, 0x1CF94 @ voicegroup data
|
||||
.incbin "baserom.gba", 0x207470, 0x1CCE0 @ voice_groups.inc
|
||||
.incbin "baserom.gba", 0x224150, 0x204 @ keysplit_tables.inc [unused]
|
||||
.incbin "baserom.gba", 0x224354, 0xB0 @ programmable_wave_data.inc
|
||||
|
||||
.global gMPlayTable
|
||||
gMPlayTable: @ 0x08224404
|
||||
.incbin "baserom.gba", 0x224404, 0x6C
|
||||
.incbin "baserom.gba", 0x224404, 0x6C @ music_player_table.inc
|
||||
|
||||
.global gSongTable
|
||||
gSongTable: @ 0x08224470
|
||||
.incbin "baserom.gba", 0x224470, 0x363290
|
||||
.incbin "baserom.gba", 0x224470, 0x1F44 @ song_table.inc
|
||||
|
||||
.incbin "baserom.gba", 0x2263B4, 0x36134C @ direct_sound_data.inc
|
||||
|
Loading…
Reference in New Issue
Block a user