mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 02:02:06 +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
|