mirror of
https://github.com/zeldaret/oot
synced 2026-08-21 22:40:55 -04:00
Decompile code_800FD970 (#141)
* Decompile code_800FD970 * Comment cleanups, ensure formatter won't cause a matching issue later
This commit is contained in:
+7
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user