portal64-still-alive/asm/sound_data.s
Matt Penny 4e9e9d32d6 ASM: simplify, document, start integrating with CMake
* Refactor entry point
* Remove unused code
* Reformat level header to be more clear, and add more comments

Looks like assembling with CMake will require some changes to the
assembler flags, and possibly some manual dependency specification.
2024-10-19 02:38:52 -04:00

14 lines
310 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