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).
24 lines
793 B
Plaintext
24 lines
793 B
Plaintext
[XCX_NOITEMSELL]
|
|
moduleMatches = 0xF882D5CF, 0x30B6E091 ; 1.0.1E, 1.0.2U
|
|
|
|
; ----------------------------------------------------------------------------
|
|
; WHO : addItem__Q2_3cfs9CfItemBoxSFQ3_2fw9CItemType4TypeUiRQ2_3cfs12CfItemHandle
|
|
; WHAT : instead of selling item, return 0 (no systemlog)
|
|
|
|
0x02365A94 = li r31, 0 ; sellItem
|
|
|
|
; ----------------------------------------------------------------------------
|
|
; WHO : cfs::CfPopManagerItem::updateTouchItem((void))
|
|
; WHAT : exit code if addItem returns 0 (blue gem not collected and no sound)
|
|
|
|
_exit = 0x0238A1BC
|
|
0x02389EF8 = beq _exit
|
|
|
|
[XCX_NOITEMSELL_1U] ######################################################################
|
|
moduleMatches = 0xAB97DE6B ; 1.0.1U
|
|
|
|
0x02365A24 = li r31, 0 ; sellItem
|
|
|
|
_exit = 0x0238A14C
|
|
0x02389E88 = beq _exit
|