[Bugfix] - First quiver starting item causes crash (#6889)

This commit is contained in:
Chris
2026-07-09 03:15:44 -04:00
committed by GitHub
parent 73df35c6ab
commit 3249b96343
+1 -1
View File
@@ -231,7 +231,7 @@ void SetStartingItems() {
uint8_t startBow = Randomizer_GetSettingValue(RSK_STARTING_BOW);
if (startBow >= 1)
Item_Give(NULL, ITEM_QUIVER_30);
Item_Give(NULL, ITEM_BOW);
if (startBow >= 2)
Item_Give(NULL, ITEM_QUIVER_40);
if (startBow >= 3)