Implement & link ef_tumble_bodyprint

This commit is contained in:
Cuyler36
2025-06-16 07:53:48 -04:00
parent 1cf04e4e68
commit 3b4da7de48
3 changed files with 84 additions and 5 deletions
+1
View File
@@ -83,6 +83,7 @@ extern int mem_cmp(u8* p1, u8* p2, size_t size);
extern f32 cos_s(s16 angle);
extern f32 sin_s(s16 angle);
#define tan_s(angle) (sin_s(angle) / cos_s(angle))
extern int chase_angle(s16* const pValue, const s16 target, s16 step);
extern int chase_s(s16* const pValue, const s16 target, s16 step);