Kuribo64
Views: 18,497,457 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
06-09-23 05:02 PM
Guest:

0 users reading Luigi, Wario Wall Jump Hack Possible? | 1 bot

Main - General SM64DS hacking - Luigi, Wario Wall Jump Hack Possible? Hide post layouts | New reply


Luigibro67
Posted on 07-03-19 04:59 AM (rev. 2 of 07-03-19 05:03 AM) Link | #97902
Is it possible to make a hack that allows Luigi and Wario (maybe even Yoshi) to wall jump? It's really dumb how Nintendo didn't allow them to wall jump!

____________________
Weegee! (Mario Kart 8 Character Select voice)

StarPants
Posted on 07-04-19 01:37 PM Link | #97905
this code will do that

#include "SM64DS_2.h"

extern "C" bool wallSlideOrNot()
{
static short angle;

if ((unsigned)(PLAYER_ARR[0]->currState) != Player::ST_WALL_JUMP || PLAYER_ARR[0]->ang.y != angle)
{
angle = PLAYER_ARR[0]->ang.y;
return true;
}

PLAYER_ARR[0]->ang.y += 0x8000;
return false;
}

void nsub_020c1dbc()
{
asm
(
"push {r1-r12, r14} \n\t"
"bl wallSlideOrNot \n\t"
"pop {r1-r12, r14} \n\t"
"cmp r0, #0 \n\t"
"beq 0x020c1e28 \n\t"
"bne 0x020c1dc8 \n\t"
);
}

how to insert: https://youtu.be/eOo3bF7l3lM


Main - General SM64DS hacking - Luigi, Wario Wall Jump Hack Possible? Hide post layouts | New reply

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