mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
2bc2803549
The goal is to later add a readme.md file for each game, which would describe each mod.
18 lines
599 B
Plaintext
18 lines
599 B
Plaintext
[XCX_MAXSLOTS_1E] ######################################################################
|
|
moduleMatches = 0xF882D5CF ; 1.0.1E
|
|
|
|
; ----------------------------------------------------------------------------
|
|
; WHO : Cshop::updateLuItem((void))
|
|
; WHAT : max 3 slots per armor L shop
|
|
|
|
0x02A3AA18 = li r0, 3
|
|
|
|
[XCX_MAXSLOTS_2U] ######################################################################
|
|
moduleMatches = 0x30B6E091 ;1.0.2U
|
|
|
|
0x02A3AA08 = li r0, 3
|
|
|
|
[XCX_MAXSLOTS_1U] ######################################################################
|
|
moduleMatches = 0xAB97DE6B ; 1.0.1U
|
|
|
|
0x02A3A9FC = li r0, 3 |