0x03C264 - 0x03C269 - routine to see all weapons gained to go to Wily after gaining a weapon.
In Layman's terms, this is what tells the game that after defeating a Robot Master and if Mega Man has all of the weapons, then he goes to the Dr. Wily stage immediately.
Now, I've been able to make the stages replayable by hex editing and stop it immediately going to the Dr. Wily stage after a Robot Master is defeated by putting "EAEA3900EAD0" in hexes 0x340EC and 0x038076 via Hex Workshop in the ROM... but that simply doesn't cut it in 0x03C264 - 0x03C269. What I'm trying to do is to have it go back to the stage select screen after the "Get Weapon" screen after obtaining all of the weapons instead of immediately going to Dr. Wily's castle. I've tried using all zeroes at 0x03C264 - 0x03C269, but that just takes me back to the title screen.
Can anyone give me a hand here, please?
In Layman's terms, this is what tells the game that after defeating a Robot Master and if Mega Man has all of the weapons, then he goes to the Dr. Wily stage immediately.
Now, I've been able to make the stages replayable by hex editing and stop it immediately going to the Dr. Wily stage after a Robot Master is defeated by putting "EAEA3900EAD0" in hexes 0x340EC and 0x038076 via Hex Workshop in the ROM... but that simply doesn't cut it in 0x03C264 - 0x03C269. What I'm trying to do is to have it go back to the stage select screen after the "Get Weapon" screen after obtaining all of the weapons instead of immediately going to Dr. Wily's castle. I've tried using all zeroes at 0x03C264 - 0x03C269, but that just takes me back to the title screen.
Can anyone give me a hand here, please?
Comment