Split most of the rest of board RELs
w04, w05, w20, and w21 are split
This commit is contained in:
parent
270e67e011
commit
f3e6d3754e
11 changed files with 171 additions and 39 deletions
|
|
@ -24,8 +24,8 @@ static omObjData *confettiObj;
|
|||
static omObjData *filterObj;
|
||||
void *boardTurnStartFunc;
|
||||
void *boardBowserHook;
|
||||
u32 lbl_801D3EFC;
|
||||
u32 lbl_801D3EF8;
|
||||
void *boardStarShowNextHook;
|
||||
void *boardStarGiveHook;
|
||||
BoardFunc boardTurnFunc;
|
||||
BoardLightHook boardLightSetHook;
|
||||
BoardLightHook boardLightResetHook;
|
||||
|
|
@ -135,9 +135,9 @@ void BoardCommonInit(BoardFunc create, BoardFunc destroy)
|
|||
createFunc = create;
|
||||
destroyFunc = destroy;
|
||||
boardTurnFunc = NULL;
|
||||
lbl_801D3EFC = 0;
|
||||
boardStarShowNextHook = NULL;
|
||||
boardBowserHook = NULL;
|
||||
lbl_801D3EF8 = 0;
|
||||
boardStarGiveHook = NULL;
|
||||
boardTurnStartFunc = NULL;
|
||||
boardObjMan = omInitObjMan(64, 8192);
|
||||
omSystemKeyCheckSetup(boardObjMan);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue