messing around

This commit is contained in:
Arisotura
2019-10-20 18:35:16 +02:00
parent de11d6d410
commit 1c72df43ab
3 changed files with 39 additions and 6 deletions

View File

@ -103,6 +103,13 @@ void Write(u8 val, bool last)
return;
}
if (CurPos == 0x11 && val == 0x01)
{
printf("BPTWL: soft-reset\n");
val = 0; // checkme
DSi::SoftReset();
}
if (CurPos == 0x11 || CurPos == 0x12 ||
CurPos == 0x21 ||
CurPos == 0x30 || CurPos == 0x31 ||