diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2024-10-17 00:13:25 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-16 06:13:25 -0700 |
| commit | 5dd43102851bf69bb091ef1fc7d1443aa98d56a1 (patch) | |
| tree | 179576ed6384725288fafb262cc4599446bbb5ea /include/sfx.h | |
| parent | 4a3f9b0f6bc8ffb531799ad1587283e05295f04b (diff) | |
Animation Cleanup: En_V* and En_W* (#1713)
* begin anim v and w
* structs
* bgId
* cleanup
* space
* more cleanup
* spacing
* Unsigned
Diffstat (limited to 'include/sfx.h')
| -rw-r--r-- | include/sfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx.h b/include/sfx.h index 719422dfe..d37e333ac 100644 --- a/include/sfx.h +++ b/include/sfx.h @@ -98,7 +98,7 @@ typedef struct { typedef struct { /* 0x0 */ u32 priority; // lower is more prioritized /* 0x4 */ u8 entryIndex; -} ActiveSfx; // size = 0x08 +} ActiveSfx; // size = 0x8 // SfxParams bit-packing |
