mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-29 07:48:11 -04:00
fix goron spginwater rus check
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user