Merge branch 'Rainchus:main' into main

This commit is contained in:
CreateSource 2024-01-23 17:18:03 -05:00 committed by GitHub
commit e8af9d5ef4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 141 additions and 139 deletions

View file

@ -79,9 +79,9 @@ f32 BoardPlayerRotYGet(s32);
void BoardPlayerScaleSetV(s32, Vec*);
void BoardPlayerScaleSet(s32, f32, f32, f32);
s16 BoardPlayerCurrMotionGet(s32);
void BoardPlayerMotionCreate(s32, s32);
s32 BoardPlayerMotionCreate(s32, s32);
void BoardPlayerMotionKill(s32, s32);
void BoardPlayerMotionEndCheck(s32);
s32 BoardPlayerMotionEndCheck(s32);
void BoardPlayerMotionEndWait(s32);
void BoardPlayerMotionStart(s32, s32, s32);
void BoardPlayerMotionShiftSet(s32, s32, f32, f32, u32);