made buildable, more functions
This commit is contained in:
parent
b57a1051ca
commit
3611908f9b
6 changed files with 188 additions and 42 deletions
|
|
@ -26,7 +26,6 @@ void fn_1_2A40(void);
|
|||
void fn_1_2B44(void);
|
||||
s32 BoardDAngleCalcRange(f32*, f32, f32);
|
||||
s32 BoardPlayerMotBlendCheck(s32);
|
||||
void BoardPlayerMotBlendSet(s32, s32, s32);
|
||||
f32 BoardPlayerRotYGet(s32);
|
||||
void BoardConfettiCreate(Point3d*, s16, f32);
|
||||
double atan2(double y, double x);
|
||||
|
|
@ -95,7 +94,7 @@ f32 lbl_1_bss_30;
|
|||
s8 lbl_1_bss_2C;
|
||||
Process* lbl_1_bss_28;
|
||||
|
||||
s32 fn_1_12C8(void) {
|
||||
void fn_1_12C8(void) {
|
||||
BoardDiceDigit2DShowSet(0);
|
||||
lbl_1_bss_28 = HuPrcChildCreate(&fn_1_1358, 0x2003, 0x2000, 0, boardMainProc);
|
||||
HuPrcDestructorSet2(lbl_1_bss_28, &fn_1_152C);
|
||||
|
|
@ -103,7 +102,7 @@ s32 fn_1_12C8(void) {
|
|||
while (lbl_1_bss_28) {
|
||||
HuPrcVSleep();
|
||||
}
|
||||
return BoardDiceDigit2DShowSet(1);
|
||||
BoardDiceDigit2DShowSet(1);
|
||||
}
|
||||
|
||||
void fn_1_1358(void) {
|
||||
|
|
@ -648,4 +647,4 @@ void fn_1_2B44(void) {
|
|||
GXSetChanMatColor(GX_COLOR0A0, sp1C);
|
||||
}
|
||||
|
||||
f32 const padStatue = 0.0f;
|
||||
f32 const padStatue = 0.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue