Pages: 1
Posted on 01-14-18, 05:59 pm
Goomba
bashfulwizard

Karma: 39
Posts: 1/24
Since: 01-14-18
I am making a rom hack of New Super Mario Bros DS and I need to force Luigi to replace Mario in story mode, any ideas on how to force characters?
_________________________


Posted on 01-14-18, 06:05 pm
Micro-Goomba
Banned: Reregging to rig his karma

Karma: -29
Posts: 12/19
Since: 08-10-16
I think asm hacking
_________________________
Sorry for my english,but you know,i'm italian...anyway,nothing to say.
Posted on 01-14-18, 06:09 pm (rev. 1 by  HD Erick Games on 01-14-18, 06:09 pm)
Red Paratroopa
Someone who speaks Portuguese

Karma: 531
Posts: 131/168
Since: 11-02-16
Posted on 01-14-18, 06:09 pm
Goomba
bashfulwizard

Karma: 39
Posts: 2/24
Since: 01-14-18
thanks
_________________________


Posted on 01-14-18, 06:11 pm
Micro-Goomba
Banned: Reregging to rig his karma

Karma: -29
Posts: 13/19
Since: 08-10-16

Thank you
_________________________
Sorry for my english,but you know,i'm italian...anyway,nothing to say.
Posted on 01-14-18, 06:14 pm (rev. 1 by RicBent on 01-14-18, 11:07 pm)
Mariomaster

Karma: 8528
Posts: 1086/1681
Since: 06-09-12
Try this asm hack. It's a patch template version of the Luigi only patch. No overlay hex editing needed.

nsub_020D299C_ov_09:
    MOVNE    R1, #1
    STRNEB    R1, [R0]
    B       0x020D29A8

nsub_020D2A78_ov_09:
    MOVNE    R1, #1
    STRNEB    R1, [R0]
    B       0x020D2A84

_________________________
GitHub - Kuribo64 - YouTube
Posted on 01-14-18, 06:42 pm
Goomba
bashfulwizard

Karma: 39
Posts: 3/24
Since: 01-14-18
I found a hex edit tutorial on youtube that covered how to replace the code, and better yet, it uses always luigi as the example. so if anyone else has the same problem, use this video. https://www.youtube.com/watch?v=1xMqAGfZp7U
_________________________


Posted on 01-16-18, 11:11 pm
Goomba
bashfulwizard

Karma: 39
Posts: 5/24
Since: 01-14-18
how do you modify the gui icons?
_________________________


Posted on 01-18-18, 04:53 am
Goomba
Dazed and confused.

Karma: 17
Posts: 6/26
Since: 01-13-18
Posted by utubeluigi4life
how do you modify the gui icons?

The ones on the main menu? Or the bottom screen during the game? Or the map gui?
_________________________
Currently working on:
Unnamed NSMB hack
Posted on 01-21-18, 11:03 pm
Goomba
bashfulwizard

Karma: 39
Posts: 6/24
Since: 01-14-18
Posted by Pankake
Posted by utubeluigi4life
how do you modify the gui icons?

The ones on the main menu? Or the bottom screen during the game? Or the map gui?


the ones during gameplay
_________________________


Pages: 1