Skip to content

Commit

Permalink
DS Classic Menu: Change yellow arrow to Manual icon
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Feb 14, 2020
1 parent 93fe1ac commit db9fbd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions quickmenu/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1643,15 +1643,19 @@ int main(int argc, char **argv) {
break;
}
if (startMenu_cursorPosition == 6) {
// Proceed to ROM select menu
// Open manual
showCursor = false;
fadeType = false; // Fade to white
mmEffectEx(&snd_launch);
for (int i = 0; i < 50; i++) {
iconYpos[6] -= 6;
swiWaitForVBlank();
}
loadROMselect();
if (sdFound()) {
chdir("sd:/");
}
int err = runNdsFile ("/_nds/TWiLightMenu/manual.srldr", 0, NULL, true, false, false, true, true);
iprintf ("Start failed. Error %i\n", err);
}

menuButtonPressed = false;
Expand Down
Binary file modified quickmenu/gfx/cornericons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db9fbd7

Please sign in to comment.