mirror of
https://github.com/gbdev/rgbds.git
synced 2026-06-13 12:12:12 +00:00
5 lines
89 B
NASM
5 lines
89 B
NASM
section "test", rom0
|
|
incbin "data.bin"
|
|
incbin "data.bin", $70
|
|
incbin "data.bin", $20, 10
|