Files
rgbds/test/asm/incbin.asm

5 lines
89 B
NASM

section "test", rom0
incbin "data.bin"
incbin "data.bin", $70
incbin "data.bin", $20, 10