Document board/com files

Also did various cleanups
This commit is contained in:
gamemasterplc 2024-03-06 20:22:54 -06:00
parent 6f46d026ca
commit 83000dbb16
13 changed files with 645 additions and 673 deletions

View file

@ -1339,7 +1339,7 @@ static void ExecItemPick(void) {
itemPosTemp[j].x -= 8.0f;
itemPosTemp[j].y += 16.0f;
}
sp18 = BoardComTutorialItemGet(itemPlayer);
sp18 = BoardComUseItemSlotGet(itemPlayer);
ExecItemPickInlineFunc02(itemPlayer, var_r23, sp18);
}