No Reload :
04018E98 38060001
It just adds 1 bullet everytime you shoot.
Let me know if it works for you!
greatzz Nextria
Nice one.
At the risk of being pedantic however, a Pointer is an address that points somewhere else and so on.
Your code is just a standard 32bit write to an address, looks like an ASM modification (addi r0,r6,1)
I guess I'm saying this so you are clear in case a misunderstanding sends you down the wrong code path if you ask for help about Pointers
Cheers!
Quote from: Panda On Smack on April 14, 2009, 11:32:39 PM
Nice one.
At the risk of being pedantic however, a Pointer is an address that points somewhere else and so on.
Your code is just a standard 32bit write to an address, looks like an ASM modification (addi r0,r6,1)
I guess I'm saying this so you are clear in case a misunderstanding sends you down the wrong code path if you ask for help about Pointers
Cheers!
Hey,
Thanks for the info, im new to this all, and trying hard to understand!
I will edit my post ;)
Greatzz Nextria