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

@ -2050,7 +2050,7 @@ static void UpdateNpcEffect(void) {
}
}
void CharModelStepTypeSet(s16 character, s32 arg1) {
s32 CharModelStepTypeSet(s16 character, s32 arg1) {
UnkCharInstanceStruct *temp_r31 = &charInstance[character];
temp_r31->unkB0 = arg1;