Editing User:Toomai/Reading moveset data (SSB4)
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 3: | Line 3: | ||
'''Assumptions:''' | '''Assumptions:''' | ||
#You already have the required files. | #You already have the required files. | ||
#You understand | #You understand hexadecimal enough to: | ||
##Recognize when it's being used. | |||
##Convert between it and decimal. | |||
#You can tell if a raw hex value is an integer or a float, and convert appropriately. (Quick-and-dirty explanation: if it starts with a 3 or 4 and ends with a repeated string of digits, it's probably a float.) | |||
#You can tell by a raw hex value whether the number is supposed to be negative, and convert it approproaitely. | |||
#You can tell that a float of 0.13799999 should actually mean 0.138 (and similar). | |||
==SSB4 moveset commands== | ==SSB4 moveset commands== | ||