portal64-still-alive/asm/sound_data.s
2022-05-19 19:26:54 -06:00

13 lines
273 B
ArmAsm

.include "macros.inc"
.section .data
glabel _soundsSegmentRomStart
.incbin "build/assets/sound/sounds.sounds"
.balign 16
glabel _soundsSegmentRomEnd
glabel _soundsTblSegmentRomStart
.incbin "build/assets/sound/sounds.sounds.tbl"
.balign 16
glabel _soundsTblSegmentRomEnd