Skip to content

Commit bcd57f4

Browse files
Corrects tooltip on otrgui (#305)
Previously said Master Quest rom would work, this removes that and replaces it with GameCube PAL support
1 parent 0a8db6d commit bcd57f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OTRGui/src/game/game.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ void OTRGame::draw() {
188188
sohFolder = path;
189189
}
190190

191-
if (UIUtils::GuiIconButton("Cartridge", "Open\nOoT Rom", 32, 50, currentStep != NULLSTR, "Select an Ocarina of Time\nMaster Quest or Vanilla Debug Rom\n\nYou can dump it or lend one from Nintendo")) {
191+
if (UIUtils::GuiIconButton("Cartridge", "Open\nOoT Rom", 32, 50, currentStep != NULLSTR, "Select an Ocarina of Time\nGameCube PAL or Vanilla Debug Rom\n\nYou can dump it or lend one from Nintendo")) {
192192
const std::string path = NativeFS->LaunchFileExplorer(LaunchType::FILE);
193193
if (path != NULLSTR) {
194194
const std::string patched_n64 = std::string(patched_rom);

0 commit comments

Comments
 (0)