Quote Originally Posted by raumulin View Post
the original

#3rd person view(Hz-15)
0x00542598 0x3F000000


my sub =)
#3rd person view sub
;no longer needs 15 Hz
0x00000098 0x0a400000
0x00800000 0x3c0808d4
0x00800004 0x3c093f00
0x00800008 0x35290000
0x0080000c 0xad092598
0x00800010 0x03e00008
Pretty old code. But nice job subbing, hmm. Next time try to use your own template.

Your code is only running off of 0x3f80 you don't need anything else.

You don't need to use 'ori' to load the second half sense its just 0x0000 and there is no point in loading.

Now say you were loading a code that is oposite like 0x0000FFFF then instead of loading the first half with a 'lui' you can load it with 'ori t1 zero $FFFF' The zero says that the first half of the code is all zero's. Just experiment and keep working on it. Nice work.