fix goron spginwater rus check

This commit is contained in:
gymnast86
2026-08-29 01:30:58 -07:00
parent b5d9708fa1
commit 1944a797d9
2 changed files with 4 additions and 1 deletions
@@ -1778,6 +1778,8 @@
Freestanding Item:
- Stage: 56
Flag: 0x80
Name Lookup:
- Goron Springwater Rush
- Name: Eldin Field Water Bomb Fish Grotto Chest
Original Item: Purple Rupee
+2 -1
View File
@@ -522,6 +522,7 @@ std::string nameLookupOverride(const std::string& locationName) {
{"Goron Mines Gor Amato Key Shard", ITEM_CHECK_KEY_SHARD_1},
{"Goron Mines Gor Ebizo Key Shard", ITEM_CHECK_KEY_SHARD_2},
{"Goron Mines Gor Liggs Key Shard", ITEM_CHECK_KEY_SHARD_3},
{"Goron Springwater Rush", ITEM_CHECK_GORON_SPRINGWATER_RUSH},
{"Herding Goats Reward", ITEM_CHECK_GOATS_REWARD},
{"Hyrule Castle King Bulblin Key", ITEM_CHECK_BULBLIN_KEY},
{"Ilia Charm", ITEM_CHECK_ILIA_CHARM},
@@ -874,4 +875,4 @@ const char* getYesNoText(bool flag) {
return "Yes";
}
return "No";
}
}