Just Dance 4 (Possible Nintendo ADPCM) by vladik4kides at 8:21 AM EDT on July 21, 2017
I have some weird .bin files from Just Dance 4. After some research aluigi suggested me that this could be Nintendo ADPCM file, because it looks like it has some sound data in it. So I wonder if someone could take a look at them and say if its possible to decode them or not. Files Thanks in advance!
struct File { short FileID?; short idk; int FileSizePlus4; int FileSize; byte Data[FileSize] }
Some of the files in the archives do appear to be Nintendo ADPCM, but if they are, there aren't any ADPCM coefficients for them, and you wouldn't be able to decode them with those.