30 years ago today, Super Mario Bros. 3 was released in Japan! Amazingly, folks around the world have been using TAS to solve it quicker and quicker for half that time.
Widely considered one of the greatest video games of all time, its development was led by Shigeru Miyamoto, the legendary designer behind several iconic franchises. Some believe Miyamoto had a mischievous streak and included an elaborate back door in Super Mario Bros. 3 that went undiscovered until 2014.
This submission improves the published run by 40 frames and includes a ~1 frame time/entertainment trade-off.
Despite a time improvement of less than a second in a span of 8 years, multiple points in this submission are quite noticeably different from the published run, and seemingly each frame we saved had a bit of a story to it. If you wish to avoid spoilers, we recommend watching before you read further.
You may press the "CC" button to see closed-captioned subtitles explaining the various strategies. There are also subtitles included with the .fm2 file.
You may be interested in these side-by-side comparisons of TAS strat evolution in SMB3, showing portions of movies by Morimoto in 2003, Genisto in 2005, Lord Tom, Mitjitsu & Tompa in 2010 compared to this submission.

World 1/Warp Flutes

8-Fortress

The Strats

1-1

We incorporate the improved mushroom grab discovered by GlitchMan (previously published in the warpless and 100% versions), which exits the mushroom block with sufficient speed to clear the pit that follows, saving 6 frames.
The lag frame near the mushroom grab is avoidable using a tweak on the published mushroom grab, but not with GlitchMan's faster one. In testing, the loss of frames to remove the lag frame compounds itself as World 1 continues due to worse luck with the RNG for the overworld hammer brothers, ultimately falling short of the frame rule on 8-Tank boomerang brother. The bottom line is that removing this lag frame could improve this submission by 1 frame, but because of the Bowser RNG pattern it would NOT improve the fastest possible time.

1-3

The first visually notable strat change is clipping into the block with the leaf to activate it rather than capturing and throwing a koopa shell. This is 2 frames faster - and would have been more except for the need to preserve P-speed long enough to get to the white block.
RAT926 made the other major discovery here. The koopa on the white block must be disabled, or it will hit Mario before he can duck through the block. Unfortunately, ducking ordinarily cancels a tail flip. Several frames are saved by using a duck-jump up to the white block; since Mario is already ducking, the tail flip is not canceled when he lands, and so the timer for ducking on the block can be started earlier.

8-Tank

The combination of savings in World 1 was sufficient to save an RNG-related 14-frame rule on the boomerang brother at the end of 8-Tank.

Score Manipulation

We had noticed some variation in the number of lag frames required to enter the pipe at the end of the various autoscrollers: sometimes it'd be 9, sometimes 10. It didn't seem to be affected by enemy position, etc, but Tompa noticed on 8-Navy that by waiting atop the pipe, the amount of lag would change every 20ish frames: 9, 10, 9, 10, in an endless cycle.
By dumping traces and comparing instruction counts, Lord Tom found the cyclical phenomenon seemed related to the sound code. This made sense, because the sound code executes during lag frames -- otherwise the music would lag and would sound awful.
This insight didn't prove useful, but led to one that did. Using the same technique to investigate an extra lag frame at the start of 8-Tank2, we found a quite unexpected cause: the score display!
The score is stored as 3 bytes at $715-7. But converting those bytes to a six-digit, base-10 number (plus a zero on the end) is actually quite a chore for the NES's little 6502 processor. Basically, a loop runs for each digit in the display -- the higher the digit, the more iterations of the loop. Those extra instructions can add up; for frames where it's a close call whether or not lag will occur, having a good (or bad) score can make the difference.
A good score is one where the sum of each digit is low, so 9999990 is the worst and 0 is the best, and 1110000 is much better than 9990. To check a given score, we'd just divide by 10 and convert to hex, e.g. for 224,030 we'd google '22,403 in hexadecimal', then use the hex editor to enter 00 57 83 starting at $715 and see if it lagged. It was surprisingly painful to aim for the scores we wanted, chained from level to level as the autoscrollers have hundreds of individual scoring events, the escalation of values as you stomp enemies make certain scores much easier to achieve than others, and the timer countdown at the end of each level affects the 10's place, which we can otherwise only change via coins (50) and block-breaking (10).
All that said, compared to the published run, we removed all possible lag frames on the autoscrollers by chasing beautiful, round, low-digit scores, which was 4 frames. The 1-1 lag frame is unaffected by score.

8-Airship

We were quite surprised to find 6 frames here, because the underlying game physics were known as far back as 2008 when Lord Tom recalls Mitjitsu mentioning it was possible to inch further right on the screen by jumping up and down without holding right.
Actually, you don't have to jump, you just have to be on the right side of the screen with a horizontal speed ($bd) between 1 and 14. The Airship scrolls faster than other auto's, 15/16th pixel per frame; because of how Mario is kept in synch with the terrain, he can advance 1 pixel right every 16 frames, when the camera doesn't advance. Prior runs used this to finish with Mario's screen position at 233, or 7 pixels further right than is possible just pressing right all the time.
Well, apparently neither in that run nor in any subsequent submission was it realized that getting P-speed and doing as large a jump as possible before the last platform would increase the time Mario can spend digging himself into the right side of the screen. This was done here to achieve a final screen position of 239, 6 frames faster.

8-1

Two frames saved by not needing to manipulate the card at the end of the level (flowers gotten rather than stars in World 1) and better corner boosting.

8-Fortress

This submission contains the first significant route change to 8-F since Morimoto's landmark TAS in 2003. Lord Tom proposed it early in our work on this run, but all of us worked heavily in optimizing it. There's a lot going on, so it's worth breaking the route down step by step.

1. 1st Star

The major challenge here is to grab the star as quickly as possible while still being able to clip through the blocks to the right. Performing the clip requires a duck-jump at a certain horizontal speed (33+). Unfortunately, while it is possible to use a duck jump to grab the star, it cannot be done with a high enough speed to perform the clip - it isn't even close. As a result, the star is grabbed from the block's left side. As well, the star grab and clip must be performed without touching ground for more than a frame at a time - else more P-meter power is lost performing the clip, along with several frames afterward.

2. 2nd Star

One might wonder why we grab the first star at all if there's another one just down the way. Well, the reason is that if you don't have star power active when you hit the 2nd star's block you'll get a coin rather than a star!
This grab was perhaps the most laborious portion of the route to optimize. Again, to preserve P-speed we need to avoid spending more than one frame on the ground prior to grabbing the star. As with the first star, the game's collision detection makes it impossible to grab a power-up via a duck jump with appreciable horizontal velocity, so we stand up for a frame as we leave the block to take advantage of standing-Mario's bigger hit box.
After grabbing the star, we need enough speed (49+) to clip through the blocks ahead, which is just possible.

3. P-Switch

Like the 1st star, hitting the P-switch might seem a needless detour, but the door to BoomBoom only exists when a P-switch is active, so it can't be skipped.
A shout-out here to Tompa for finding a type of block clip we hadn't seen before - to go through the wall we duck-jump to fall into the block that's sticking out, then "land" as if to do a wall-jump against the wall beyond it. Now, since we've landed but are also ducking inside a block, we clip through the wall without having to stand up.
With optimal conditions, there's just enough time to get through the wall, hit the P-switch and jump up to it before losing additional P-meter.

4. Spike Room

We tried soooo many strats in here; this was the fastest we found. Like the published run, we go through the door as far left as is useful to let accelerate, jumping coming out of the door to preserve P-speed.
Since we have the star, though, we can duck-jump under the spikes! At least, we can until the star runs out, which we manage to delay long enough to slide out without losing P-speed. Unlike the published run, our P-switch is still active at this point, which means we don't get extra speed from the moving walkway, but it's still faster to run right before firing our fireballs.

5. Boom Boom

Once BoomBoom is active, the moving walkway starts again; we stay on the ground as long as possible to take advantage.
BoomBoom is defeated 29 frames faster. Despite this, there's less time left on the level timer (378 vs 380) because we used fewer doors, during which the timer doesn't run. Unfortunately, the level timer counts down digit by digit, though. It takes 8 more frames to count down from 378 than it does from 380, so we lose those frames after the ? ball is grabbed and finish the level 21 frames faster.
So, hooray, new 8-F strat! But...remember those door transitions? There's a caveat...

Time vs Entertainment

None of us anticipated including time-entertainment trade-offs in this submission, so here's the explanation. The fundamental reason is the Bowser Quick Drop. Killing Bowser just as he's about to take a small hop makes him drop much more quickly, saving about 50 frames. Unfortunately, the RNG patterns that permit this are infrequent, creating a frame-rule of sorts generally on the order of dozens of frames.
With that background, let's go back to 8-F. Compared to all prior strats, the 2-star strat is faster and (we think) much more interesting, involving highly optimized and varied powerup collection, block clipping, and even jumping through a spiked tunnel at top speed. Okay, so what's the problem?
The problem is the new strat enters 2 fewer doors. While the door transitions take up realtime frames, the RNG lags during them - so the new strat is "slower" as far as the RNG is concerned because we've used more non-lag frames. Depending purely on luck, this can be helpful, harmful, or irrelevant. We had bad luck: despite the new strat being 21 frames faster in realtime, the old strat's extra lag frames generate the right Bowser pattern 1 frame earlier.
This was a wrench: For us and probably for many, the SMB3 TASs are iconic for their pursuit of speed and perfect optimization. However, entertainment is no small part of their popularity, as well as being a focus of tasvideos. We decided we'd rather submit (and watch) a movie that shows a surprising new strat that does finish the level faster rather than one that is slower in-level but shaves 1 more frame by lagging the RNG through a pair of door transitions. The same logic applies to the lag frame in 1-1 since avoid it would prevent us from using GlitchMan's improved strat as well as make the fastest Bowser pattern unattainable.
It is our understanding that there is a comments section if anyone wishes to weigh in...

Bowser

Our original submission was actually 1 frame slower than is possible between Bowser's death and the end of the movie. We discovered this was due to an unfavorable y subpixel for Bowser, which (since he's the only enemy we encounter in the castle that moves vertically) had to be fixed via a minor change in 8-Tank2.

Lord Tom's Comments

I was glad to get pulled in on this project. I'd kept tabs on the known improvements, and had found the 1-3 leaf grab playing around some months earlier, but real life has been busy and I probably wouldn't have had the oomph to start it on my own.
This project was harder than I expected as the 8-F route and score manipulation were totally new, and the RNG/lag madness with the Bowser and 8-Tank frame rules complicate things a lot. It was great fun collaborating with these guys, especially improving 8-F. Although we always want to beat the next frame rule, I'm very happy with where we ended up and to take this category another notch faster.

Maru's Comments

It's amazing to see this game being pushed one step further. For such a tightly contested category like this, it was great working with Lord Tom and Tompa to produce this work of TASing. We hope to work on other SMB3-related projects in the future. It's good that we were able to find something new even after all these years, and despite the fact that lag manipulation and RNG frustrated us throughout making this project, we were able to find answers to things that mysteriously puzzled us for quite some time.

Tompa's Comments

For the past couple of years, I've went back to this category many times, trying to find the final frame needed in W1 for the better Boomerang Bro. pattern in 8-Tank. Prior to that, we could have saved the lag frame in 1-1 by losing real time frames, but making a new TAS purely to save a lag frame was discouraging and felt pointless to me.
Then RAT926 came up with a faster 1-3 strat that got me really excited. Six months later, I was contacted by Maru about making a new TAS. Lord Tom was, once again, dragged into this and the struggle began!
I'll likely never grow tired of TASing this game and this is not the end either. Thanks a lot to Maru and Lord Tom for teaming up on this, I had a lot of fun!

Thanks

  • GlitchMan - For the 1-1 mushroom grab
  • RAT926 - For improving the 1-3 tail-flip, and for generally masterful glitch-hunting
  • Southbird's disassembly of the game was again extremely helpful for deciphering game mechanics and how to save lag by manipulating the score.

Nach: Judging. I think. Gotta remember how to do this again...
Masterjun: Replaced movie with a 1 frame improvement.

Nach: This game for the most part is the one that started it all. It's great to see an improvement for it. You had me on pins and needles anticipating how will you get 99 lives.
Great audience feedback, and obviously a great run. Accepting to stars.
fsvgm777: Processing.
Note to self: Inherit tier.

TASVideoAgent
They/Them
Moderator
Joined: 8/3/2004
Posts: 14773
Location: 127.0.0.1
EZGames69
He/They
Expert player, Publisher, Reviewer (3941)
Joined: 5/29/2017
Posts: 2701
Location: Michigan
Holy moly, I was not expecting this. Happy 30th anniversery to this great game! Obviously voting yes for this.
[14:15] <feos> WinDOES what DOSn't 12:33:44 PM <Mothrayas> "I got an oof with my game!" Mothrayas Today at 12:22: <Colin> thank you for supporting noble causes such as my feet MemoryTAS Today at 11:55 AM: you wouldn't know beauty if it slapped you in the face with a giant fish [Today at 4:51 PM] Mothrayas: although if you like your own tweets that's the online equivalent of sniffing your own farts and probably tells a lot about you as a person MemoryTAS Today at 7:01 PM: But I exert big staff energy honestly lol Samsara Today at 1:20 PM: wouldn't ACE in a real life TAS just stand for Actually Cease Existing
nymx
He/Him
Editor, Judge, Skilled player (1585)
Joined: 11/14/2014
Posts: 798
Location: South Pole, True Land Down Under
Yes as well. Very good run and entertaining.
I recently discovered that if you haven't reached a level of frustration with TASing any game, then you haven't done your due diligence. ---- SOYZA: Are you playing a game? NYMX: I'm not playing a game, I'm TASing. SOYZA: Oh...so its not a game...Its for real? ---- Anybody got a Quantum computer I can borrow for 20 minutes? Nevermind...eien's 64 core machine will do. :) ---- BOTing will be the end of all games. --NYMX
Challenger
He/Him
Skilled player (1634)
Joined: 2/23/2016
Posts: 1033
Another 30th anniversary here! I waited for this run for months since that news (and the following post) and now... You did it! A SMB3 any% TAS is still great to watch even after all these years.
TASVideoAgent wrote:
If you wish to avoid spoilers, we recommend watching before you read
This helped me (like those Zelda 1 runs). Thanks a lot :p Now, yes vote! Looking forward for the next project, someday!
My homepage --Currently not much motived for TASing as before...-- But I'm still working.
Soig
He/Him
Skilled player (1458)
Joined: 12/4/2010
Posts: 252
I can't believe this branch is improved, again. I'll give it a watch tonight.
Editor, Skilled player (1408)
Joined: 12/28/2013
Posts: 396
Location: Rio de Janeiro, Brasil
Truly amazing to see this branch improved after so long! That room in 8-F was magnificent, though it's a pity that it didn't provide a good RNG it justifies the trade-off.
My YouTube channel: https://www.youtube.com/channel/UCVoUfT49xN9TU-gDMHv57sw Projects: SMW 96 exit. SDW any%, with Amaraticando. SMA2 SMW small only Kaizo Mario World 3
fmp
He/Him
Active player (273)
Joined: 9/1/2018
Posts: 82
Yes Yes Yes Yes YES I loved the screenwrapped 1-up on the first tank level.
Joined: 12/29/2007
Posts: 47
First of all, this movie is improving 4 frames until it reaches W8.Will it affect RNG and improve overall TAS? fm2
Expert player (2448)
Joined: 12/23/2007
Posts: 822
Wonderful work. Glad to see SMB3 improved further. Will make a comparison video as soon as RAT926's question is answered. Edit: Here's the comparison video (to learn more about the specific improvements). Link to video
Recent projects: SMB warpless TAS (2018), SMB warpless walkathon (2019), SMB something never done before (2019), Extra Mario Bros. (best ending) (2020).
Lord_Tom
He/Him
Expert player (3271)
Joined: 5/25/2007
Posts: 399
Location: New England
RAT926 wrote:
First of all, this movie is improving 4 frames until it reaches W8.Will it affect RNG and improve overall TAS? fm2
Unfortunately, no. This is 3 frames faster in 1-3 and then another frame in 1-F for 4 frames total through World 1. But you'd have to be another frame faster in World 1 for the next good 8-Tank boss pattern, which is quite difficult as further improvements to 1-F give bad hammer brother movements, so at least another 9 frames improvement would be needed for this to pass 8-Tank1 faster.
Joined: 12/29/2007
Posts: 47
It is a pity that improvement is in vain due to frame rules. It may be the limit of W1, but I hope that the next 9 frames will be found.
Editor, Skilled player (1401)
Joined: 3/31/2010
Posts: 2081
This was significant.
Joined: 6/4/2009
Posts: 893
happy to see an improvement to the oldest game on this site especially on that day... also happy to see that the 99 lives™ still lives
Mitjitsu
He/Him
Banned User, Experienced player (531)
Joined: 4/24/2006
Posts: 2997
Well worth the wait.
Editor, Player (132)
Joined: 4/7/2015
Posts: 328
Location: Porto Alegre, RS, Brazil
Mitjitsu wrote:
worth the wait.
Indeed, I'm glad this TAS is finally done! I was very curious when Tompa said to me he was doing that. It's a great run! Also it's nice that some stuff I already know from Super Mario World, like Corner Clips and Score Manipulation, are applicable here. Who knows what else can be found related to mechanics and lag in the future.
Games are basically math with a visual representation of this math, that's why I make the scripts, to re-see games as math. My things: YouTube, GitHub, Pastebin, Twitter
Experienced player (850)
Joined: 11/15/2010
Posts: 267
Very well done, love the improvements!
Jungon
He/Him
Player (40)
Joined: 4/2/2009
Posts: 376
Location: Porto Alegre - Brazil
Whoa, easy with the 1ups there DDDD= Yes vote, for sure =D
*Jungon*/*Johnnyz* smilie weirdo =P ^^ o.o @__@ +D
Dimon12321
He/Him
Active player (478)
Joined: 4/5/2014
Posts: 1120
Location: Ukraine
Nicos wrote:
happy to see an improvement to the oldest game on this site especially on that day...
Amm, the oldest game was SMB warpless run that was submitted by Yy in 2000. http://tasvideos.org/143S.html
TASing is like making a film: only the best takes are shown in the final movie.
Noxxa
They/Them
Expert player, Moderator (4131)
Joined: 8/14/2009
Posts: 4083
Location: The Netherlands
Dimon12321 wrote:
Nicos wrote:
happy to see an improvement to the oldest game on this site especially on that day...
Amm, the oldest game was SMB warpless run that was submitted by Yy in 2000. http://tasvideos.org/143S.html
I'd be quite amazed if Yy did submit a movie in 2000 to a site that did not exist until 2003. You may want to read the submission info a bit closer ;)
http://www.youtube.com/Noxxa <dwangoAC> This is a TAS (...). Not suitable for all audiences. May cause undesirable side-effects. May contain emulator abuse. Emulator may be abusive. This product contains glitches known to the state of California to cause egg defects. <Masterjun> I'm just a guy arranging bits in a sequence which could potentially amuse other people looking at these bits <adelikat> In Oregon Trail, I sacrificed my own family to save time. In Star trek, I killed helpless comrades in escape pods to save time. Here, I kill my allies to save time. I think I need help.
BigBoct
He/Him
Editor
Joined: 8/9/2007
Posts: 1692
Location: Tiffin/Republic, OH
Little touches like "99 lives" in this game, and "average score of 100k per world" in SMB1 and SMB2J, really make me smile. But even putting that aside, this was spectacular. Yes vote for sure.
Previous Name: boct1584
Dimon12321
He/Him
Active player (478)
Joined: 4/5/2014
Posts: 1120
Location: Ukraine
Mothrayas wrote:
I'd be quite amazed if Yy did submit a movie in 2000 to a site that did not exist until 2003. You may want to read the submission info a bit closer ;)
I'd be amazed too. I understand that nesvideos was transformed into tasvideos, but why do you have this prehistoric info then? http://tasvideos.org/Subs-Pub-Y2000.html
TASing is like making a film: only the best takes are shown in the final movie.
Noxxa
They/Them
Expert player, Moderator (4131)
Joined: 8/14/2009
Posts: 4083
Location: The Netherlands
Dimon12321 wrote:
Mothrayas wrote:
I'd be quite amazed if Yy did submit a movie in 2000 to a site that did not exist until 2003. You may want to read the submission info a bit closer ;)
I'd be amazed too. I understand that nesvideos was transformed into tasvideos, but why do you have this prehistoric info then? http://tasvideos.org/Subs-Pub-Y2000.html https://b.radikal.ru/b18/1810/b2/54d63b6f9e21.png
Well, as the submission page that you posted in your previous post shows, the submission entry itself was only added in 2007 (and by then-NesVideoAgent, not Yy). The associated forum topic shows it first appearing in 2004. Then the publication itself was also created in 2004. Obviously the movie itself was then backdated to 2000, but I don't know where that was sourced from. Only Bisqwit may know. I don't know why the submission finder shows its submission date as 2000. It should technically display 2007.
http://www.youtube.com/Noxxa <dwangoAC> This is a TAS (...). Not suitable for all audiences. May cause undesirable side-effects. May contain emulator abuse. Emulator may be abusive. This product contains glitches known to the state of California to cause egg defects. <Masterjun> I'm just a guy arranging bits in a sequence which could potentially amuse other people looking at these bits <adelikat> In Oregon Trail, I sacrificed my own family to save time. In Star trek, I killed helpless comrades in escape pods to save time. Here, I kill my allies to save time. I think I need help.
Samtastic
He/Him
Player (60)
Joined: 11/30/2012
Posts: 765
Super Mario Bros. 3 TAS improved by 2 seconds? Yes vote!
Enjoys speedrunning, playing and TASing Oddworld games! Has TASed: Oddworld: Abe's Oddysee in 12.06.13 (with Dooty) Oddworld: Adventures II in 20.03.78 (with Dooty) Oddworld: Abe's Exoddus 100% in 2:08:28.4 (with Dooty) Oddworld: Abe's Oddysee 100% in 1:05:01.65 Oddworld: Abe's Exoddus in 37:18 Oddworld: Abe's Exoddus in 37:15 Oddworld: Abe's Exoddus 100% in 2:!5.44.12 Oddworld: Abe's Oddysee any% in 13:01.3 Oddworld: Abe's Oddysee any% in 12:59.95 Oddworld: Abe's Oddysee 100% in 1:04:16.27 Oddworld: Abe's Oddysee 100% in 1:04:01.07 Currently working on: Waiting for Windows TAS Tools to work so I can TAS PC version of Exoddus.
Joined: 1/27/2014
Posts: 181
Wow. Amazing job. Highlights of the run for me were the new Dark Castle route and maintaining P-Speed throughout the airships. Only level that the 2010 run did better was the second autoscroller tanks. Score for the new version was ahead of the old version until then, and I think the 2010 did a more entertaining job of that level. I wouldn't worry about the 1 frame speed/entertainment tradeoff. This is a big net improvement!
Lord_Tom
He/Him
Expert player (3271)
Joined: 5/25/2007
Posts: 399
Location: New England
Could one of the admins please update our submission file with this one that's one frame shorter? We discovered that we had lost a frame between Bowser's death and the door opening due to an unfavorable Bowser y sub-pixel. This was fixed with a trivial change to 8-Tank2; the rest of the input is unchanged. Thanks.