cemu_graphic_packs/Mods/XenobladeX_mod_CollectiblesIgnore100th/patches.txt
lasyan3 00e2eb580c [XCX] 1.0.1U Compatibility.
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).
2019-03-16 14:25:25 +01:00

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