Music Slot Unlock Modifier [Seedonator / Vega] XXXXXXXX = Value to used on Music Slots In Binary, 0 = unlocked, 1 = locked. Use online Binary to Hex converter if necessary. 00FFFFFF = Unlock all 24 songs in NTSC-J version of game (not applicable for this code ofc since code is for NTSC-U) 000FFFFF = Unlock all 20 songs in NTSC-U/PAL version of game; default value for game FFFFFFFF = Unlock all slots. NTSC-U C2191E24 00000003 9003001C 806D93C0 3CC0XXXX 60C6XXXX 90C30C30 00000000 Code creators: Seedonator & Vega Source~ #START ASSEMBLY #Address Port #NTSC-U = 0x80191E24 #r0, r6 thru r12, and CTR is safe #LR is NOT safe #Original Instruction stw r0, 0x001C (r3) #r3 now safe for use after this instruction #Load Data Save pointer into r3 lwz r3, -0x6C40 (r13) #Set Music Slot Unlocks, 20 slots used for source compilation, adjust this to your needs lis r6, 0x00FF ori r6, r6, 0xFFFF #Write to Memory (Data Save) stw r6, 0x0C30 (r3)