mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-18 04:45:24 +00:00
make the comment multiline "officially"
This commit is contained in:
parent
83f4ca8935
commit
35c635781d
1 changed files with 4 additions and 3 deletions
|
@ -14,9 +14,10 @@
|
|||
#define MASS_IMMOVABLE 0xFF // Cannot be pushed by OC colliders
|
||||
#define MASS_HEAVY 0xFE // Can only be pushed by OC colliders from actors with IMMOVABLE or HEAVY mass.
|
||||
|
||||
// These constants are the default parameters for the ubiqutous "fidgeting" formulas.
|
||||
// Some actors call `Actor_UpdateFidgetTables` function and cache their results in `fidgetTable*` fields.
|
||||
// Others compute them on the fly. Both variants are applied inside `*_OverrideLimbDraw` as input angles.
|
||||
/* These constants are the default parameters for the ubiqutous "fidgeting" formulas.
|
||||
* Some actors call `Actor_UpdateFidgetTables` function and cache their results in `fidgetTable*` fields.
|
||||
* Others compute them on the fly. Both variants are applied inside `*_OverrideLimbDraw` as input angles.
|
||||
*/
|
||||
#define FIDGET_FREQ_Y 0x814
|
||||
#define FIDGET_FREQ_Z 0x940
|
||||
#define FIDGET_FREQ_LIMB 0x32
|
||||
|
|
Loading…
Add table
Reference in a new issue