mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 11:24:40 +00:00
Decompile code_800FD970 (#141)
* Decompile code_800FD970 * Comment cleanups, ensure formatter won't cause a matching issue later
This commit is contained in:
parent
82b464b864
commit
47e25298a0
6 changed files with 95 additions and 141 deletions
|
@ -2262,8 +2262,14 @@ void SystemArena_Check();
|
|||
void SystemArena_Init(void* start, u32 size);
|
||||
void SystemArena_Cleanup();
|
||||
u8 SystemArena_IsInitalized();
|
||||
// ? func_800FD9A0(?);
|
||||
u32 Math_Rand_Next();
|
||||
void Math_Rand_Seed(u32 seed);
|
||||
f32 Math_Rand_ZeroOne();
|
||||
f32 Math_Rand_Centered();
|
||||
void Math_Rand_Seed_Variable(u32* rndNum, u32 seed);
|
||||
u32 Math_Rand_Next_Variable(u32* rndNum);
|
||||
f32 Math_Rand_ZeroOne_Variable(u32* rndNum);
|
||||
f32 Math_Rand_Centered_Variable(u32* rndNum);
|
||||
bool ArenaImpl_GetFillAllocBlock(Arena* arena);
|
||||
bool ArenaImpl_GetFillFreeBlock(Arena* arena);
|
||||
bool ArenaImpl_GetCheckFreeBlock(Arena* arena);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue