Language…
12 users online: ASMagician Maks, Blade.Landfill, bloodpack90, coldwoodman, Evernn, Inflagrandy, Jeyson29, lean4, Rykon-V73, Sakaya, ShirleyVAga, yapdahing - Guests: 110 - Bots: 94
Users: 68,359 (2,226 active)
Latest user: Shuu

Super Mario Aways - Redrawn

Super Mario World Hacks → Super Mario Aways - Redrawn

Submission Details

Name: Super Mario Aways - Redrawn
Author: Mr. MS
Added:
Version History: View
Demo: Yes
Hall of Fame: No
Length: 8 exit(s)
Type: Standard: Normal
Description: "Yeah Yeah, the princess was kidnapped again...But what are you waiting for? Go rescue Her!"
Updates: - More 3 levels
- Custom music
- More ExGFX
- Fixed some typo errors like:"Go rescue SHE!"
- Fixed some perspective errors.
Tags: exgfx music old traditional
Comments: 11 (jump to comments)
Rating:
2.5 (2 ratings)
No rating
Download 307.90 KiB | 2,270 downloads

Screenshots

View all

Comments (11)

Liam Plays Link
Nice hack! Has a Super Mario 3. Feel! You can checkout my play trough here: https://youtu.be/NW_fhx4czDI
thomasbr108 Link
Aways or always?
MrDeePay Link
I could've swore that I accepted this a couple of weeks ago...

In any case, I accepted this hack though there are a number of issues in it. Thankfully, none of these are a kiss of death to warrant a rejection, but still thinks you should look into during a future update.


Mario still jumps around during the intro. To fix this, add this to a patch and apply it to your ROM.

Code
org $009C82	; Disables title screen movement.  Title screen will not loop.
db $EA,$A9,$00



Tile priority.


Minor: Note the Galoomba graphics. From level to level, this isn't really an issue, but one level uses two different set of graphics for what is supposed to be the same enemy, then you might wanna stick with one set of graphics.


Powerup block is up too high, and it's a Flower with only one open space for room.


Trivially Minor: Midway Entrance is too to the right since this is the end of the screen, so the camera "snaps" back into position when Mario gets closer to the door.


Trivially Minor: It's "I'm"


Glitched explosion graphics.


SMW overworld music plays when Mouser is defeated.


Raft ride is pretty drawn out and boring, so you may wanna spice it up some.


React immediately on (sub)level entry or die. A general rule of thumb is to give the player about 3-4 seconds before they need to do any action. This can be lowered in some situations, such as a boss encounter that the player is informed of ahead of time by tell-all hints.


Extend the ground here.


Side bounce block shows a glitched graphic. This should fix it if you apply this to an ASM file and patch it.
Code
org $028789	; ($028752): A subroutine for spawning bounce sprites from blocks. 
db $04		; It continues into the routine at $02887D.



Trivally Minor:
Use a CFG Editor to change the Bob-omb's palette when it's in a bubble to match when it's on the ground.
(no screen) Patch this to your ROM for Chargin'Chuck's Arm so it doesn't look out of place (and so it can be edited via Tweaker or whatever equivilent is the standard nowadays.
Code
org $02CAFA	; Allows Chuck's arm to be edited through Tweaker.
db $40,$00

org $02CB2E	; Also allows Chuck's arm to be edited through Tweaker.
db $08




(Note the Springboard) Bad Sprite Memory


Cutoff, blah blah, rejected etc overused jokes blah blah blah. Just move this structure one tile to the side (or close that gap by one tile).
Mr. MS Author Link
@zacmario i'm planning to send a hack better than this, in this version of this hack, i just fixed some perspective errors, and typos.
zacmario Link
Sweet more 3 levels!
Matheus Peres Lima From older version: Super Mario Aways - Redrawn Link
Nice!
Skullie From older version: Super Mario Aways - Redrawn Link
i cant play it. what emulator do i have to have? i use znes
Nimono From older version: Super Mario Aways - Redrawn Link
This is an alright hack. It's a bit plain, but alright to play through. Just one real issue: The intro message. It says "Yeah, the princess was kidnapped again...and go rescue she. What are you waiting?" It should say "go rescue her", and "What are you waiting for?".

Aside from that, for all custom sprites you added, you didn't really make them fit the style of the rest of the hack... The Chucks are like that, too, for some reason, still in SMW style.
Mr. MS Author From older version: Super Mario Aways Link
Things that will be added in complete version:Custom music, more custom sprites, fix title screen.
7 up From older version: Super Mario Aways Link
Mods are really fast
 Lazy From older version: Super Mario Aways Link
It's playable and doesn't commit any level design crimes, but it doesn't stand out either. It's just landscapes with coins and common enemies. The first three levels all felt the same the to play because they all share the same sprites, music, visuals etc. Try to be more imaginative with your level design!