[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:
nosklo 2018-01-25 23:52:18 -02:00 committed by Michael
parent 983c603386
commit 6c7ae06667
2 changed files with 42 additions and 0 deletions

View 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

View File

@ -0,0 +1,4 @@
[Definition]
titleIds = 000500001017D800,000500001017D900
name = "Hyrule Warriors - DLC Fix"
version = 2