Skip to content

Commit

Permalink
DSi/3DS theme: Make "Please set donor ROM" message more elaborate
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed May 25, 2018
1 parent ea1b96c commit 19a2929
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion romsel_dsimenutheme/arm9/source/fileBrowse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,9 @@ string browseForFile(const vector<string> extensionList, const char* username)
clearText();
showdialogbox = true;
for (int i = 0; i < 30; i++) swiWaitForVBlank();
printSmallCentered(false, 88, "Please set Mario Kart DS as donor ROM.");
printSmallCentered(false, 68, "This game needs a donor ROM set.");
printSmallCentered(false, 88, "Please set Mario Kart DS as donor ROM,");
printSmallCentered(false, 100, "by moving to the ROM, and press SELECT.");
printSmall(false, 208, 166, "A: OK");
pressed = 0;
do {
Expand Down

0 comments on commit 19a2929

Please sign in to comment.