Hey guys,
The hack I'm working on will let you switch between Mario & Luigi using the Press R to Switch Mario and Luigi Overworld Uberasm. I am also applying the SMB2/SMA Style Luigi Scuttle & a modified version of this Luigi Physics patch. In addition to making these changes, I want to disable Air Flight/Max Speed:
The code above achieves exactly what I want, but I want its effect to only apply to Luigi (leaving Mario in his Vanilla state). As far I can tell, in order to apply something only to Luigi, I should use the RAM address below:
I've been messing around with it a little, but I'm still learning to make patches and my Brain's pretty shot, so please be patient with me. Your help would be greatly appreciated!
*Post Edited multiple times (because I'm a dumb-dumb)
The hack I'm working on will let you switch between Mario & Luigi using the Press R to Switch Mario and Luigi Overworld Uberasm. I am also applying the SMB2/SMA Style Luigi Scuttle & a modified version of this Luigi Physics patch. In addition to making these changes, I want to disable Air Flight/Max Speed:
Code
org $00D66F| db $80 ; Disable air flight/max speed.
The code above achieves exactly what I want, but I want its effect to only apply to Luigi (leaving Mario in his Vanilla state). As far I can tell, in order to apply something only to Luigi, I should use the RAM address below:
Code
$0DB3
I've been messing around with it a little, but I'm still learning to make patches and my Brain's pretty shot, so please be patient with me. Your help would be greatly appreciated!
*Post Edited multiple times (because I'm a dumb-dumb)