Super Mario World - Random Number Generation

preview_player
Показать описание
How does random number generation work in Super Mario World? It's all explained right here.

LINKS
INLINE LINKS
Learn more assembly instructions: Coming soon!
Рекомендации по теме
Комментарии
Автор

I always thought those birds looked unnaturally natural.

KairuHakubi
Автор

I love this. Assembly is still the dark arts for many people, and it's often brushed over or dumbed down, so to have it explained this way is very helpful. More please!

nebularain
Автор

11:54 What?!?!?! I am mindblown!! In all the years I have been playing this game, I have never, ever seen a 1-up come out by Kamek! I didn't even know that was possible!

CoTeCiOtm
Автор

I’m too stupid to understand these videos, but still am entertained.

MrJibaku
Автор

Looking forward to this series! I'm loving how many TAS-ers / glitch-hunters are doing this sort of fully-fleshed out explanation of glitches and game mechanics these days!

Also, I love the "extended 1-up sound" in the intro.

jdaster
Автор

My boss calls the RNG to determine whether or not I get a raise, it never calls back tho.

LeviathanRX
Автор

I'm honestly surprised how few calls the game uses for random numbers.

marscaleb
Автор

This wasn't just a good gaming video, this was a fantastic computer science video. *Subscribed!* The breakdown of the assembly and pseudo-code functions was really good and I especially loved the graphs of the random outputs and how you highlighted the important parts of the data via color and animation.

DavidVitez
Автор

That was a good video about SMW's RNG. Actually taught me which address to use in order to make the seed different ~

One of the sprites I made ticked the RNG every frame Mario is on the ground. Since it's a more dynamic element, it works well to make it less of a pattern.

MellyMellouange
Автор

Man, the RNG use was really smart in this world, the blinking and bird movement implementation and was mindblowing. I am very sure the guy in charge of the bird movement made first the movement to be based on certain cycles and he hated it and made something that really resembled nature. Awesome video.

DukowskiX
Автор

13:23 What's the game in the middle. Is that a Super Mario Kart ROM hack?
Edit: The game is called Yoshi's Safari. It's a SNES Super Scope On-Rails Shooter.

timothyflisk
Автор

I didn't understand a thing, but it sounds smart, so i like it

guntertv
Автор

Thanks for the assembly code from the SMB3 rom! It's great to see deep explanations for this cool stuff!

mubbees
Автор

Taking topics I already know a lot about and still making the video interesting enough to get me to watch the entire thing. I love it. Keep it up.

Darxide
Автор

2:16 "Click here to learn more assembly instructions" The hover-over text says "Coming soon!" and I'm looking forward to it! I know i could probably find this information elsewhere online but I enjoy how you explain things :)

Coolfolder
Автор

Your understanding into the details on this is mind blowing. I'm impressed!

ELVTechnology
Автор

no idea why youtube recommended this to me but this video is incredibly well made.

dixie_rekd
Автор

BTW, if anyone was interested, the PHY and PLY instructions are to PusH the Y register onto the stack and PulL (pop) to pop the stack top into Y. This is the RNG subroutine saving the value in Y while it uses the register for other purposes, then restores the value of Y prior to going back to where the subroutine was called.

eddievhfan
Автор

"Asl = Arithmetic Shift Left"

Me: "Asl = Age Sex Location"

spenceroximina
Автор

1:39 but first we need to talk about parallel universes

curtreyes