pokegold-spaceworld/audio/cries.asm
luckytyphlosion e1659ecd41 Introduce linkerscript.
Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section.
2018-07-03 17:07:05 -04:00

5 lines
107 B
NASM

INCLUDE "constants.asm"
SECTION "audio/cries.asm", ROMX
CryHeaders:: ; TODO: Rip the data, then INCBIN it