Fixed Bonk Drop Locations in Districts

This commit is contained in:
codemann8
2022-11-05 21:57:15 -05:00
parent 757fee8220
commit 1756d22b5d

View File

@@ -620,6 +620,7 @@ def create_dynamic_bonkdrop_locations(world, player):
region = world.get_region(region_name, player)
loc = Location(player, bonk_location, 0, region, hint_text)
loc.type = LocationType.Bonk
loc.real = True
loc.parent_region = region
loc.address = 0x2abb00 + (bonk_prize_table[loc.name][0] * 6) + 3