Language…
10 users online: deported, eltiolavara9, GiraffeKiller, Golden Yoshi, gothic251, koffe190, OrangeRock57, RicardoDeMelo, SirGabe, yoshi9429 - Guests: 261 - Bots: 438
Users: 64,795 (2,375 active)
Latest user: mathew

Enable/Activate all levels

Hi all,

I would like to enable all levels from the LunarMagic editor, so that when the game starts you can choose whatever level you want.

Is this possible somehow ? Can I change the "events passed" in the ROM ?
You can just go into each level's settings #lm{owlevel} on the OW editor and enable moving left, right, up, and down on all stages. That way, you can walk freely across all the stages. You can still have beating levels cause an OW event if you wanted, though, but it's not necessary for making all levels accessible.
Thank you so much for the help ... i will try it out .


If you want to do it quickly, this patch will also work:

Code
	org $049291		; Enable OW free roam.
		JMP $92AF
	org $04DA5C		; Force load layer 1 event tiles
		NOP #9
	org $04E460		; Force load layer 2 event tiles
		BRA $08
	org $04E611		; Skip events at level end
		NOP #9
	org $04DA9F		; Don't reload destroyed tiles
		NOP #3

Just apply it to your hack with Asar.

Professional frame-by-frame time wizard. YouTube - Twitter - SMW Glitch List - SMW Randomizer
impressive forum, people, smw work.

I used your patch and a time freeze patch to do what I was strangling to do with the editor (to access all levels and remove/extend time).

Saved me couple of weeks of work.