mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-21 05:34:10 -04:00
Add custom item functions and check functions
This commit is contained in:
+1211
-7
File diff suppressed because it is too large
Load Diff
@@ -247,13 +247,13 @@ u32 verifyProgressiveItem(u32 item)
|
||||
case dItemNo_Randomizer_COPY_ROD_e:
|
||||
case dItemNo_Randomizer_COPY_ROD_2_e:
|
||||
{
|
||||
if (haveItem(dItemNo_Randomizer_COPY_ROD_e))
|
||||
if (haveItem(dItemNo_Randomizer_COPY_ROD_2_e))
|
||||
{
|
||||
item = dItemNo_Randomizer_COPY_ROD_2_e;
|
||||
item = dItemNo_Randomizer_COPY_ROD_e;
|
||||
}
|
||||
else
|
||||
{
|
||||
item = dItemNo_Randomizer_COPY_ROD_e;
|
||||
item = dItemNo_Randomizer_COPY_ROD_2_e;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user