mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
15 lines
310 B
ArmAsm
15 lines
310 B
ArmAsm
.section .rodata
|
|
|
|
.include "asm/macros/m4a.inc"
|
|
|
|
.include "sound/voice_groups.inc"
|
|
|
|
@ keysplit tables, programmable wave data
|
|
.incbin "baserom.gba", 0x6b4698, 0x328
|
|
|
|
.include "sound/music_player_table.inc"
|
|
.include "sound/song_table.inc"
|
|
|
|
@ direct sound data
|
|
.incbin "baserom.gba", 0x6b5d04, 0x246338
|