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
1) why dont you just use: 86A00008 3C23D70A ?
2) I think its because 0.01 is WAAAYY too low, make it 1 or 5
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.