diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2024-06-25 10:54:14 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-24 17:54:14 -0700 |
| commit | 0bb57352a52ba8fa3d361d2f88c2b9063fa71f62 (patch) | |
| tree | c9afbadf18bfde40ff39bf501c82d40840186e13 /include | |
| parent | bb221b4a0fb588389a0847d38ba010c0e46f34d6 (diff) | |
Animation Cleanup: En_T* (#1522)
* anim T cleanup
* more cleanup
* brackets and floats
* small thing
* more floats
* fix name
* fix
* format
---------
Co-authored-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64player.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/z64player.h b/include/z64player.h index 2f2650705..c3d4e9095 100644 --- a/include/z64player.h +++ b/include/z64player.h @@ -552,6 +552,9 @@ typedef enum PlayerLedgeClimbType { #define LEDGE_DIST_MAX 399.96002f +// TODO: less dumb name +#define SFX_VOICE_BANK_SIZE 0x20 + typedef struct PlayerAgeProperties { /* 0x00 */ f32 ceilingCheckHeight; /* 0x04 */ f32 shadowScale; |
