Pages: 1
utubeluigi4life |
Posted on 07-21-19, 07:16 pm
|
![]() FunnyBone Karma: 32 Posts: 7/16 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
|
![]() Swagmaster Karma: 1127 Posts: 898/1036 Since: 04-24-18 |
ASM hacking
___________________________________________________________ ![]() New Super Mario Bros. U DS: https://nsmbhd.net/thread/4444-new-super-mario-bros-u-ds-demo-release/ Discord: https://discord.gg/vzf8jpJ Youtube Channel: https://www.youtube.com/channel/UCDVgpALFwJf_u5hjfKEuQSA |
utubeluigi4life |
Posted on 07-21-19, 07:18 pm
|
![]() FunnyBone Karma: 32 Posts: 8/16 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
|
![]() Swagmaster Karma: 1127 Posts: 899/1036 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
___________________________________________________________ ![]() New Super Mario Bros. U DS: https://nsmbhd.net/thread/4444-new-super-mario-bros-u-ds-demo-release/ Discord: https://discord.gg/vzf8jpJ Youtube Channel: https://www.youtube.com/channel/UCDVgpALFwJf_u5hjfKEuQSA |
utubeluigi4life |
Posted on 07-21-19, 10:12 pm
|
![]() FunnyBone Karma: 32 Posts: 9/16 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.
|
Thierry |
Posted on 07-21-19, 11:00 pm
|
Once upon a time there was a tiger.
Karma: 4883 Posts: 2597/2629 Since: 01-17-13 |
Skylander, I have no autority but I'll formally request you watch your attitude.
|
utubeluigi4life |
Posted on 07-22-19, 01:11 am (rev. 1 by utubeluigi4life on 07-22-19, 01:26 am)
|
![]() FunnyBone Karma: 32 Posts: 10/16 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
|
![]() Swagmaster Karma: 1127 Posts: 900/1036 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 ___________________________________________________________ ![]() New Super Mario Bros. U DS: https://nsmbhd.net/thread/4444-new-super-mario-bros-u-ds-demo-release/ Discord: https://discord.gg/vzf8jpJ Youtube Channel: https://www.youtube.com/channel/UCDVgpALFwJf_u5hjfKEuQSA |
utubeluigi4life |
Posted on 07-22-19, 09:39 pm (rev. 1 by utubeluigi4life on 07-22-19, 09:40 pm)
|
![]() FunnyBone Karma: 32 Posts: 11/16 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
|
![]() Swagmaster Karma: 1127 Posts: 904/1036 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.
___________________________________________________________ ![]() New Super Mario Bros. U DS: https://nsmbhd.net/thread/4444-new-super-mario-bros-u-ds-demo-release/ Discord: https://discord.gg/vzf8jpJ Youtube Channel: https://www.youtube.com/channel/UCDVgpALFwJf_u5hjfKEuQSA |
utubeluigi4life |
Posted on 07-23-19, 04:43 am (rev. 3 by utubeluigi4life on 07-23-19, 05:04 am)
|
![]() FunnyBone Karma: 32 Posts: 12/16 Since: 01-14-18 |
ok, thank you! i got everything working and it works great.
![]() |
|
Posted on 07-23-19, 02:27 pm
|
![]() Swagmaster Karma: 1127 Posts: 905/1036 Since: 04-24-18 |
I'm happy for you!
___________________________________________________________ ![]() New Super Mario Bros. U DS: https://nsmbhd.net/thread/4444-new-super-mario-bros-u-ds-demo-release/ Discord: https://discord.gg/vzf8jpJ Youtube Channel: https://www.youtube.com/channel/UCDVgpALFwJf_u5hjfKEuQSA |
Pages: 1