Skip to content

Commit

Permalink
slot1launch: Fix Remove flashcard message
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed May 16, 2019
1 parent e874ec6 commit a5786bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slot1launch/arm9/source/main.cpp
Expand Up @@ -125,7 +125,7 @@ int main() {

consoleDemoInit();
if (*(u32*)((u8*)io_dldi_data+0x64) & FEATURE_SLOT_NDS) {
printf ("Please remove your flash card.\n");
printf ("Please remove your flashcard.\n");
do {
swiWaitForVBlank();
getHeader (ndsHeader);
Expand Down

0 comments on commit a5786bc

Please sign in to comment.