add statue.c decomp to w03Dll

This commit is contained in:
Rainchus 2024-01-18 17:42:49 -06:00
parent 9ecc042cc4
commit 6934e4307e
11 changed files with 706 additions and 577 deletions

View file

@ -5,7 +5,10 @@
#define BOARD_SPACE_LINKMAX 4
#ifndef _BOARD_SPACE_EVENT_FUNC
#define _BOARD_SPACE_EVENT_FUNC
typedef s32 (*BoardSpaceEventFunc)(void);
#endif
typedef struct board_space {
Vec pos;