diff options
Diffstat (limited to 'sound/wave/gbwave_000.s')
-rw-r--r-- | sound/wave/gbwave_000.s | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/wave/gbwave_000.s b/sound/wave/gbwave_000.s new file mode 100644 index 0000000..4e9ce0d --- /dev/null +++ b/sound/wave/gbwave_000.s @@ -0,0 +1,11 @@ +@ File generated by m4a2s GB-Wave-Module + .section .rodata + .global gbwave_000 + .align 2 + +gbwave_000: + + .byte 0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF + .byte 0xFE, 0xDC, 0xBA, 0x98, 0x76, 0x54, 0x32, 0x10 + + .end |