Earlier quoted context omitted.
Star Wars is set in a remote galaxy where a civil war is taking place. Rebels, led by Princess Leia, are fighting against a baddy called Darth Vader and his Imperial forces. Leia steals some Imperial blueprints for a deadly weapon called the Death Star but she is then captured by Imperial forces so... .. yes, text is great, but video can, too, be great, whether it's explaining something fictional or not. Different st…
I think the parent is more frustrated by videos that drag on for 10 minutes before getting to the meat of the content.
Super Mario Bros warp zones were intended to work slightly differently [video]
61–70 of 108 posts
Re: Super Mario Bros warp zones were intended to work slightly differently [video]
#62Is there any disincentivize to using the warp zones so that people don't always skip levels when they know how to?
Re: Super Mario Bros warp zones were intended to work slightly differently [video]
#63I wonder if this kind of obsessive analysis of popular NES-era games will end in a couple decades, as the people who grew up in the console's heyday grow too old; or if they'll continue because interest in these particular games transcended a particular generation (and they're simple enough for people to really take them apart).
(And I'm still continually surprised that 80's-90's retro gaming/computing as a whole is such a popular hobby! If my teenage self had a crystal ball, he would have been very pleased to learn this.)
Re: Super Mario Bros warp zones were intended to work slightly differently [video]
#64For those who can't watch the video or just want a text summary: The underground 1-2 level is supposed to stop scrolling as soon as the mundane return-to-surface pipe comes onto the right edge of the screen. (Unless you're walking on the ceiling.) But because of a programming error, it keeps scrolling, revealing that the warp zone room is there. It was originally intended to be a much more hidden secret than it turne…
> But there's a bunch of evidence that warp zones were added very late in the game's development, perhaps as a last-minute change. I assumed they were for testers to quickly go to some level on a release build?
It could even only work for the P2 controller, or use inputs not normally possible like left + right simultaneously.
Re: Super Mario Bros warp zones were intended to work slightly differently [video]
#65Earlier quoted context omitted.
No. My philosophy has always been, if you want to play less of the game, why are you even playing it to begin with? :) So I just don't use them.
I agree with this philosophy for most games. I tend to play through them once and not revisit them once completed, so I try to experience as much of the game as possible on that first playthrough. (Up to a point anyway. Sometimes certain content e.g. gathering collectibles becomes boring or tedious. And sometimes I'm enjoying the content just fine, but feel the need to hurry up and finish the game so I can move on wi…
Re: Super Mario Bros warp zones were intended to work slightly differently [video]
#66Earlier quoted context omitted.
Yes, it was the only way to do the weird optimizations and tricks needed to make a cutting edge real time game like Mario. Even in the '90s developers embedded assembly in the performance critical areas of C code.
My understanding is NES games were in pure assembly (specifically 6502), no C at all.
Re: Super Mario Bros warp zones were intended to work slightly differently [video]
#67Earlier quoted context omitted.
> But there's a bunch of evidence that warp zones were added very late in the game's development, perhaps as a last-minute change. I assumed they were for testers to quickly go to some level on a release build?
Surely if that was the only goal, it would be easier to have a debug menu come up when you enter a certain sequence of inputs? Among other things, getting to the warp zone still requires playing 1-1 and 1-2, and you can’t warp just anywhere. It could even only work for the P2 controller, or use inputs not normally possible like left + right simultaneously.
Are there NES games (or mods) that have different (useful) behavior when an emulator permits such inputs?
Re: Super Mario Bros warp zones were intended to work slightly differently [video]
#68Earlier quoted context omitted.
Do you happen to know why the minus world is the way it is? Was it a level that was designed, or is it a level where it's rendering some random program or other data? I'd love to learn more about that part too.
The minus world is technically an out-of-bounds level. The game treats it at world 36-1 (since the digits are tile numbers 0-9, followed by the alphabet, then a space tile at $24 or 36). Since doing so reads a whole host of other data out-of-bounds as well, it ends up pointing at the level layout for 2-2, but without the data that properly sets the pipe destination, resulting in an infinitely-looping level. Other ver…
Re: Super Mario Bros warp zones were intended to work slightly differently [video]
#69Earlier quoted context omitted.
Thank you, I'm so tired of 15 minute videos for something that can explained in text and images that can be read in one minute.
Star Wars is set in a remote galaxy where a civil war is taking place. Rebels, led by Princess Leia, are fighting against a baddy called Darth Vader and his Imperial forces. Leia steals some Imperial blueprints for a deadly weapon called the Death Star but she is then captured by Imperial forces so... .. yes, text is great, but video can, too, be great, whether it's explaining something fictional or not. Different st…
https://telehack.com/ -> starwars
or
(which apologies for video of text of video) https://www.youtube.com/watch?v=EJAbbRh9q4k
since the original is dead.
Re: Super Mario Bros warp zones were intended to work slightly differently [video]
#70I was expecting typical youtube "you won't believe THIS!" but it was actually really informative, as someone without knowledge of how they stored levels in SMB1.
Displaced Gamers is great. Nice dives into the code and architecture of NES games. Not so deep that it's inaccessible, but deep enough that you could go start hacking on NES games yourself (assuming some prior exposure to assembly). My only beef is the NES focus on the Behind the Code series. I'd love to see some Sega Genesis games get broken down like that.
Seconded, their videos are informative and lean.
If anyone has a passing interest in NES architecture or just how NES games work I'd recommend checking out the creators other videos.