Ndymario |
Posted on 11-14-16, 03:17 am
|
Super Koopa
That MvL Hacker Karma: 1701 Posts: 163/833 Since: 04-11-15 |
Hey, could you make a hack that makes you invincible while "flying" from a pipe cannon, thx
~~Ndymario _________________________ Here's my MvL Hacking thread Consider joining the NSMB DS Hacking Discord Server! Also, be sure to check out the new wiki! #HakingNoMore |
Hiccup |
Posted on 11-14-16, 12:22 pm
|
Birdo
Karma: 2789 Posts: 1930/2091 Since: 06-26-11 |
That was already asked, and the answer was something like "no".
|
Ndymario |
Posted on 11-14-16, 10:13 pm
|
Super Koopa
That MvL Hacker Karma: 1701 Posts: 165/833 Since: 04-11-15 |
Oh I didn't know that whoops
_________________________ Here's my MvL Hacking thread Consider joining the NSMB DS Hacking Discord Server! Also, be sure to check out the new wiki! #HakingNoMore |
skawo |
Posted on 11-19-16, 08:42 pm
|
Karma: 19807 Posts: 829/1100 Since: 04-02-13 |
Shift Podoboo By Half Tile Right Nybble:
repl_02147F14_ov_30:
MOV R4, R0
LDR R1, [R4, #8]
LSR R1, #0x8
ANDS R1, R1, #0xF
BXEQ LR
MOV R1, #0x8000
LDR R0, [R4, #0x60]
ADD R0, R1
STR R0, [R4, #0x60]
BX LR Nybble 10 |
newluigidev |
Posted on 11-23-16, 06:50 am (rev. 1 by newluigidev on 11-23-16, 06:50 am)
|
Nipper Plant
Karma: 2416 Posts: 190/417 Since: 08-17-15 |
Could someone possibly make a code which disables triple-jumping? I'd really apprecialte it
|
skawo |
Posted on 11-29-16, 12:50 am (rev. 1 by skawo on 11-29-16, 12:50 am)
|
Karma: 19807 Posts: 845/1100 Since: 04-02-13 |
Shift Whomp By Half Tile Right Nybble:
repl_0214329C_ov_22:
LDR R0, [R4,#8]
LSR R0, #0x8
ANDS R0, #1
LDREQ R0, [R4,#8]
BXEQ LR
LDR R0, [R4,#0x60]
ADD R0, #0x8000
STR R0, [R4,#0x60]
LDR R0, [R4,#8]
BX LR Nybble 10 |
MarioKart7z |
Posted on 11-29-16, 12:50 pm
|
Panser
I AM DERP INCARNATE Karma: 518 Posts: 281/328 Since: 08-20-16 |
Could you make Mario able to triplejump by jumping on enemies like in NSMBW?
rip signature
|
skawo |
Posted on 11-30-16, 02:46 am
|
Karma: 19807 Posts: 846/1100 Since: 04-02-13 |
Not easily
Swinging Pendulum Platform Z-Order: repl_0217E8C8_ov_58:
LDR R1, [R4,#8]
STMFD SP!, {R0, R1, LR}
ANDS R1, #0xF
MOV R0, #0x100
MUL R0, R1
LDR R1, [R4, #0x68]
ADD R0, R1
STR R0, [R4, #0x68]
LDMFD SP!, {R0, R1, PC} Nybble 12 |
newluigidev |
Posted on 11-30-16, 04:54 am
|
Nipper Plant
Karma: 2416 Posts: 196/417 Since: 08-17-15 |
Posted by newluigidev Could someone possibly make a code which disables triple-jumping? I'd really appreciate it Well, here you go me!! Triple Jump Disabled: #include "nsmb.h"
void hook_0211f840(MarioActor *Player)
{
Player->consecutiveJumps = 0;
return;
} Credit to skawo |
Arceus |
Posted on 12-23-16, 05:40 pm
|
We do what we must because we can
Karma: 5569 Posts: 1206/1426 Since: 06-25-13 |
May I make a small request?
I'm sure you know these red flying ?-blocks on the worldmap which travel from level to level. It always bothered me, that they don't have the same colors like the other used blocks in the level after you used them. For example: A ?-block turns into a blue used block after you hit it in an underground level. But the red ?-block is brown like in an overworld level. I want to ask if you could 'fix' that. _________________________ Super Mario Bros. - The New Worlds | Full release Super Mario Castle 2 | Full release My Youtube channel Best friends forever |
skawo |
Posted on 12-23-16, 05:54 pm (rev. 1 by skawo on 12-23-16, 07:18 pm)
|
Karma: 19807 Posts: 862/1100 Since: 04-02-13 |
Mmmm, maybe. I'll look into it.
EDIT: Well, if you want it, I can make a really lazy thing. |
Ndymario |
Posted on 12-23-16, 09:03 pm
|
Super Koopa
That MvL Hacker Karma: 1701 Posts: 226/833 Since: 04-11-15 |
Can someone fix the bug in which Starcoins won't spawn in any other view than 0, thx ~~Ndymario
_________________________ Here's my MvL Hacking thread Consider joining the NSMB DS Hacking Discord Server! Also, be sure to check out the new wiki! #HakingNoMore |
skawo |
Posted on 12-23-16, 10:02 pm
|
Karma: 19807 Posts: 863/1100 Since: 04-02-13 |
That's not a bug that exists
|
TRS |
Posted on 12-23-16, 10:13 pm
|
Doesn't actually do anything.
Karma: 3022 Posts: 606/653 Since: 10-22-12 |
You fixed it! \o/
♪♫♩♬ |
Arceus |
Posted on 12-24-16, 02:38 pm
|
We do what we must because we can
Karma: 5569 Posts: 1207/1426 Since: 06-25-13 |
Posted by skawo
EDIT: Well, if you want it, I can make a really lazy thing. Sure as long as it works _________________________ Super Mario Bros. - The New Worlds | Full release Super Mario Castle 2 | Full release My Youtube channel Best friends forever |
skawo |
Posted on 12-24-16, 04:50 pm (rev. 3 by skawo on 12-24-16, 04:57 pm)
|
Karma: 19807 Posts: 864/1100 Since: 04-02-13 |
Here. Ultra lazy approach.
Red Block Stuff: repl_0215D168_ov_36:
LDR R0, =0x528
MOV R1, #0
BL loadFileByExtId_3dModel
LDR R0, =0xFileWithBlue
MOV R1, #0
BL loadFileByExtId_3dModel
LDR R0, =0xFileWithRed
MOV R1, #0
BL loadFileByExtId_3dModel
LDR R0, =0xFileWithWhite
MOV R1, #0
B 0x215D174
repl_0215D0F4_ov_36:
LDR R0, [R5, #0x8]
LSR R0, #0x1C
ANDS R0, 0xF
LDREQ R0, =0x528
BXEQ LR
CMP R0, #2
LDREQ R0, =0xFileWithBlue
BXEQ LR
CMP R0, #3
LDREQ R0, =0xFileWithRed
BXEQ LR
CMP R0, #4
LDREQ R0, =0xFileWithWhite
BXEQ LR
LDR R0, =0x528
BX LR Take file 1451. Import different colours into texture slot 1. Put them into the rom, edit in their file IDs in the code above, in hex, after the 0x (File ID = What you see in NSMBe - 131) Nybble 5 on the Red Block will swap the colors. |
Ndymario |
Posted on 12-27-16, 03:27 am
|
Super Koopa
That MvL Hacker Karma: 1701 Posts: 227/833 Since: 04-11-15 |
? It won't Spawn in any other view that 0, so could you fix it / make it work?
_________________________ Here's my MvL Hacking thread Consider joining the NSMB DS Hacking Discord Server! Also, be sure to check out the new wiki! #HakingNoMore |
skawo |
Posted on 12-27-16, 03:44 am
|
Karma: 19807 Posts: 867/1100 Since: 04-02-13 |
Mate, the original game spawns star coins in views other than 0, so I have literally no idea what you're talking about.
|
Ndymario |
Posted on 12-27-16, 04:08 am
|
Super Koopa
That MvL Hacker Karma: 1701 Posts: 228/833 Since: 04-11-15 |
It won't work for me using actor Spawner Hack, does that cause the problem?
_________________________ Here's my MvL Hacking thread Consider joining the NSMB DS Hacking Discord Server! Also, be sure to check out the new wiki! #HakingNoMore |
MarioFanatic64 |
Posted on 12-27-16, 06:13 am (rev. 2 by MarioFanatic64 on 12-27-16, 06:14 am)
|
Roy Koopa
The guy who does things. Karma: 12749 Posts: 2357/2796 Since: 07-01-11 |
Why are you using the actor spawner hack for Star Coins?
New Super Mario Bros.: Clone Tag Team 1+2 / New Super Mario Advance + Take 2 / Super Mario: Endless Earth My two greatest assets have been mental stability and being, like, really smart. |