Language…
16 users online:  Ahrion, anonimzwx, Astrakitu, Batata Douce,  BeeKaay, DasFueller, Foxy_9000_, Fozymandias, Hammerer, Housemeister, Ice Man, OrangeRock57, ppp9q, schema_tuna, sinseiga, Tsquare07 - Guests: 250 - Bots: 312
Users: 64,795 (2,376 active)
Latest user: mathew

Return to Title

SMW Patches → Return to Title

Submission Details

Name: Return to Title
Author: MarioFanGamer
Added:
Tool: Asar
Requires Free Space: Yes
Bug Fix: No
Featured: No
Description: A very simple patch which adds an option for the player to return to the title screen like in SMAS, albeit without saving.

Requested by Fernand1527.
Tags: lorom sa-1
Comments: 6 (jump to comments)
Download 1.83 KiB | 253 downloads

Screenshots

Comments (6)

Francium Link
I've created a code that solves the following problem.
There may still be bugs, so someone please verify.

First, find "org $048356" in the asm file and overwrite it with "org $048375".

Next, find ShowWindow: and overwrite it with the following code until before ContinueStripe:.
Code
ShowWindow:
	LDA OwAction
	CMP #$03
	BNE .Return
	LDA $16
	AND #$20
	BNE .Prompt
	LDX $0DB3|!addr
	LDA $1F11|!addr,x
	BNE .Return
	LDA $16
	AND #$10
	BEQ .Return
JML $048383|!bank

.Prompt:
	LDA $13D4|!addr
	BNE .Return
	LDA #$09
	STA OwPrompt
.Return:
JML $04839A|!bank
Burning Loaf Link
Tested with:
* SA-1 Pack 1.40
* Asar 1.81
* Lunar Magic 3.31
* Mesen-S 0.4.0

Aside from the issue mentioned below, works as intended.
AyGaAlPa Link
With this patch, Mario cannot scroll across the Overworld placed in any level, just when is moving and pressing start. I think that's a very tiny problem.
 MarioFanGamer Author Link
That... seems like a problem. Yeah, I should look into it soon enough (chances are, it probably won't pass moderation).
 MarioFanGamer Author Link
Originally posted by Fernandito2018
Wait... What happened with my request? I remember requesting a 32x16 fireball, similar to the boss fireball. Maybe you confused me with Fernand1527, because he is the one who requested this patch

Eh... 10/10 brain.
Fernandito2018 Link
Wait... What happened with my request? I remember requesting a 32x16 fireball, similar to the boss fireball. Maybe you confused me with Fernand1527, because he is the one who requested this patch