diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-10 22:42:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 22:42:30 +0100 |
commit | e8d0b49a6864d6077a5d7b1c123c49481fe14bfe (patch) | |
tree | d9c489014e94856bc94273499ea7b5eca66ac0dc /arm9/lib/include/fx.h | |
parent | 68013d52ebaf7094a782260d97888e9cb6b1d172 (diff) | |
parent | bf8b0b7a9f33de9de350927b5c4001909da3c889 (diff) |
Merge pull request #401 from PikalaxALT/pikalax_work
[LEAK-INFORMED] Match and document funcs in unk_02016B94.c
Diffstat (limited to 'arm9/lib/include/fx.h')
-rw-r--r-- | arm9/lib/include/fx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arm9/lib/include/fx.h b/arm9/lib/include/fx.h index 4a844872..38506194 100644 --- a/arm9/lib/include/fx.h +++ b/arm9/lib/include/fx.h @@ -65,6 +65,9 @@ typedef s64 fx64c; #define FX16_CONST(x) FX_F32_TO_FX16(x) #define FX32_CONST(x) FX_F32_TO_FX32(x) +#define FX16_ONE ((fx16)0x1000) +#define FX32_ONE ((fx32)0x00001000L) + struct Vecx32 { fx32 x; |