>>23511174Ah, thanks..! I was doing that more for the sake of personal curiosity than I was for discovery. I just decided to post a few things I found interesting...
>>23511323>>23511469Ooh..! IDA Pro, compiling Bochs to support debugging was an interesting challenge, even with apt-get source and build-dep for the version that was in Mint's package manager.
Static analysis is nice, but being able to actually play around with the assembly is amazing when trying to figure something out.
Anywho, with IDA, it is far easier to read the messages in the SCRIPT folder after you extract the ROM with ndstool. Check the "SCRIPT/S00P01A" for the partner script as a bunch of assembly data. (Mostly just "db", which gets written to the binary raw when assembled.)
Another interesting bit... After pulling the file apart, you can see that some of the extracted files appear to be additional ROM images themselves.