import random_u16 to sm64, match random_s32, and match actor func (#203)

* import random_u16 and atans from sm64

* rand math decomp

* Match func_80298AC0
This commit is contained in:
MegaMech
2022-05-19 02:39:18 -06:00
committed by GitHub
parent 63c4f48340
commit bcf65f3883
112 changed files with 6847 additions and 7413 deletions
+15 -15
View File
@@ -1,15 +1,15 @@
#ifndef CODE_80005FD0_H
#define CODE_80005FD0_H
#include "common_structs.h"
/* Function Prototypes */
s16 func_80005FD0();
// math_util.c
u32 func_802B5224();
/* This is where I'd put my static data, if I had any */
#endif
#ifndef CODE_80005FD0_H
#define CODE_80005FD0_H
#include "common_structs.h"
/* Function Prototypes */
s16 func_80005FD0();
// math_util.c
u32 func_802B5224();
/* This is where I'd put my static data, if I had any */
#endif