(Link to video)
This movie improves the published any% movie by Baxter and jprofit22 by 1238 frames (20.6s), mainly by solving Link's gambling problem a new route that doesn't use the money making game.
I'll put the Thanks part up top -- since I joined the site in 2007 the runs for this game have been among my favorites. This run hugely benefits from prior player's TAS's and run comments (most notably Baxter, but including many others), as well as others who took the time to share their discoveries on the forums (RAT926 found several optimizations that are exploited here).
Press the CC (closed caption) button to see subtitles with my commentary:

The Route

Old: 3,Reset,MoneyMaking(100),Candle(-60),4,Reset,Bush(100),8,Meat(-100),2,5,Whistle->3,7,Reset,1,Arrow(-80),6,Whistle->1,9
New: 3,4,1,Candle(-60),5,Reset,Bush(100),8,2,Reset,Meat(-60),Arrow(-80),7,6,9
Because the levels are completed in different orders and with different amounts of rupees collected, I found it most helpful to look separately at the time spent in each level, and collectively in the Overworld and Dungeon:
AreaFrame DifferenceRupee Difference
Level 1-148
Level 2-1216
Level 3325
Level 44926
Level 5-2930
Level 6-2471
Level 7-2610
Level 895
Level 9-5-1
Total Dungeon-85150
Total Overworld-387-90
Total Overall-1238-40
I didn't actually start out intending to make this run. I was looking into doing a disassembly and laying groundwork for a possible total control ACE run in May and I figured I should become more familiar with the technical details of the current movies so I'd know what might be most entertaining.
After some initial testing and playing around, it seemed like one or both money making trips could be replaced with good ol' fashioned grinding to save at least a few seconds. I totally got hooked TASing Zelda in the process, and here we are.
A big, not obvious constraint in the routing for this game is the paucity of shops selling needed items. When you're just playing around, it seems you're tripping over them, but when you really can't afford to take detours there are actually very few options that make sense for the Blue Candle and Arrow.
Two test runs got the 60 rupees for the Blue Candle from Levels 3 & 4, with a plan to otherwise use the same route as Baxter & jprofit22. The better of these only looked to save about 2 seconds, though. The key breakthrough was getting the Blue Candle from the shop to the right of Level 5 after completing Levels 3, 4 and 1. This allows the needed money to be gathered much more efficiently (almost entirely from enemies that must be killed anyway) and had many cascading benefits detailed below, notably avoiding a few item switches and 2 shorter walks (3-->4 vs 3-->Reset-->4 and 7-->6 vs 1-->6).
The major question that arose with this route was whether to take a 1-screen detour to buy the 60 rupee Meat in the Blue Ring store, or pay 100 rupees for the Meat outside Level 2. My initial tests seemed to favor the latter, but the combination of one less item swap (no need to swap from Blue Candle to Bombs in Level 2) and discovery of how to avoid a big shopkeeper delay in the Blue Ring shop made Cheap Meat the better bargain.

Item Swaps

The technique of intentionally running out of bombs to avoid going to the menu for an item swap has impressed me since Phil & Baxter used it in their 2007 run. The combination of the time savings, careful planning and confidence that lost bombs will be recovered is just cool. This run skips item swaps in 4 places apart from those used in the published run.
Level 5 Boss (Bombs --> Whistle): Apparently not used in the published run because they do Level 7 next and there isn't a good refill opportunity. I do Level 8 next but am able to get bombs and a blue rupee in the overworld.
Level 2 (Candle --> Bombs): The published run runs out of bombs in Level 8 to equip the Candle so it will be available to burn the bush used to buy Meat en route to Level 2. My route gets the Meat elsewhere, so the Candle is never equipped in the first place.
Overworld to Level 7 (Bombs --> Whistle): There's a lot going on with this one. I have to kill a Blue Leever to avoid a delay showing the Meat shopkeeper. The bomb used does the job, swaps to the Whistle, and gets me a heart while the statue wakes up. Note that once the Meat is owned, running out of bombs swaps to the Meat rather than Whistle. Having the beam sword saves about a second for the coming bomb refill.
Level 7 Digdogger (Bombs --> Whistle): This seems impossible because based on the upcoming enemies and rooms there doesn't seem to be a way to get bombs back. Killing an earlier Red Goriya with a bomb enables a bomb drop from Digdogger via the Bonus Lock strat (see below).

Item Generation

Addresses

  1. $52a - Item Counter; 0-9, increments when enemy death animation finishes, determines basic item drops
  2. $50 - Bonus Counter; 0-10, increments when enemy hp reach zero; if equal to 10 and an item is generated will reset to 0 and bonus item generated according to $51
  3. $51 - Bonus Item Type; set when $50 reaches 10; value is 1 (bomb) if enemy killed with bomb, 10 (bomb) if Dodongo being killed with sword, else 0 (blue rupee).
  4. $627 - Fairy Counter; 0-255, increments when enemy hp reach zero; if equal to 16 and an item is generated, item will be a fairy and $50 resets. However, $627 resets only when Link is hit, not when fairy generated.
There are 3 modes of item generation:
  • Fairy Bonus: If $627 is exactly 16 when the item drop occurs, the item will be a fairy. $627 only resets when Link is hit, so multiple fairies can be generated at once. However, generating a bonus fairy DOES reset $50 which can be a big inconvenience if you're working toward getting a blue rupee or bomb using $50. Also, a Fairy Bonus overrides any Blue Rupee/Bomb bonus.
  • Blue Rupee/Bomb Bonus: If $50 is exactly 9 when an enemy is killed, $51 will be set depending on the weapon used: bomb ($51=1, item=bomb) other weapon ($51=0, item=blue rupee). The item specified by $51 is guaranteed to drop the next time an enemy that drops items is killed, instead of the basic item drop.
  • Basic item generation: Each enemy slot has its own RNG byte which updates each frame and determines whether or not a basic item will drop. The likelihood varies a bit by enemy group. If a basic item is going to drop, its type is according to $52a and the enemy type, sorted into groups A-D on Baxter's invaluable chart.

Glitches & Strats

Bonus Lock

$50 tracks how many enemies Link has killed without getting hit. When it hits 10, a bonus item is selected for the next item drop and stored at $51. If a Dodongo is killed with a sword, or any other enemy is killed with a bomb, then $51 will be non-zero and the item will be a bomb. Otherwise, $51 remains 0 and the item will be a blue rupee.
The trick is, until an item actually drops, $50 and $51 won't change. So if $50 hits 10 due to killing an enemy that doesn't drop items (e.g. a bat) or Link exits the screen before the item drop, the bonus item choice can be manipulated.
Early on I use this mainly to manipulate blue rupees; once all items are purchased it's used to manipulate bombs.

Manhandla Easy Bonus

It's easy to get a bonus item from Manhandla (4-headed pirahna plant boss) because $50 increments for each head that is killed, and for each FRAME that any weapon hits the center section. So to get a bomb drop, just kill it with a bomb and avoid killing all 4 heads on the same few frames. To get a blue rupee, use the sword and stab the center section for a Bonus Lock and finish it off with a bomb.

Fun With Gels

If you stab a Gel such that it doesn't get pushed back (e.g. if it's against a wall or it's in motion and you stab from the side), $50 will increment without changing $52a. Killing the mini-Gels that split off will also increment $50 but not $52a. This can be helpful to quickly jack up $50, or to fine tune the relationship between the counters.

Fairy Horde

$627 increments on the frame an enemy's hp reach zero, but unlike $50 it only resets when Link is hit, not when a bonus item is generated. If several enemies are killed within a short time such that $627 ends up at 16 before the first item drops, every enemy will drop a fairy. The only limit is the number of enemies you can kill at once; I get five fairies on the screen before Level 1 for entertainment.

Level Comments

Level 3

Up to the raft is the same. After the reset, I get bombs from darknuts so I can use the Bonus Lock strat for a blue rupee from the boss. Even though it can't be damaged, hitting the boss' center section with a sword/bomb increments $50 each frame. I stab the boss twice to max out $50, locking in a blue rupee drop.
Overall, 34 frames lost for 5 more rupees (15 vs 10).

Overworld to Level 4

It's about 200 frames faster to walk rather than reset; I can do so because I'm using a different shop for the Candle and no Money Making Game.

Level 4

Very efficient blue rupee on the first Gels screen, and I also kill a Gel with 2 sword swipes to increase $50, allowing later blue rupees from a Vires and then a Gel guarding the Ladder. For the room with 10 rupees on the floor, I tried variants grabbing 8, 9 and 10 rupees; 8 is the most efficient grab. Reaching the boss with full life saves 22 frames overall as the beam sword gives a faster first hit on Gleeok. I also use $50 to get a blue rupee from the boss rather than a life refill.
Overall, 49 frames lost, 26 more rupees (28 vs 2).

Overworld to Level 1

It's about 20 frames faster to walk from Level 4 rather than reset, even counting the annoying unavoidable sword swipe to kill an Octorok on the dock. I use a bomb to manipulate item drops by killing 5 Octoroks and drop 5 fairies due to the Fairy Horde trick. This was left in for entertainment; it may cost some time as it does reset $50, but the coming counts all worked out quite well so it's unclear.

Level 1

Skeletons give blue rupees on the right counts, so I take advantage. Since I haven't grabbed any extra heart containers thus far, I have full life after the Bow reset. This enables a minimal-delay blue rupee from stab-shooting a skeleton and also saves about 45 frames not needing a life refill from the boss.
Overall, 17 frames faster, 8 more rupees (16 vs 8).

Overworld to Level 5

Surprisingly, it's only about 100 frames slower to walk from Level 1 --> 5 than Level 2 --> 5. The reason is that with the screen glitch, horizontal travel is faster than vertical travel (no need to traverse the status bar).
I have to dodge around an unavoidable Octorok coming out of Level 1, and avoid damage boosting so I can use the beam sword for a blue rupee on the stairs before the Candle shop. I get another blue rupee with minimal delay (need to wait for the statue to wake up anyway) from the Red Leever outside of Level 5.
Using the secret entrance avoids the level entrance/exit stairs animation (thanks, RAT926), saving about a second total, plus the nearly-free blue rupee.

Level 5

The strat for this level revolves around bomb management: I want to reach the boss with exactly 1 bomb to automatically swap to the Whistle. Avoiding the need for an extra refill requires killing the 3 mummies after the Whistle reset with 1 bomb (and 3 sword strikes) instead of 2 bombs. Happily, due to the bomb delay and decent luck, this actually clears the room 8 frames faster. 2 seconds are saved for the Whistle swap on the boss.
There are no convenient places to get money in Level 5, so I didn't. Overall, 168 frames faster (though about 90 frames will be lost getting bombs and a blue rupee in the overworld).

Reset, Overworld to Level 8

Level 8 is full of Blue Darknuts, so we really need bombs. The only good spot to get them is the screen with the 100-rupee Moblin. Enemy appearance and movements are manipulated, and a simultaneous Candle-Sword strike is used to get both a bomb and blue rupee.
As RAT926 showed, it's slightly faster to enter Level 8 from up in the status bar, and it also glitches the sound nicely.

Level 8

Level 8 is full of difficult-to-kill-with-the-wooden-sword enemies that don't drop blue rupees, so apart from grabbing the room rupee for killing the Manhandla, it's pretty straightforward.
Overall, 12 frames lost, 5 more rupees (5 vs 0).

Overworld to Level 2

This walk is just slightly faster as we don't have to walk right for the shop.

Level 2

This level is great since Ropes only take 1 hit so the Wooden Sword actually feels useful! The most interesting fight here was the Moldorms (fire snakes).
After much frustration, I disassembled their damage-taking routine to see how they work. It's very counter-intuitive. Each segment has 32 hp (2 sword strikes) and its own invulnerability counter. If you kill a segment that is NOT at the end, the game instead nukes the end segment, then restores the original segment to full hp and also makes it temporarily invulnerable. Making matters worse, damage is checked from the head back -- so whereas hitting all 5 segments with a bomb SHOULD kill them all, it actually follows this logic:
  1. Damage segment 1 (head): nuke seg 5, head now invulnerable
  2. Damage segment 2: nuke seg 4, seg 2 now invulerable
  3. Damage segment 3: it's now the tail, so it gets killed
So you end up with 2 segments at full health and a half-second invulerability period. Not ideal, and slower than the Published run's approach using the Candle.
A faster strat is to hit the first 2 segments with the sword while waiting for the bomb to detonate.
  1. Damage segment 3: nuke seg 5, seg 3 now invulnerable
  2. Damage segment 4: it's now the tail; nuked
  3. Segment 1 invulerability wears of: nuke seg 3, seg 1 invulnerable
  4. Segment 2 invulnerability wears off: it's now the tail, nuked
This leaves only the head after the bomb detonates, and the room is cleared 14 frames faster than in the published run.
Overall, 120 frames faster, 6 additional rupees (21 vs 15).

Reset to Level 7

Here I take the route's big detour -- going 2 screens north and back again to buy the Meat and Arrow. Killing the first Blue Leever to appear resets a counter ($29) that would otherwise cause about a 2-second delay for the shopkeeper to appear. Using my last bomb also swaps to the Whistle for Level 7.
The heart from the Blue Leever restores the beam sword, which significantly speeds killing a Moblin after I'm done shopping to get bombs. (Incidentally, it's not feasible to use a $50 bonus to get a bomb refill from a red octorok; killing the Level 2 Dodongo with the sword always resets $50 to 0.)

Level 7

Most time was saved by running out of bombs on Digdogger to swap to the whistle, saving about 2 seconds. Because bombs are needed before they could normally be refilled, I set up a Bonus Lock by killing an earlier Goriya with a bomb then leaving the room before it drops an item. The result is a bomb refill from the first mini-Digdogger killed with the sword.
The published run kills the mini-Digdoggers with 2 bombs. I have to finish them off with 4 sword stabs and wait for the bomb refill, so overall the strat saved 1 second.
I manage another bomb refill by manipulating a Dodongo in the next room over next to the righthand wall. The Dodongo gets stunned by the bomb, and I stab it with the sword, setting up a Bonus Lock bomb from the Wallmasters (hands) in the next room.
Wallmasters show up at fixed times provided you're along the wall on the relevant frame, so there's no rush in killing them, other than the last one.
7 frames were saved on the boss by simultaneously pressing A+B to lay a bomb and stab, saving some walking delay. Overall, 137 frames faster.

Overworld to Level 6

It's about 10 seconds faster to get to Level 6 from Level 7 vs Level 1 (as done in the published run, not counting time shopping). The published run couldn't do this, however, because when it completes Level 7 it has neither Bow (Level 1) nor Arrow (purchased en route from Level 1 to 6).
It's possible to manipulate a damage boost up off a Peahat on the stairs to Level 6. However, I removed it because you then lose time not having the beam sword for the room where you have to kill all the bats and the luck was really bad, so it's faster to take other damage boosts.
Using the secret entrance saves a net of 8 frames.

Level 6

The whole time I was TASing this run, I had in the back of my head 'I hope fighting Blue Wizzrobes isn't as hard as it looks.' Yeah, no. Those rooms are REALLY hard; Blue Wizzrobes have 160 hp, requiring 2 bombs and 2 sword strikes each for an optimal kill. It's even worse when Like Likes are there too; they have 144 hp, so need 2 bombs and 1 sword.
I also appear to have had worse luck with Red Wizzrobe placement, especially in Level 9. Unlike other enemies, their initial location can be manipulated by delaying one or more frames, but that doesn't mean they'll show up where you want them!
I was able to improve a few rooms by decent numbers of frames, but the main improvement is a better bomb refill -- the published run takes a refill from Red Wizzrobes that otherwise wouldn't have to be killed. I use 1 more bomb but only get refills from enemies that need to be killed, saving about a second.

Overworld to Level 9

As it turns out, it's faster by about 15 frames just to walk, rather than Whistle over to Level 1. This is fortunate, since with my route, the Whistle won't take me to Level 1.
It would have been EVEN faster, of course, if not for the presence of an unmanipulatable (and I tried, oh how I tried!) Peahat on the $%@! stairs down from Level 6, giving me a negative boost on slow terrain.
I agonized over whether to take 0, 1 or 2 damage boosts from the statues on the way. They're not ideal since statues do 1 heart damage and taking the boosts limits the number of up-right turns. It's pretty close, but as the luck works out it seems faster to take 2 boosts and manipulate more life refills in Level 9. I was happy with that outcome since I think entertainment-wise it looks pretty bad-ass to go into Level 9 with only 1 heart.

Level 9

Some good, some bad. I enter with 1 heart and 6 bombs, compared to the published run's 5 hearts and 7 bombs, and end up finishing 5 frames faster after spending 2 frames time-entertainment tradeoff on Ganon.
Because of the number of tunnels and not needing to finish with full life, damage boosts are a much bigger consideration than in prior levels. Compared to the published run, my route gets 2 more heart refills and takes 2 hearts less damage to make up for starting with 4 fewer hearts. In a couple of rooms I made up time by boosting off damage-free bubbles. The room before the Silver Arrow was also slower due to luck and having 1 less bomb. Overall, I was 20 frames slower up to Patra.

Patra

This fight was MUCH harder than I expected. My initial attempt, using common-sense strats as well as I could, ended up over 100 frames slower than the published run. Many tedious hours followed trying to match and then improve that time. Basically, the satellites rotate counter-clockwise and all must be killed before the main body can be attacked; each takes 6 hits with the wooden sword. So the key is to try to move clockwise around the boss as well as you can without missing any opportunities to damage a satellite (since you'll end up waiting for its invulnerability period at the end).
I ended up shaving 4 frames off the satellites, and another 7 by striking the main body on the next frame after the last satellite is killed, rather than having to walk to take another swing. 3 more frames are saved by getting 1 pixel inside the doors leading to...

Ganon

I always wondered why Ganon was killed at the bottom left. Since you have to grab the tri-force after he dies, it would seem faster to manipulate him to die closer to the door. Looking at the code this is fairly definitively not possible -- his logic is really dumb.
You can't see it, of course, but left to his own devices, Ganon walks around the room like a regular creature. When he's damaged, of course, he becomes visible for 64 frames. Once that time elapses, regardless of where he is he'll teleport either to the bottom left or bottom right. This destination alternates every frame, so if you hit him again as quickly as possible, he'll always reappear in the same place.
For (slight) entertainment, but more for just throwing in a little Ganon variety, I lose 2 frames to let Ganon change positions twice. With an optimal sword strike, Link can just barely follow Ganon from side to side without losing more time.
Five frames are saved in the fight taking the initial stab with a Left + Right + A, enabling me to get in the first attack without walking as far.
Three more frames are saved on the coup de grace by stabbing and firing the Silver Arrow simultaneously. If you're standing far enough away, the arrow will still do its job.

Miscellaneous Questions

Red Candle?

Much slower. The reason is that defeating Level 7 requires both the Whistle and Meat. The Meat must be purchased, and a Candle is needed for the game's easiest money grab (the 100-rupee Moblin bush).

White Sword?

A little bit slower. At first glance, this is actually really close -- the time savings on the Level 8 Gleeok, Level 2 Moldorm, Level 7 Digdogger & Aquamentus, and Level 9 Patra and Ganon comes within 2 seconds of offsetting the time to grab it after Level 5. It's possible there are about 2 seconds available from faster fights, particularly with Blue Wizzrobes.
The problem is that having the necessary heart containers (5) to grab the White Sword means grabbing boss heart containers in Levels 1 and 5. Not having the beam sword after resets will the lose additional time getting overworld bomb refills after the 100 rupee bush and just before Level 7.

Samsara: High profile September continues spectacularly. Judging.
Samsara: This has been a hell of a year for unexpected, insane improvements, this one being no exception. Accepting as an improvement to the published run.
fsvgm777: Processing.

TASVideoAgent
They/Them
Moderator
Joined: 8/3/2004
Posts: 14873
Location: 127.0.0.1
This topic is for the purpose of discussing #5236: Lord_Tom's NES The Legend of Zelda in 22:17.53
Experienced player (630)
Joined: 11/23/2013
Posts: 2208
Location: Guatemala
Neat. Nice way of celebrating the game's 30th anniversary. Off topic here, but I'm hyped for the new game next year. I'll watch this later, but it is indeed a nice surprise!
Here, my YouTube channel: http://www.youtube.com/user/dekutony
Alyosha
He/Him
Editor, Expert player (3522)
Joined: 11/30/2014
Posts: 2728
Location: US
Woah this is quite a surprise! Seeing a completely new route with that many frames saved is amazing!
Skilled player (1219)
Joined: 8/29/2014
Posts: 301
Really impressive routing of everything: rupees, bombs, item swaps, damage boosting, etc..., as well as manipulation of enemy positions and drops. Thoroughly enjoyed the run. Yes vote from me.
Editor, Skilled player (1505)
Joined: 7/9/2010
Posts: 1317
Very cool stuff. Voting yes.
Favorite animal: STOCK Gt(ROSA)26Sortm1.1(rtTA,EGFP)Nagy Grm7Tg(SMN2)89Ahmb Smn1tm1Msd Tg(SMN2*delta7)4299Ahmb Tg(tetO-SMN2,-luc)#aAhmb/J YouTube Twitch
Joined: 7/2/2007
Posts: 3960
Very impressive! The route feels much more organic with no money game and no warp whistles; everything just neatly falls into place as you have exactly what you need at every point. I do have one question: would it be possible to shoot the Patra with an arrow or two to speed up that fight? That's several seconds of stabbing there, after all, and arrows are more powerful than swords, right? Of course you'd need to find some more rupees somewhere.
Pyrel - an open-source rewrite of the Angband roguelike game in Python.
Lord_Tom
He/Him
Expert player (3274)
Joined: 5/25/2007
Posts: 399
Location: New England
Derakon wrote:
I do have one question: would it be possible to shoot the Patra with an arrow or two to speed up that fight? That's several seconds of stabbing there, after all, and arrows are more powerful than swords, right? Of course you'd need to find some more rupees somewhere.
Patra can only be harmed by a sword or the non-projectile wand. The silver arrow does 4x wooden sword damage, and the wooden arrow 2x. If arrows did work, it'd be trivial to get a few extra rupees in Level 6 or 7.
Challenger
He/Him
Skilled player (1638)
Joined: 2/23/2016
Posts: 1036
Very impressive run! I liked the new route strategy. Yes vote!
My homepage --Currently not much motived for TASing as before...-- But I'm still working.
Former player
Joined: 8/31/2009
Posts: 236
Loved the new route! Nice to see complex and genius ideas obsolete simply winning tons of rupees!
Invariel
He/Him
Editor, Site Developer, Player (169)
Joined: 8/11/2011
Posts: 539
Location: Toronto, Ontario
That was a delight to watch, but I am left with one question: is it possible to vertical wrap into 4 instead of walking up and taking the raft, and, if so, would that not save a bit of time?
I am still the wizard that did it. "On my business card, I am a corporate president. In my mind, I am a game developer. But in my heart, I am a gamer." -- Satoru Iwata <scrimpy> at least I now know where every map, energy and save room in this game is
Lord_Tom
He/Him
Expert player (3274)
Joined: 5/25/2007
Posts: 399
Location: New England
Invariel wrote:
That was a delight to watch, but I am left with one question: is it possible to vertical wrap into 4 instead of walking up and taking the raft, and, if so, would that not save a bit of time?
That would save a lot of time if it were possible as the raft would not be needed at all, and Level 4 could be done first (to get the Ladder). Unfortunately, the screen wrap has limits and it doesn't appear possible to reach Level 4 without the raft. The essential reason is that the status bar has "terrain", some of which is impassable. So you can glitch downward from the screen below Level 4, but wherever you try to do so, you can't wrap up to the status bar. For Level 4 the closest I was able to get is screen-wrapping to the left, starting one screen to the right. It still doesn't work, though, because you get stuck in the strips of water on either side of Level 4.
Invariel
He/Him
Editor, Site Developer, Player (169)
Joined: 8/11/2011
Posts: 539
Location: Toronto, Ontario
Ah, how unfortunate. Thanks for clarifying. (Inconveniently, if wrapping from the right dumps you in water, the raft could be skippable if you had the ladder, which is sadly contained in level 4.)
I am still the wizard that did it. "On my business card, I am a corporate president. In my mind, I am a game developer. But in my heart, I am a gamer." -- Satoru Iwata <scrimpy> at least I now know where every map, energy and save room in this game is
Joined: 7/2/2007
Posts: 3960
Lord Tom wrote:
Derakon wrote:
I do have one question: would it be possible to shoot the Patra with an arrow or two to speed up that fight? That's several seconds of stabbing there, after all, and arrows are more powerful than swords, right? Of course you'd need to find some more rupees somewhere.
Patra can only be harmed by a sword or the non-projectile wand. The silver arrow does 4x wooden sword damage, and the wooden arrow 2x. If arrows did work, it'd be trivial to get a few extra rupees in Level 6 or 7.
Ah, that would do it, yep. Thanks for the explanation. I assume the same is true for Ganon, viz. when invisible he can only be hit by the sword?
Pyrel - an open-source rewrite of the Angband roguelike game in Python.
Lord_Tom
He/Him
Expert player (3274)
Joined: 5/25/2007
Posts: 399
Location: New England
Yes, Ganon can only be damaged by the sword (until he's ready for the Silver Arrow); he can't even be damaged by the beam sword, it has to be a stab.
snorlax
He/Him
Joined: 5/20/2007
Posts: 174
Location: Wisconsin
Invariel wrote:
Ah, how unfortunate. Thanks for clarifying. (Inconveniently, if wrapping from the right dumps you in water, the raft could be skippable if you had the ladder, which is sadly contained in level 4.)
Adding to complications is that the ladder only works on water on certain screens, so having the ladder likely wouldn't even help. Great TAS, Lord Tom. I came here today for the SM64 TAS, and I have been waiting patiently for jprophet's 2nd Quest swordless TAS, but this was a pleasant surprise. I didn't ever expect an improvement of 20 seconds in this game, but TASes teach us time and time again to withhold our expectations. The RTA community is also a little proud to see how much this run resembles what we would do in a TAS based on our typical routes. Thanks for making this.
Editor, Skilled player (1404)
Joined: 3/31/2010
Posts: 2086
I enjoyed watching the run a great deal. Yes vote.
Joined: 11/26/2010
Posts: 444
Location: New York, US
I know jprofit22 was working on Second Quest which I believe he said he was almost done. Not sure who else was working on it though. Anyway I had no idea this was being worked on. So this was a pleasant surprise, Yes Vote!!!
My name is 4N6/Forensics.
Kung_Knut
He/Him
Joined: 8/10/2016
Posts: 85
Location: Sweden
Great TAS, Lord Tom, very impressive indeed. I have a question: Why does screen-wrapping not work in dungeons? If a way to do it would be discovered, since a group of dungeons all belong to the same "internal map" (1-6 and 7-9), would it be possible to warp from one dungeon to another? Would the other dungeons item(s) and triforce be loaded and what would be the effect of collecting them? Would the other dungeons exit be loaded and usable?
Blazephlozard
He/Him
Banned User
Joined: 2/27/2013
Posts: 175
Location: Ohio
It's awesome to see an open-ended game like this get its time cut down with a completely new route, and it looks like incredibly optimized gameplay all throughout too.
Lord_Tom
He/Him
Expert player (3274)
Joined: 5/25/2007
Posts: 399
Location: New England
Kung Knut wrote:
Great TAS, Lord Tom, very impressive indeed. I have a question: Why does screen-wrapping not work in dungeons? If a way to do it would be discovered, since a group of dungeons all belong to the same "internal map" (1-6 and 7-9), would it be possible to warp from one dungeon to another? Would the other dungeons item(s) and triforce be loaded and what would be the effect of collecting them? Would the other dungeons exit be loaded and usable?
Thanks! The screen-wrap (and move-onto-block) glitch works by throwing off Link's walking pattern such that a collision check is missed. This is done be pressing sideways (e.g. L or R while Link is walking up/down) at a particular coordinate, at which point Link turns around instead of to the side. This triggering step doesn't work in dungeon doors as the game seems to restrict Link from turning in them -- he can only face up/down while in top/bottom doors, and left/right while in left/right doors. As to what would happen if you DID manage it, I haven't tested it, though I imagine those who worked on the Japanese-version ACE run may know, since early versions involved a fake item that would scroll from room to room without using the door.
Joined: 9/13/2014
Posts: 62
Location: Canada
Incredible work Lord Tom. I've always loved both the TASes and RTAs of this game, it tales a lot of knowledge to understand where losing time in one place will be faster in the long run, and this TAS is the epitomy of that. Incredible to see 2 extremely popular TASes get complete reroutes in one week. Yes vote.
Joined: 12/29/2007
Posts: 47
Great tas. And this route will have 3frame fast possibility. There may have been a more interesting route.
Lord_Tom
He/Him
Expert player (3274)
Joined: 5/25/2007
Posts: 399
Location: New England
Dude, you are seriously unstoppable. (for those not motivated enough to load the .fm2's, it shows using a title-screen entrance for the shop where I buy the arrow being 3 frames shorter; it's actually 5 frames shorter taking advantage of down-left corners). This doesn't look like it can save time for this movie as 5 frames doesn't help getting the right pattern for the Moblin bomb refill afterwards, but another great find.
Skilled player (1402)
Joined: 5/31/2004
Posts: 1821
Very nice improvement. It's cool to see that the gambling could be skipped! The new route looks very clean. Entering level 8 surprised me the most :) I also liked TASing this game. There are lots of games that not as fun to TAS.
Editor, Player (68)
Joined: 1/18/2008
Posts: 663
This run is console verified. Link to video
true on twitch - lsnes windows builds 20230425 - the date this site is buried