Can't seem to find Action value for sliding due to slope (not from a dive)
Users browsing this thread: 1 Guest(s)

Hey guys,
I just started playing around with custom ASM codes today, and decided to modify mario's dive mechanics to match super mario sunshine. I was able to allow 'hopping' while in the dive-sliding or dive-ending animation easily, but I can't seem to find the action code for when mario is sliding due to walking on a slope (it appears to be a different action from sliding after a dive). I checked the "Mario's Actions" page, but I couldn't find it there. Anyone happen to know the action code for this type of sliding?
Thanks!

I'd check 8033B17C (Mario's current action) in the debugger's memory viewer to get the value
My threads are now being maintained here

(14-02-2018, 05:01 PM)shygoo Wrote: I'd check 8033B17C (Mario's current action) in the debugger's memory viewer to get the value


Ah, good call! the code for sliding from a slope was 0x00880453 (sliding from a dive is 0x00880456).

Can't seem to find Action value for sliding due to slope (not from a dive)
Users browsing this thread: 1 Guest(s)