Skip to content

Commit

Permalink
R4 theme: Change "Start GBA Game" to "Start GBA Mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed May 16, 2018
1 parent 8168a2d commit 010a684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romsel_r4theme/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ int main(int argc, char **argv) {
if (useGbarunner) {
printLargeCentered(false, 182, "Start GBARunner2");
} else {
printLargeCentered(false, 182, "Start GBA Game");
printLargeCentered(false, 182, "Start GBA Mode");
}
break;
}
Expand Down

0 comments on commit 010a684

Please sign in to comment.