Partially matched board/item

This commit is contained in:
mrshigure 2024-01-31 13:51:56 -08:00
parent a40e6bce2f
commit 5bbdcd3eca
12 changed files with 1960 additions and 33 deletions

View file

@ -33,4 +33,6 @@ void BoardMakeRandomItem(void);
void BoardItemGetDestPos(s32 arg0, Vec *arg1);
void BoardItemStatusKill(s32 arg0);
extern s8 boardItemUser;
#endif