Language…
7 users online: Golden Yoshi, Ice Man, IvanStefanov, lolyoshi, Mario's GameBase, Pink Gold Peach, Stivi - Guests: 65 - Bots: 123
Users: 67,601 (2,013 active)
Latest user: Xtyler

Reprogrammed Vertical Scroll v1.2

SMW Patches → Reprogrammed Vertical Scroll v1.2

Submission Details

Name: Reprogrammed Vertical Scroll v1.2
Author: Blind Devil
Added:
Version History: View
Tool: Asar
Requires Free Space: Yes
Bug Fix: No
Featured: No
Description: This patch rewrites SMW's vertical scrolling code to make it move smoother, also allowing the player to pan the camera up or down when looking up or ducking if this behavior is set.

Includes defines to enable/disable free vertical scrolling (a.k.a. like the $00F878 hex edit), configure camera panning speeds, and configure camera moving range areas.

v1.2 updates: panning now works properly when underwater; and now pressing Up is used as a condition to pan the camera upwards instead of using the 'player is looking up' flag, so now you can throw items upwards and the camera won't pan down during the throw animation (thanks to Deeke for reporting the issue).
Tags: camera lorom sa-1 screen scrolling scrolling
Comments: 15 (jump to comments)
Download 3.67 KiB | 1,164 downloads

Screenshots

View all

Comments (15)

chineesmw Link
There may be a camera panning bug while Mario is climbing. The camera pans up while Mario climbs up, but doesn't pan down while Mario climbs down. Maybe camera panning while climbing can be disabled in the next update?

I did the following to disable it:
Code
[...]
if !LookUpDown
	LDX #$00		;load value into X
	STX $0C			;store to scratch RAM.

	LDX $71			;load player animation pointer into X
	BNE +			;if not equal zero, skip ahead.
	LDX $74			;load player is climbing flag into x
	BNE +			;if flag is set, skip ahead
	LDX $72			;load player is in the air flag into X
	BNE +			;if flag is set, skip ahead.
[...]
Francium Link
Is there any way to make this so that the camera doesn't pan up or down unless you hold the key down for a while, like in Yoshi7s Island?
that1bigbossyouhate Link
works like a charm!!!#smw{:peace:}#smw{:TUP:}
AuraDee Link
Tested with:
Asar v1.71, SA-1 Pack v1.31, Snes9x v1.55
Nicoke42 From older version: Reprogrammed Vertical Scroll Link
It worked perfectly in a "free vertical scroll" level, but when trying it in a "free vertical scroll when climbing, etc" the camera doesn´t goes up in a part. I´m a newbie so I don´t know if that is clear enough explanation.
chineesmw From older version: Reprogrammed Vertical Scroll Link
Reminds me of Jimmy52905's scrolling in his Ice World hack. I did not believe it was a Super Mario World hack at the time because of this smooth panning. It makes me think it was Game Maker, but I am happy that you are able to create that as well! #tb{:j}
edgar From older version: Reprogrammed Vertical Scroll Link
this is good #wario{:peace:}
Humberto Quackenbush From older version: Reprogrammed Vertical Scroll Link
Wow! #smrpg{y}
David L89 From older version: Reprogrammed Vertical Scroll Link
Amazing!
 Sonikku From older version: Reprogrammed Vertical Scroll Link
No issues that I could find. It's nice that we're finally entering the realm of modifying the default camera movement. I think the camera is the only thing left that leaves SMW feeling blatantly like it's SMW; everything else has been changed heavily by now.
Klug From older version: Reprogrammed Vertical Scroll Link
Incredible!
Ralshi02 From older version: Reprogrammed Vertical Scroll Link
#smw{:TUP:}PERFECT!!!
Final Theory From older version: Reprogrammed Vertical Scroll Link
Good job man.
Final Theory From older version: Reprogrammed Vertical Scroll Link
Good job man.
Knucklesfan From older version: Reprogrammed Vertical Scroll Link
This is very nice, and completely changes SMW. It makes the game SO much better. very nice =)