Skip to content

Commit

Permalink
well, now I've tested Rumble World twice, so pretty sure this works
Browse files Browse the repository at this point in the history
  • Loading branch information
meladroit committed Sep 9, 2015
1 parent 7ec5ed1 commit 4269b38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/main.c
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion source/secure_values.c
Expand Up @@ -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");
Expand Down
Binary file modified svdt.3dsx
Binary file not shown.

0 comments on commit 4269b38

Please sign in to comment.