Editing Talk:Tripping
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 201: | Line 201: | ||
== trip chance value in Brawl for dashing and dash-turning (remark about edit) == | == trip chance value in Brawl for dashing and dash-turning (remark about edit) == | ||
I don't know how to address a specific user here, but for Serpent King, I literally analyzed the assembler code that calculates trip chance and I identified all values controlling the rate when starting a dash or running-turnaround. The game takes the average of the IC-Basic values (0.02) and (0) to calculate the 0.01 trip rate for dashing and it takes the average of (0.025) and (0) to calculate the 1.25% chance of trips. These values are IC-Basic[3209] through IC-Basic[3212], which you can find now labeled on the [http://opensa.dantarion.com/wiki/IC-MemoryMap#Float_IC-Basics OpenSA floating point IC map]. If you care to analyze the ASM for the function that calculates the trip chance, you can find the function located at code address 8089e820. Additionally one edit I forgot to add was that there is a minimum time of 10 seconds in between random trips due to dashing or running-turnarounds. This value is located on the same page in the Int IC-Basics category, IC-Basic[23059]. All of this can be modded and confirmed.--[[User:Ben Hall|Ben Hall]] ([[User talk:Ben Hall|talk]]) 22:41, 30 October 2017 (EDT) | I don't know how to address a specific user here, but for Serpent King, I literally analyzed the assembler code that calculates trip chance and I identified all values controlling the rate when starting a dash or running-turnaround. The game takes the average of the IC-Basic values (0.02) and (0) to calculate the 0.01 trip rate for dashing and it takes the average of (0.025) and (0) to calculate the 1.25% chance of trips. These values are IC-Basic[3209] through IC-Basic[3212], which you can find now labeled on the [http://opensa.dantarion.com/wiki/IC-MemoryMap#Float_IC-Basics OpenSA floating point IC map]. If you care to analyze the ASM for the function that calculates the trip chance, you can find the function located at code address 8089e820. Additionally one edit I forgot to add was that there is a minimum time of 10 seconds in between random trips due to dashing or running-turnarounds. This value is located on the same page in the Int IC-Basics category, IC-Basic[23059]. All of this can be modded and confirmed.--[[User:Ben Hall|Ben Hall]] ([[User talk:Ben Hall|talk]]) 22:41, 30 October 2017 (EDT) | ||
EDIT: [https://imgur.com/a/7LshE Here's a couple photos of the assembler code that computes this value.]--[[User:Ben Hall|Ben Hall]] ([[User talk:Ben Hall|talk]]) 23:06, 30 October 2017 (EDT) | EDIT: [https://imgur.com/a/7LshE Here's a couple photos of the assembler code that computes this value.]--[[User:Ben Hall|Ben Hall]] ([[User talk:Ben Hall|talk]]) 23:06, 30 October 2017 (EDT) | ||
:Alright fair enough. Uh...for future's sake, if you want to address me directly, you should use my [[User talk:Serpent King|talk page]], but this worked out fine in the end too. Also in the future, simply summarizing that in the edit summary would have saved the confusion. If you can back up your findings as you just have, that's great, but too many people find inaccurate information out there (or indeed just "playtest" it and make assumptions and guesses) and try to put it on SmashWiki, which is why I called it out. Thanks, though for your explanation. <span style="font-family:Chiller;font-size:18px;text-shadow:0px 0px 3px #000">'''[[User:Serpent King|<span style="color:#d50">Serpent</span>]] [[File:SKSigHalloween.png|16px|link=]] [[User talk:Serpent King|<span style="color:#d50">King</span>]]'''</span> 23:36, 30 October 2017 (EDT) | :Alright fair enough. Uh...for future's sake, if you want to address me directly, you should use my [[User talk:Serpent King|talk page]], but this worked out fine in the end too. Also in the future, simply summarizing that in the edit summary would have saved the confusion. If you can back up your findings as you just have, that's great, but too many people find inaccurate information out there (or indeed just "playtest" it and make assumptions and guesses) and try to put it on SmashWiki, which is why I called it out. Thanks, though for your explanation. <span style="font-family:Chiller;font-size:18px;text-shadow:0px 0px 3px #000">'''[[User:Serpent King|<span style="color:#d50">Serpent</span>]] [[File:SKSigHalloween.png|16px|link=]] [[User talk:Serpent King|<span style="color:#d50">King</span>]]'''</span> 23:36, 30 October 2017 (EDT) | ||