Decompile more of board/player.c

DoSparkSpace incomplete
This commit is contained in:
gamemasterplc 2024-03-08 22:56:12 -06:00
parent a41d910136
commit 620c676657
5 changed files with 295 additions and 54 deletions

View file

@ -42,6 +42,6 @@ void fn_8004F52C(s16 character, s32 arg1);
void CharModelEffectEnableSet(s16 character, s32 arg1);
s32 CharModelEffectNpcInit(s16 arg0, s16 arg1, s16 arg2, s16 arg3);
s32 CharModelEffectNpcInitSilent(s16 arg0, s16 arg1, s16 arg2);
void CharModelStepTypeSet(s16 character, s32 arg1);
s32 CharModelStepTypeSet(s16 character, s32 arg1);
#endif