mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
00e2eb580c
Mod "Equipment - Force Type" now allows to select a specific sub-type (for example only loot dual guns ground weapon). But this works only for ground weapons, ground armors and skells armors (not skells weapons). Experience mods (Inner, Class and Battle) now affect points gained in battle, missions, quests and exploration (previously only battle was affected).
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
[XCX_DAMAGES]
|
|
moduleMatches = 0xF882D5CF, 0x30B6E091 ; 1.0.1E, 1.0.2U
|
|
|
|
codeCaveSize = 0x14
|
|
|
|
; ----------------------------------------------------------------------------
|
|
; WHO : cfs::CfCompoPropertyEnemy::addDamage((int))
|
|
; WHAT : Multiply the ground damage (skells not included) given to enemy
|
|
|
|
0x00000000 = .byte $mult
|
|
_multiplicator = 0x00000000
|
|
|
|
_damages = 0x00000004
|
|
0x00000004 = lis r4, _multiplicator@ha
|
|
0x00000008 = lbz r4, _multiplicator@l(r4)
|
|
0x0000000C = mullw r4, r4, r31
|
|
0x00000010 = blr
|
|
|
|
0x025D896C = bla _damages
|
|
|
|
[XCX_DAMAGES_1U] ######################################################################
|
|
moduleMatches = 0xAB97DE6B ; 1.0.1U
|
|
|
|
codeCaveSize = 0x14
|
|
|
|
; ----------------------------------------------------------------------------
|
|
; WHO : cfs::CfCompoPropertyEnemy::addDamage((int))
|
|
; WHAT : Multiply the ground damage (skells not included) given to enemy
|
|
|
|
0x00000000 = .byte $mult
|
|
_multiplicator = 0x00000000
|
|
|
|
_damages = 0x00000004
|
|
0x00000004 = lis r4, _multiplicator@ha
|
|
0x00000008 = lbz r4, _multiplicator@l(r4)
|
|
0x0000000C = mullw r4, r4, r31
|
|
0x00000010 = blr
|
|
|
|
0x025D88FC = bla _damages |