diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2025-05-16 00:52:26 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2025-05-16 00:52:26 -0600 |
| commit | 47626be235111990bdf279e33c1527475271760b (patch) | |
| tree | 92a130da7e8d4d202d2ce75961552824856da27c /include | |
| parent | b4e39c01cdcafcb0ea80f0a975659fced123e68a (diff) | |
Pushed a ton of interpolation fixesfps-interpolation-2
Diffstat (limited to 'include')
| -rw-r--r-- | include/common_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common_structs.h b/include/common_structs.h index b5efa387a..fa18c39c9 100644 --- a/include/common_structs.h +++ b/include/common_structs.h @@ -28,7 +28,7 @@ typedef struct { // In the data to use "A, B, Z, R" instead of hex numbers. typedef enum { A = 0x80, B = 0x40, Z = 0x20, R = 0x10 } GhostController; -/*** types.h ***/ +/*** types.h ***/ typedef struct { /* 0x0 */ s16 waypointStart; |
