RicBent |
Posted on 11-02-16, 04:47 pm in mvsl The "Official" MvsL Hacking Thread!
|
Mariomaster
Karma: 8583 Posts: 726/1681 Since: 06-09-12 |
RicBent |
Posted on 11-04-16, 02:39 pm in Literally everything you need to know about Worldmap editing
|
Mariomaster
Karma: 8583 Posts: 729/1681 Since: 06-09-12 |
RicBent |
Posted on 11-09-16, 07:35 pm in solved Worldmap Editor (Help)
|
Mariomaster
Karma: 8583 Posts: 733/1681 Since: 06-09-12 |
RicBent |
Posted on 11-09-16, 11:15 pm in solved Worldmap Editor (Help)
|
Mariomaster
Karma: 8583 Posts: 735/1681 Since: 06-09-12 |
RicBent |
Posted on 11-13-16, 12:36 pm in Misc. patches thread
|
Mariomaster
Karma: 8583 Posts: 741/1681 Since: 06-09-12 |
RicBent |
Posted on 11-14-16, 07:00 pm in ASM problems
|
Mariomaster
Karma: 8583 Posts: 752/1681 Since: 06-09-12 |
RicBent |
Posted on 11-15-16, 08:44 pm in wip Goombatlas - The NSMB Worldmap Editor
|
Mariomaster
Karma: 8583 Posts: 755/1681 Since: 06-09-12 |
RicBent |
Posted on 11-15-16, 10:50 pm in wip Goombatlas - The NSMB Worldmap Editor (rev. 1 by RicBent on 11-15-16, 10:50 pm)
|
Mariomaster
Karma: 8583 Posts: 758/1681 Since: 06-09-12 |
RicBent |
Posted on 11-25-16, 01:32 pm in wip Goombatlas - The NSMB Worldmap Editor
|
Mariomaster
Karma: 8583 Posts: 763/1681 Since: 06-09-12 |
RicBent |
Posted on 12-28-16, 01:49 am in Misc. patches thread
|
Mariomaster
Karma: 8583 Posts: 779/1681 Since: 06-09-12 |
RicBent |
Posted on 02-14-17, 06:24 pm in Castle Courtyard
|
Mariomaster
Karma: 8583 Posts: 795/1681 Since: 06-09-12 |
RicBent |
Posted on 02-15-17, 02:19 pm in Castle Courtyard (rev. 2 by RicBent on 02-15-17, 02:27 pm)
|
Mariomaster
Karma: 8583 Posts: 796/1681 Since: 06-09-12 |
Might have been an error to ban him directly.
But seriously, especially the "Official" in his username suggests that the account was only created to provoke unless he really is a bit let's say childish. Anyways, will leave him a message that he can come back when he thinks of a better username. Edit: And I should know of a joint Newer account because you know, I'm member of them. _________________________ GitHub - Kuribo64 - YouTube |
RicBent |
Posted on 04-02-17, 10:08 am in i have leak the newer super mario ds!! (rev. 1 by RicBent on 04-02-17, 10:09 am)
|
Mariomaster
Karma: 8583 Posts: 824/1681 Since: 06-09-12 |
All I added was this:
Make Boot go to Worldmap: repl_020CC718_ov_01: mov r0, #9 bx lr Instantly load 1-1 on worldmap and give 13 lives: void hook_020CF108_ov_08() { u32 *lives = (u32*) (0x0208B364); *lives = 13; loadLevel(0xD, false, 0, 0, 0, 0, 1, 0, 0, true, 0xFF, 1); } Crash when exiting a level: void nsub_020A189C_ov_00() { OS_Panic(); } Custom debug screen: https://nsmbhd.net/thread/1086-i-haxed-the-debug-screen/ And finally a custom crafted jumpscare sprite which loads the image in wrecking_cre.nsbtx (originally wrecking_crew.narc) and displays it at the camera's position from time to time. Chance that it appears increases when progressing in the level. ![]() _________________________ GitHub - Kuribo64 - YouTube |
RicBent |
Posted on 04-04-17, 09:46 pm in More tilesets?
|
Mariomaster
Karma: 8583 Posts: 827/1681 Since: 06-09-12 |
RicBent |
Posted on 04-05-17, 07:00 am in How to learn C++?
|
Mariomaster
Karma: 8583 Posts: 828/1681 Since: 06-09-12 |
RicBent |
Posted on 04-07-17, 12:53 pm in demo v1.5 released Remake Super Mario Random (rev. 1 by RicBent on 04-07-17, 12:55 pm)
|
Mariomaster
Karma: 8583 Posts: 829/1681 Since: 06-09-12 |
#include "nsmb.h"
void doBehavior(MarioActor* athis, u32 i) { if(i == 0x000100FF) { athis->yAccel = 17000; athis->yPos += 300; athis->xAccel = 0; } } void hook_0211f840(MarioActor* athis) { u32 x = athis->xPos>>12; u32 y = (-athis->yPos)>>12; doBehavior(athis, getTileBehaviorAtPos2(x+6, y+3)); doBehavior(athis, getTileBehaviorAtPos2(x-6, y+3)); } There you go. Adds tile behavior "FF 00 01 00". Stuff taken from dead NSMBCR. Edit: Remember that this will not give you an animated tile. Just the upward momentum. _________________________ GitHub - Kuribo64 - YouTube |
RicBent |
Posted on 04-10-17, 08:42 am in NEED HELP making VS mode more interesting
|
Mariomaster
Karma: 8583 Posts: 832/1681 Since: 06-09-12 |
RicBent |
Posted on 04-15-17, 01:25 pm in What server?
|
Mariomaster
Karma: 8583 Posts: 839/1681 Since: 06-09-12 |
You do not have to enter any server when you open NSMBe.
Just click "Open ROM" and select your NSMB Rom. And appending lots of 's' or '?' won't give things more attention but make you look very 'unprofessional'. And lastly please give more information when you got a problem (and post in the correct forum please). _________________________ GitHub - Kuribo64 - YouTube |
RicBent |
Posted on 04-18-17, 10:19 pm in What are you listening to?
|
Mariomaster
Karma: 8583 Posts: 844/1681 Since: 06-09-12 |
RicBent |
Posted on 05-09-17, 03:57 pm in Newer Super Mario Bros. DS
|
Mariomaster
Karma: 8583 Posts: 853/1681 Since: 06-09-12 |