WiiRd forum

Wii & Gamecube Hacking => WiiRD Remote Debugger => Topic started by: oldjimi on June 09, 2009, 05:16:26 PM



Title: fadds on grX buggy?
Post by: oldjimi on June 09, 2009, 05:16:26 PM
Hi,

Im just modifying the Super Monkey Ball Moon Jump code.

I tried to add 0.01 to a float by using:
80000008 3C23D70A
88A00009 00000008

the height is in gr9, but this doesnt work. If I set the height directly using
80000009 41F00000

it works, so I guess fadds is buggy. Im using latest GeckoOS.

Regards
Jimi


Title: Re: fadds on grX buggy?
Post by: Romaap on June 09, 2009, 05:28:06 PM
1) why dont you just use: 86A00008 3C23D70A  ?

2) I think its because 0.01 is WAAAYY too low, make it 1 or 5


Title: Re: fadds on grX buggy?
Post by: oldjimi on June 09, 2009, 05:48:15 PM
i tried that code first, doesnt work either.

BTW the height gets set to a fixed value on fadds (below! current height), it must be really broken.