TC Given Slot Modifier & Randomizer [Vega]
#1
TC Given Slot Modifier & Randomizer [Vega]

For offline use only.

This code will allow you to modify who gets the TC whenever it gets passed. Therefore you can choose a slot to get the TC even if said slot wasn't participating in the pass of said TC. There are two configs of the code. 1st config is to simply set a custom slot to always get the TC. 2nd config generates the slot value randomly so you will never know who gets the TC.

X = Slot
0 = P1
1 = P2/CPU1
2 = P3/CPU2
.. ..
B = Final CPU

1st config:
NTSC-U
047D8BC4 3BC0000X

PAL
047B1120 3BC0000X

NTSC-J
047B07DC 3BC0000X

NTSC-K
0479F530 3BC0000X

2nd config:
NTSC-U
C0000000 00000004
3D808000 896C1500
396B0001 280B000C
41A00008 39600000
996C1500 4E800020
C27D8BC4 00000002
3FC08000 8BDE1500
60000000 00000000

PAL
C0000000 00000004
3D808000 896C1500
396B0001 280B000C
41A00008 39600000
996C1500 4E800020
C27B1120 00000002
3FC08000 8BDE1500
60000000 00000000

NTSC-J
C0000000 00000004
3D808000 896C1500
396B0001 280B000C
41A00008 39600000
996C1500 4E800020
C27B07DC 00000002
3FC08000 8BDE1500
60000000 00000000

NTSC-K
C0000000 00000004
3D808000 896C1500
396B0001 280B000C
41A00008 39600000
996C1500 4E800020
C279F530 00000002
3FC08000 8BDE1500
60000000 00000000



Code creator: Vega
Code credits: Bully (Can't Pass TCs)



1st Config "Source":
mr r30, r4 changed to li r4, 0xX.

2nd Config Sources
#C0 "Randomizer" Source
lis r12, 0x8000
lbz r11, 0x1500 (r12)
addi r11, r11, 1
cmplwi r11, 0xC
blt+ 0x8
li r11, 0
stb r11, 0x1500 (r12)

#C2 Source
#NTSC-U 807D8BC4
#PAL 807B1120
#NTSC-J 807B07DC
#NTSC-K 8079F530

#Load up item from EVA
lis r30, 0x8000
lbz r30, 0x1500 (r30)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)