mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Encrypt most of the remaining items, and all player IDs
This commit is contained in:
17
Regions.py
17
Regions.py
@@ -397,6 +397,23 @@ shop_table = {
|
||||
'Capacity Upgrade': (0x0115, ShopType.UpgradeShop, 0x04, True, True, [('Bomb Upgrade (+5)', 100, 7), ('Arrow Upgrade (+5)', 100, 7)])
|
||||
}
|
||||
|
||||
old_location_address_to_new_location_address = {
|
||||
0x2eb18: 0x18001b, # Bottle Merchant
|
||||
0x33d68: 0x18001a, # Purple Chest
|
||||
0x2df45: 0x18001d, # Link's Uncle
|
||||
0x2f1fc: 0x180008, # Sahasrahla
|
||||
0x18002a: 0x18001c, # Black Smith
|
||||
0x339cf: 0x180009, # Sick Kid
|
||||
0x33e7d: 0x180019, # Hobo
|
||||
0x180160: 0x18000b, # Desert Palace - Desert Torch
|
||||
0x289b0: 0x180018, # Master Sword Pedestal
|
||||
0xf69fa: 0x180007, # Old Man
|
||||
0x180162: 0x18000d, # Tower of Hera - Basement Cage
|
||||
0x330c7: 0x18000a, # Stumpy
|
||||
0x180161: 0x18000c # Ganons Tower - Bob's Torch
|
||||
}
|
||||
|
||||
|
||||
key_drop_data = {
|
||||
'Hyrule Castle - Map Guard Key Drop': [0x140036, 0x140037],
|
||||
'Hyrule Castle - Boomerang Guard Key Drop': [0x140033, 0x140034],
|
||||
|
Reference in New Issue
Block a user