Pages: 1
Posted on 07-21-19, 07:16 pm
Goomba
bashfulwizard

Karma: 39
Posts: 7/24
Since: 01-14-18
I'm wondering, is there a way to adjust Mario's jump height to be like Luigi's without using Mini Mario Physics?
_________________________


Posted on 07-21-19, 07:17 pm
Giant Paratroopa
Cream Cheese King

Karma: 2140
Posts: 898/1379
Since: 04-24-18
ASM hacking

_________________________


Discord Server 1 - Discord Server 2 - Youtube Channel
Posted on 07-21-19, 07:18 pm
Goomba
bashfulwizard

Karma: 39
Posts: 8/24
Since: 01-14-18
i know it involves asm hacking, but i mean HOW do i actually do it?
_________________________


Posted on 07-21-19, 09:00 pm (rev. 1 by  Skylander on 07-22-19, 01:27 am)
Giant Paratroopa
Cream Cheese King

Karma: 2140
Posts: 899/1379
Since: 04-24-18
learn how to code! If you knew how you wouldn't be asking this, and since your asking this, you want us to code for you. Texture requests is one thing, but coding is another

_________________________


Discord Server 1 - Discord Server 2 - Youtube Channel
Posted on 07-21-19, 10:12 pm
Goomba
bashfulwizard

Karma: 39
Posts: 9/24
Since: 01-14-18
asking for help isn't the same as "coding for you". its asking for assistance on a topic. im asking how would i be able to edit the file beyond nsmbe tools.
_________________________


Posted on 07-21-19, 11:00 pm
この記号は… 解読できないよ…


Karma: 6012
Posts: 2597/2723
Since: 01-17-13
Skylander, I have no autority but I'll formally request you watch your attitude.
Posted on 07-22-19, 01:11 am (rev. 1 by  utubeluigi4life on 07-22-19, 01:26 am)
Goomba
bashfulwizard

Karma: 39
Posts: 10/24
Since: 01-14-18
i found the code for a luigi physics asm hack, how do i apply it? (nevermind i got it)
_________________________


Posted on 07-22-19, 01:25 am (rev. 1 by  Skylander on 07-22-19, 01:27 am)
Giant Paratroopa
Cream Cheese King

Karma: 2140
Posts: 900/1379
Since: 04-24-18
I wasn't trying to be bossy or anything. I was just stating facts, that's all. If I did know what codes would work, I would've told him

I do apologize for being a little intimidating. Coding isn't easy, after all
_________________________


Discord Server 1 - Discord Server 2 - Youtube Channel
Posted on 07-22-19, 09:39 pm (rev. 1 by  utubeluigi4life on 07-22-19, 09:40 pm)
Goomba
bashfulwizard

Karma: 39
Posts: 11/24
Since: 01-14-18
its ok, i found the code, how do i apply it to the rom?

Posted by MeroMero
The code loads after the Level Intro.

NSLU physics for Luigi:
repl_0215EAD4_ov_36: STMFD SP!, {R2-R9, LR} MOV R0, R5, LSL R9 LDR R2, =0x2085A50 LDRB R2, [R2] LDR R3, =0x212E2D8 CMP R2, #1 LDRNE R4, =0x3A80 MOVNE R5, #0x90 MOVNE R6, #0xB0 MOVNE R7, #0x80 MOVNE R8, #0x60 MOVNE R9, #0x180 LDREQ R4, =0x4080 MOVEQ R5, #0x60 MOVEQ R6, #0x78 MOVEQ R7, #0x54 MOVEQ R8, #0x40 MOVEQ R9, #0x100 STR R4, [R3] STR R4, [R3, #0x40] STR R4, [R3, #0x80] STR R5, [R3, #0xE0] STR R5, [R3, #0x100] STR R6, [R3, #0xE4] STR R6, [R3, #0x104] STR R7, [R3, #0xE8] STR R7, [R3, #0x108] STR R8, [R3, #0xEC] STR R8, [R3, #0x10C] STR R9, [R3, #0xFC] LDMFD SP!, {R2-R9, PC}


_________________________


Posted on 07-23-19, 01:48 am
Giant Paratroopa
Cream Cheese King

Karma: 2140
Posts: 904/1379
Since: 04-24-18
You copy that code in notepad, then edit it to affect Mario instead of luigi. When you are done, save the file with any name you want, for example: mariojump.s Make sure to have the .s extension on the file. Put it in the source folder of your ASM template then open your rom with NSMBE and then go to tools. Click "Run, make and insert". NSMBE will then compile your ASM code into your rom and apply it. Keep in mind that you MUST have devkitpro installed on your computer for this to work. For more information, there's plenty of tutorials on the ASM hacking part of the forums.
_________________________


Discord Server 1 - Discord Server 2 - Youtube Channel
Posted on 07-23-19, 04:43 am (rev. 3 by  utubeluigi4life on 07-23-19, 05:04 am)
Goomba
bashfulwizard

Karma: 39
Posts: 12/24
Since: 01-14-18
ok, thank you! i got everything working and it works great.
_________________________


Posted on 07-23-19, 02:27 pm
Giant Paratroopa
Cream Cheese King

Karma: 2140
Posts: 905/1379
Since: 04-24-18
I'm happy for you!
_________________________


Discord Server 1 - Discord Server 2 - Youtube Channel
Pages: 1