News:

Don't forget to visit the main site! There's lots of helpful docs, patches, and more!

Main Menu

Repointing asm patches

Started by advancedpillow, February 09, 2019, 02:09:28 PM

Previous topic - Next topic

advancedpillow

I have been reading Grime's great guide but repointing asm patches to free space isn't clear to me. How exactly would I go about doing that?  :?: Cheers!

MetroidNerd#9001

Near the top of the ASM file there should be the offset it begins writing to. Just change the offset and it'll write somewhere else.

advancedpillow


advancedpillow

I need to repoint Scyzer's itemsounds.asm patch to free space starting at offset $279FB but I am having trouble. In the patch, it says it uses free space at $26FD3 to $27023. So I change these values to where I want it to go but it does not work. Anyone know how to repoint this specific patch properly?