matched modeltest00.c

This commit is contained in:
zestydevy 2024-02-10 11:26:23 -06:00
parent 415e97a1b5
commit 3cb84d1f21
5 changed files with 285 additions and 30 deletions

View file

@ -3,6 +3,7 @@
#include "game/hsfdraw.h"
#include "game/objsub.h"
#include "game/object.h"
// -------------------------------------------------------------------------- //
@ -35,6 +36,9 @@ extern f32 CZoom;
void fn_1_29C();
void fn_1_28F8(Point3d * arg0, Point3d * arg1);
extern void omOutView();
void fn_1_37DC(omObjData*);
void fn_1_439C(omObjData*);
void fn_1_46F0();
s16 MGSeqCreate(s16, ...);
void MGSeqParamSet(s16, s16, s16);

View file

@ -20,6 +20,7 @@ void CharModelMotionTimeSet(s16 character, float time);
void CharModelMotionSpeedSet(s16 character, float speed);
void CharMotionKill(s16 character, s32 motion);
void CharModelVoiceEnableSet(s16 character, s16 motion, s32 flag);
void CharModelCreateCoinParticle(s16, Vec *);
s32 CharModelMotionEndCheck(s16 character);