messin' around

This commit is contained in:
Arisotura
2020-09-08 20:19:37 +02:00
parent 94d12c68b3
commit 8d42b1c7d7
8 changed files with 303 additions and 29 deletions

View File

@ -1819,14 +1819,14 @@ void debug(u32 param)
fclose(shit);*/
FILE*
shit = fopen("debug/picto9.bin", "wb");
shit = fopen("debug/cam9.bin", "wb");
for (u32 i = 0x02000000; i < 0x04000000; i+=4)
{
u32 val = DSi::ARM9Read32(i);
fwrite(&val, 4, 1, shit);
}
fclose(shit);
shit = fopen("debug/picto7.bin", "wb");
shit = fopen("debug/cam7.bin", "wb");
for (u32 i = 0x02000000; i < 0x04000000; i+=4)
{
u32 val = DSi::ARM7Read32(i);