Change some addresses for ranked dedis
This commit is contained in:
parent
f6848bda00
commit
45a20fceb4
@ -36,7 +36,7 @@ namespace dedicated_patches
|
||||
{
|
||||
const std::vector<uintptr_t> is_mod_loaded_addresses =
|
||||
{
|
||||
{ 0x1401DA1B5_g },
|
||||
{ 0x14019CFC4_g },
|
||||
{ 0x14024D4A0_g },
|
||||
{ 0x14024D669_g },
|
||||
{ 0x14024D939_g },
|
||||
@ -47,12 +47,11 @@ namespace dedicated_patches
|
||||
{ 0x140251E9E_g },
|
||||
{ 0x140253680_g },
|
||||
{ 0x140257BF6_g },
|
||||
{ 0x1402D25E2_g }, // unsure if needed to patch
|
||||
{ 0x1402D296D_g }, // unsure
|
||||
{ 0x1402D58E9_g }, // unsure
|
||||
{ 0x1402DC5BB_g }, // unsure
|
||||
{ 0x1402D296D_g },
|
||||
{ 0x1402D58E9_g },
|
||||
{ 0x140468374_g },
|
||||
{ 0x14046B796_g }
|
||||
{ 0x14046B796_g },
|
||||
{ 0x14048003D_g },
|
||||
};
|
||||
|
||||
for (const auto& address : is_mod_loaded_addresses)
|
||||
|
Loading…
Reference in New Issue
Block a user