Language…
6 users online: AJ1Ayrton, masl, Nirv, Oskise, playagmes169, Tsquare07 - Guests: 252 - Bots: 245
Users: 64,795 (2,375 active)
Latest user: mathew

Help getting the background to scroll horizantally in a vertical level

You know how in smw, when you get the wings with yoshi you go to that bonus area where the background is scrolling super fast?

Well I'm trying to get the background to scroll like that in a vertical level and the special sprite for it doesn't seem to be working. Help?
My youtube: https://www.youtube.com/channel/UCbX4pLm713laHTRtLj9xpxw
My twitch: https://www.twitch.tv/theqwollone
Fast BG Scroll sprite needs the triple grey turnblock sprite to work (the one in Forest Secret 1 or 2)
Hi, I'm a signature!
Hack Thread
Hack Testing Status: Available.
Layout by Koopster.


Alternatively, if you're using levelasm, put this code as your level's init code:
Code
init:
	INC $1B9A
	RTL		;; change to RTS if using the patch version


Professional frame-by-frame time wizard. YouTube - Twitter - SMW Glitch List - SMW Randomizer
C1.

Just as an extra tip, this page is extremely useful to have at hand in cases like this.