Skip to content

Commit

Permalink
Update MM3DR for new patches. (#52)
Browse files Browse the repository at this point in the history
Update bank reward three to cover giant wallet or progressive wallet > 1.
  • Loading branch information
PhlexPlexico authored Feb 20, 2024
1 parent 3b1f71a commit e60440f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/location_access.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ void AreaTable_Init() {
LocationAccess(S_CLOCK_TOWN_FINAL_DAY_CHEST, {[] {return Hookshot || (DekuMask && MoonsTear);}}),
LocationAccess(S_CLOCK_TOWN_BANK_REWARD_1, {[] {return true;}}),
LocationAccess(S_CLOCK_TOWN_BANK_REWARD_2, {[] {return AnyWallet;}}),
LocationAccess(S_CLOCK_TOWN_BANK_REWARD_3, {[] {return AnyWallet;}}),
LocationAccess(S_CLOCK_TOWN_BANK_REWARD_3, {[] {return (OceanWallet500 || ProgressiveWallet > 1);}}),
},
{
//Exits
Expand Down

0 comments on commit e60440f

Please sign in to comment.