lsdj 0.1.1

Library for interfacing with LSDJ files and memory
Documentation
1
2
3
4
/// The default string of bytes for a new wave table
pub const DEFAULT_WAVE: [u8; 16] = [
    0x8E, 0xCD, 0xCC, 0xBB, 0xAA, 0xA9, 0x99, 0x88, 0x87, 0x76, 0x66, 0x55, 0x54, 0x43, 0x32, 0x31,
];