Language…
11 users online:  bebn legg, bradcomp, DanMario24YT, DimeR, GRIMMKIN,  idol, Metal-Yoshi94,  Shoujo, signature_steve, SMW Magic, steelsburg - Guests: 305 - Bots: 444
Users: 64,795 (2,372 active)
Latest user: mathew

[SOLVED] Layer 2 Problem

Hello and good afternoon to y'all.

I am currently working on my final Level and I planned to make a room with a Layer 2 Scrolling.

The room includes autoscroll and layer 2 should be supposed to have H: NONE and V:NONE scrolling, so it moves with you while autoscrolling.

The problem is: Since it is a subroom the Layer 2 won't appear ingame.

I once had a patch to fix it several years ago, but I as it seems it got removed from here.

Is anyone able to help ?

Note: I can only work with xkas

Thanks to you all ! #smw{:peace:}


LUNAR MAGIC :


INGAME:



Why can you only work with xkas? Asar and xkas aren't mutually exclusive; you can use both on the same hack without any issues occuring. In fact, most tools nowadays use Asar by default.

Anyway, easiest solution would be to use UberASM Tool with the code:

Code
Load:
	REP #$20
	STZ $1E
	STZ $1466
	LDA #$00C0	; or whatever initial Y position you have for the layer
	STA $20
	STA $1468
	SEP #$20
	RTL


The main issue is that the "None" setting causes Layer 2's initial position to never be reset, so it just carries over from the previous room. Reseting the value on level load is the easiest way to fix it.

Professional frame-by-frame time wizard. YouTube - Twitter - SMW Glitch List - SMW Randomizer
Ah yes the Layer 2 can be reset with the Patch I got some years ago. Now I found the Patch again when I looked for "Reset" - Thanks !

And I can only work with xkas because I never learned anything else. I think I will do it when my Hack is finished.
I sadly don't have much free time to learn such a lot things about smw, but I am doing my best #smw{:TUP:}
uhhhhh actually asar is much easier to use than xkas

just put the exe, the patch, and the rom in a folder together, and double click the asar executable, and specify the rom and patch names