Skip to content

Commit 010a684

Browse files
committed
R4 theme: Change "Start GBA Game" to "Start GBA Mode"
1 parent 8168a2d commit 010a684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

romsel_r4theme/arm9/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ int main(int argc, char **argv) {
710710
if (useGbarunner) {
711711
printLargeCentered(false, 182, "Start GBARunner2");
712712
} else {
713-
printLargeCentered(false, 182, "Start GBA Game");
713+
printLargeCentered(false, 182, "Start GBA Mode");
714714
}
715715
break;
716716
}

0 commit comments

Comments
 (0)