Well to start off I'm kinda new here, so hello. Anyway, I was hacking MegaMan 64 for the Nintendo 64, and I came across a fog density code. What I am trying to do is, make a code where you hold C-right and press D-pad up to increase fog intensity and hold C-Left and press D-Pad down to decrease it. The value for the fog is 0004 and what I would like to do is have it increase by a value of 2 when I hold C-right and press D-pad up and then have it decrease by a value of 2 when C-left is held and D-pad down is pressed.
I already know that normal jokering won't work, so what I tried doing was using a repeater patch code type to see if I could make it increment the value by 2 each time I held C-right and pressed D-pad up, but it didn't work.
Can someone take a look at the code I made and tell me what I did wrong?
Here is the code. [Note: This is only the first part of the code I am trying to make]
Increase Fog Intensity (Hold C-Right And Press D-Pad Up To Increase Intensity)
D11ACA04 0801
50000100 0002
80204924 0004
I already know that normal jokering won't work, so what I tried doing was using a repeater patch code type to see if I could make it increment the value by 2 each time I held C-right and pressed D-pad up, but it didn't work.
Can someone take a look at the code I made and tell me what I did wrong?
Here is the code. [Note: This is only the first part of the code I am trying to make]
Increase Fog Intensity (Hold C-Right And Press D-Pad Up To Increase Intensity)
D11ACA04 0801
50000100 0002
80204924 0004
Comment