Code:#Foggy Sub
0x00000098 0x0a440000
0x00900000 0x3c0808d1
0x00900004 0x3c090000
0x00900008 0x35290009
0x0090000c 0xad094478
0x00900010 0x03e00008
Printable View
Code:#Foggy Sub
0x00000098 0x0a440000
0x00900000 0x3c0808d1
0x00900004 0x3c090000
0x00900008 0x35290009
0x0090000c 0xad094478
0x00900010 0x03e00008
everything looks good just ur a4 is wrong i think but good job.
ur only suppose to have one 4. 0A400000
Instead of writting this :
lui t1 , $0000
ori t1 , t1 , $0009
You can do this :
ori t1 , zero , $0009
OR
addiu t1 , zero , $0009
Easier & Faster
About hook :
0x0a440000 => j $09100000
09100000 - 08800000 = 00900000
The routine starts at 0x00900000 so it's correct.
ehm what shall tis code do ??