Fixed Multiworld support for Bonk Drop shuffle

This commit is contained in:
codemann8
2022-07-29 12:39:00 -05:00
parent e218b8dc97
commit fcd871ae43
2 changed files with 9 additions and 9 deletions

View File

@@ -1312,7 +1312,7 @@ bonk_prize_table = {
'Hype Cave Statue': (0x29, 0x10, False, '', 'Hype Cave Area', 'encased in stone')
}
bonk_table_by_location_id = {0x153B00+(data[0]*6)+3: name for name, data in bonk_prize_table.items()}
bonk_table_by_location_id = {0x2ABB00+(data[0]*6)+3: name for name, data in bonk_prize_table.items()}
bonk_table_by_location = {y: x for x, y in bonk_table_by_location_id.items()}