WiiRd forum

Wii & Gamecube Hacking => PAL Wii Cheat Codes => PAL Wii codes => Topic started by: Nextria on April 14, 2009, 06:10:42 PM

Title: Chicken Shoot [RCSP7J]
Post by: Nextria on April 14, 2009, 06:10:42 PM
No Reload :
04018E98 38060001


It just adds 1 bullet everytime you shoot.
Let me know if it works for you!


greatzz Nextria
Title: Re: Chicken Shoot (EU) RCSP7J
Post by: 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!
Title: Re: Chicken Shoot (EU) RCSP7J
Post by: Nextria on April 15, 2009, 02:41:27 PM
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