![]() | ||
Views: 18,649,186 |
Home
| Forums
| Uploader
| Wiki
| Object databases
| IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search |
10-02-23 03:04 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 |
| ||
Newcomer Normal user Level: 2 ![]() Posts: 1/1 EXP: 39 Next: 7 Since: 07-03-19 From: United States Last post: 1552 days ago Last view: 1552 days ago |
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 |
| ||
![]() Red Koopa Normal user Level: 24 ![]() Posts: 117/124 EXP: 72134 Next: 5991 Since: 04-12-16 Last post: 1165 days ago Last view: 5 days ago |
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: 27, rows: 198/198, time: 0.008 seconds. ![]() © 2005-2008 Acmlm, Xkeeper, blackhole89 et al. |