Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!
You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!
I have no idea why but I laughed so much when I read thisFun Fact: The "tornado" is actually a bird.
What a boring story.And that's the story of why the Tornado on Hyrule is actually a bird.
Yea but I often don't play with sound.Can't you listen for the noise it makes when it appears?
Can you actually tell where they are on the stage by sound alone? I've never been able to. Nados appearing right on top of players or even in the vicinity of the fighting is really the worst part. I'd be fine with a cheat that eliminated tornados, or even one that just got rid of the unknown and randomness of them.Nados wouldn't bother me at all if it weren't for the randomness element. I feel like it isn't difficult to keep track of where they are (stereo sound helps); it's just that when one pops up unexpectedly, it can mess things up.
You're only right when you say delay and lag are bad. Everything else is just whining. Why dont you (the hater of whining) cut that **** out and just play again. You say you quit in part due to the poor community but you've become one of the worst.....A thread that once again states stuff I said ages ago that should be changed within the game, theres more denial here than when I state I 4stocked someone in the community. GL Roman, I mean it. Changing the minds of most the kids on smashboards is like trying to beat Isai's pika on console when moneys on the line, it aint happening. Not trollin (though i'ma get some dumb warning/ban neway despite it being on topic) just sayin maybe if people here listened to and attempted to fix problems with emulation more than they *****ed and attacked me for what they KNOW I'M RIGHT ABOUT , stuff would get done and emulation would be tons better. I mean god damn...Neway I'ma go back to not posting so battlecow doesn't crap out a little bloody colon crucified brick again. Just saw your post and had to comment zan.
I think you may be a little bit mad.A thread that once again states stuff I said ages ago that should be changed within the game, theres more denial here than when I state I 4stocked someone in the community. GL Roman, I mean it. Changing the minds of most the kids on smashboards is like trying to beat Isai's pika on console when moneys on the line, it aint happening. Not trollin (though i'ma get some dumb warning/ban neway despite it being on topic) just sayin maybe if people here listened to and attempted to fix problems with emulation more than they *****ed and attacked me for what they KNOW I'M RIGHT ABOUT , stuff would get done and emulation would be tons better. I mean god damn...Neway I'ma go back to not posting so battlecow doesn't crap out a little bloody colon crucified brick again. Just saw your post and had to comment zan.
you are doing something wrongAlright, the last thing I want is this thread to get closed due to arguments, so if we could, please keep it civilized.
felipe_9595, I'm having an issue with your stage code. I have Mushroom Kingdom linked to Metal Mario's Stage, but no matter what stage I choose, it always goes to Metal Mario. This makes this code pointless if you can't have stages linked to specific stages.
Sheer, now that you pointed out that issue, I'm having it too. Why can't there be a code without stupid bugs that makes the codes useless? :\
Ah, I was thinking that in the modifications the lava would be taken out completely. Lava always down would be heaps sweet, thanks to the awesome combos I can see happening.i think lava-always-down zebes might be a decent level
THANKS one thousand times, and even more. I didn't know why the **** would that tree blow constantly. Even the no-blow cheat wasn't powerful enough.Yah Marth does always seem mad.
I used to turn of tornadoes years ago but that cheat seemed to make the wind on dreamland blow the ENTIRE match so I turned it off.
Wait, what? The lava causes WAY WAY more deaths than it stops.I don't know, your point in brackets was what I was getting at way back when we last debated Zebes. If the lava wasn't there, you'd be dead, so essentially it's an anti-gimp device. You at least have a chance of them screwing up the combo so you can get back to the stage. I can however see the frustration of just sitting there for ages, knowing there's a good chance you will die and not being able to do anything about it.
I'd still want it.
Well now I just feel silly.It was an ironic post, making fun of kids crying because of nado.
![]()
Maybe, when the lava rises. However, if you think about it sitting at the bottom of the stage, when you would normally fall to your death, it would shoot you back up.Wait, what? The lava causes WAY WAY more deaths than it stops.
dude, volcanoes exist in mushroom kingdom, im sure you've played ANY mario game and there is lava in all the ones i can think of and even a VOLCANO in sm64;Impossible. Have you SEEN how far above the Earth PC is? Lava reaching that high would be logically impossible.
That's because vanilla is the best flavour. I completely endorse modification to illegal stages to make them legal however.ciaza just likes to argue for the game staying vanilla, that's all
Fair enoughdude, volcanoes exist in mushroom kingdom, im sure you've played ANY mario game and there is lava in all the ones i can think of and even a VOLCANO in sm64;
PROBLEM?
![]()
pistachio flavored ice cream is SS Tier.so everybody knows ciaza is pro-tornado
and we all know that vanilla will forever be second best flavour at best
i literally laughed my *** off at "essence"my statement applies to milkshakes, slices, types of alcoholic essence and type of coca-cola too
Well, I got a message from Smasherx78 today that sort of explained the process. I'm going to go ahead and quote it since he didn't mention anywhere that he didn't want me telling anyone.EDIT TO STAY ON TOPIC:the ability to patch roms with codes would make setting up many codes not a chore
i vote yea for rompatch.
Smasherx74 said:
That is my Mario64 rom patcher.
Code:Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click TextBox4.Text = "Offset: 0x" + Hex$(CLng("&H" & TextBox2.Text) - &H245000) + Environment.NewLine + "Byte: " + TextBox5.Text + TextBox6.Text + Environment.NewLine + Environment.NewLine + "Ready to be patched!!!" Label4.Text = Hex$(CLng("&H" & TextBox2.Text) - &H245000) Button2.Enabled = True End Sub
What basically you do to patch codes to the rom is this
812F8EC8 2400
Type, Address, Value
Generally for codes starting with 81 for n64 roms You subtract
a number, I forget the technical term for it because I haven't even touched n64 rom hacking in years. I know for mario64 it was 245000.
You need to find what ever that number is for smash64 and subtract a code for example say one with 81's address from it, that will get you the offset in hexadecimal for that part of the rom. You go there and change the Values to your Code values.
I suggest asking Gaudy and those chile guys about ssb64 codes and how it all works, I forgot mosto f it and the notes I have are all on my old computer which i got rid of.
Sorry I couldn't give you a better message of explaining this but best bet is to ask those Chile guys from emuditial. I forgot a lot of the terms for most of this stuff in general. I also believe there is a youtube video of creating codes on ssb64 with cheat engine, Reverse operation that and you will be located to your offset in the rom to patch the code. Also you need to fix chksum with Chksum64. Nemu64 auto fixes chksum, and if you are editing some parts of the rom it may cause a looping issue of errors which I have noticed happen on Project64. So even if you do patch codes to ssb64 rom, you may need to use a different emulator to correctly emulate it right.
Other than it's ledges and lava, what else is wrong with it? I think it's a great stage. So many weird combos can be performed on Zebes with it's bumpy main platform and it's really high platforms.zebes has other things going against it other than the lava unfortunately.