diff --git a/source/main.c b/source/main.c index 84e7ad2..3bffc5a 100644 --- a/source/main.c +++ b/source/main.c @@ -551,7 +551,7 @@ int main() consoleSelect(&titleBar); textcolour(SALMON); - printf("svdt 0.3 [\xe0], meladroit/willidleaway\n"); + printf("svdt 0.3, meladroit/willidleaway\n"); printf("a hacked-together save data explorer/manager\n"); gotoxy(CURSOR_WIDTH,2); textcolour(GREY); diff --git a/source/secure_values.c b/source/secure_values.c index 374c895..7de661e 100644 --- a/source/secure_values.c +++ b/source/secure_values.c @@ -240,7 +240,7 @@ void printSecureGame() printf("apparently asr.dat knows what it is"); break; case SECURE_POKERW: - printf("oh god it's Pokemon Rumble World\n[write back is broken at the moment]"); + printf("oh god it's Pokemon Rumble World"); break; default: printf("no, not inferred at all"); diff --git a/svdt.3dsx b/svdt.3dsx index 3a94c7d..cba1af6 100644 Binary files a/svdt.3dsx and b/svdt.3dsx differ