Quote Originally Posted by TiGeR.Jatt... View Post
ok first where did yu get The controller address is 09b65d54
from ???? and second

orignal code:
#Instant Respawn
0x088aead0 0x10000010<----1c800005

Next, add the follow commands
lui t0, $088 b <-----shoudnt the (b) be a (a)
lui t1, $09b6
lw t2, $5d54(t1)
ori t3, zero, $0110
bne t2, t3, $08cf0f10 <---------and where did this come from ????

some1 who is a coder reply back :)

1. 09b65d54 is the Controller Address of the GAME that he is jokering this code for.

2. Yes, it should be (a)

3. bne t2, t3, $08cf0f10 is the Branch which is the jump to jr ra, it is found by jumping it to the line right above jr ra.

Your welcome :)