Kuribo64
Views: 19,992,952 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
04-19-24 04:07 AM
Guest:

0 users reading modify marios speeed limit? | 1 bot

Main - General SM64DS hacking - modify marios speeed limit? Hide post layouts | New reply


isceptul
Posted on 12-21-15 01:32 AM (rev. 2 of 12-21-15 01:33 AM) Link | #66436
I'm curious how i can modify marios speed limit, l want him to run a lot faster than intended. I know this can be done with AR codes, but i want this patched into my rom so they dont need to type an AR code.

EDIT: crud, i realised i should've posted this in the sm64ds help thread. I will do that in the future, sorry.

Fiachra
Posted on 12-21-15 07:57 PM Link | #66460
// Increase the running speed (this method called when player moving character) to get the maximum speed.
// Modify as appropriate.
void repl_020D3C64_ov_02()
{
asm
(
"mov r0, #0x026000 \t\n"
);
}

// Increase the rate of Mario accelerating from standing still to 8x faster.
void repl_020D40E0_ov_02()
{
asm
(
"mov r2, #0x8000 \t\n"
);
}

isceptul
Posted on 12-22-15 10:12 PM Link | #66494
Thanks, but im confused on how to patch asm to my rom. Idk how to patch it with nsmbe

Fiachra
Posted on 12-24-15 10:57 AM Link | #66527
There's a stickied thread on it here. Please try to do some investigation of your own first before asking questions.


Main - General SM64DS hacking - modify marios speeed limit? Hide post layouts | New reply

Page rendered in 0.018 seconds. (2048KB of memory used)
MySQL - queries: 28, rows: 200/200, time: 0.012 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.