mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-22 22:51:15 +01:00
[HW] DLC Fix (#173)
* [HW] DLC Fix Allows the Hyrule Warriors DLC to be used Credits to emoose * [HW] DLC Fix the actual patches to make DLC work... by emoose
This commit is contained in:
parent
983c603386
commit
6c7ae06667
38
Enhancement/HyruleWarriors_DLCFix/patches.txt
Normal file
38
Enhancement/HyruleWarriors_DLCFix/patches.txt
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
[HWDLCFixv208]
|
||||||
|
# thanks to MelonSpeedruns for testing!
|
||||||
|
moduleMatches = 0xE159AE91
|
||||||
|
|
||||||
|
# CDLCManager::bIsValidDLCCostume
|
||||||
|
0x216F97C = li r3, 1
|
||||||
|
0x216F980 = blr
|
||||||
|
|
||||||
|
# CDLCManager::bIsValidDLCBushou
|
||||||
|
0x216F9D8 = li r3, 1
|
||||||
|
0x216F9DC = blr
|
||||||
|
|
||||||
|
# CDLCManager::bIsValidDLCWeaponType
|
||||||
|
0x216FA18 = li r3, 1
|
||||||
|
0x216FA1C = blr
|
||||||
|
|
||||||
|
# CDLCManager::bIsValidDLCWeapon
|
||||||
|
0x216FA58 = li r3, 1
|
||||||
|
0x216FA5C = blr
|
||||||
|
|
||||||
|
# CDLCManager::bIsValidDLCAdventureMap
|
||||||
|
0x216FA98 = li r3, 1
|
||||||
|
0x216FA9C = blr
|
||||||
|
|
||||||
|
# CDLCManager::bIsValidDLCScenario
|
||||||
|
0x216FAD8 = li r3, 1
|
||||||
|
0x216FADC = blr
|
||||||
|
|
||||||
|
# CDLCManager::bIsValidDLCBossChallengeMode
|
||||||
|
0x216FB28 = li r3, 1
|
||||||
|
0x216FB2C = blr
|
||||||
|
|
||||||
|
# CDLCManager::bIsValidDLCGanonPlayMode
|
||||||
|
0x216FB40 = li r3, 1
|
||||||
|
0x216FB44 = blr
|
||||||
|
|
||||||
|
# CDLCManager::CheckThreadMainWiiU
|
||||||
|
0x216F23C = blr
|
4
Enhancement/HyruleWarriors_DLCFix/rules.txt
Normal file
4
Enhancement/HyruleWarriors_DLCFix/rules.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Definition]
|
||||||
|
titleIds = 000500001017D800,000500001017D900
|
||||||
|
name = "Hyrule Warriors - DLC Fix"
|
||||||
|
version = 2
|
Loading…
x
Reference in New Issue
Block a user