Language…
7 users online: Aeon, dacin, DashGamer, DixyNL, MegaSonic1999,  Segment1Zone2, toady - Guests: 243 - Bots: 386
Users: 64,795 (2,375 active)
Latest user: mathew

ASM Help

First thing, unless I'm blind, I can't seem to find an ASM patch that makes it to where checkpoints don't make you big (I'm working on a kaizo hack). So it would be great if someone could tell me how to do that. Another thing, when I use ASAR to apply a patch, I drag the files into there where their supposed to go, (My ROM I want to patch in where it says to type it, and the actual ASM patch in when it tells me. I'm dragging them.), It says "error while patching the ROM, ROM has not been modified." I want to know what I'm doing wrong there, even when I expanded the ROM. I patched a retry system and that worked. So it would be great if I can get help with that to.

Thank you.

And, I just noticed after creating this thread theirs a sub forum dedicated to ASM patch help, sorry about that, I'm new here.
"Blasted!"
Originally posted by SMWHackerPRO
First thing, unless I'm blind, I can't seem to find an ASM patch that makes it to where checkpoints don't make you big (I'm working on a kaizo hack).

A patch like that isn't available in the patch section because it's a super simple edit. These simple edits are often listed over in the ROM Map.
To be specific: the description for $00F2CD in the ROM map explains what to edit in order to disable the midway powerups.

Code
org $00F2E2
db $80

Save and patch like you would with any other asm.


Originally posted by SMWHackerPRO
Another thing, when I use ASAR to apply a patch, I drag the files into there where their supposed to go, (My ROM I want to patch in where it says to type it, and the actual ASM patch in when it tells me. I'm dragging them.), It says "error while patching the ROM, ROM has not been modified."

Make a small edit to your ROM in Lunar Magic, save it, and then try patching the asm again.
Hopefully that works.
Please post the full error log that you get, not only the last line of it. And tell people what patch you are applying.
Also, moved to ASM subforum.