Quote Originally Posted by As Known As View Post
Nice work, glad to see another person learning. Loading and stroing subrotuines are generally easy to do, but heres a little idea. Im 99% sure that a nop or 00000000 is the EXACT SAME as the byte 00 so that means instead of ori'n (or anddi or addiu works too) you can just load the byte ontot the data.....

lb t1, $00(tX)

Nice work also to increment health find a float and use addiu to add the data to the pointer or fnc when hit.
Thanks. I was looking at guides and saw ori so that's what I used. And the stuff with floats and increment health, I don't get. But don't worry. I will get there sooner or later. I still havn't learned MIPS yet.