UsernameFodder / pmdsky-debug

Debug info for reverse engineering PMD: Explorers of Sky
GNU General Public License v3.0
38 stars 20 forks source link

Clarify monster weight value #262

Closed Frostbyte0x70 closed 2 months ago

Frostbyte0x70 commented 2 months ago

Renames GetLowKickMultiplier to GetWeightMultiplier so it's a bit more consistent with the name that is usually given to this field in monster data ("weight").

I had no idea this value was a fixed-point number. Everyone has been treating it as an integer so far.