1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-12 19:04:38 +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:
Tharo 2020-05-15 18:58:14 +01:00 committed by GitHub
parent 82b464b864
commit 47e25298a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 95 additions and 141 deletions

View file

@ -339,7 +339,7 @@ void Gameplay_Init(GlobalContext* globalCtx) {
gTrnsnUnkState = 0;
globalCtx->transitionMode = 0;
func_8008E6A0(&globalCtx->sub_7B8);
func_800FD9A0((u32)osGetTime());
Math_Rand_Seed((u32)osGetTime());
Matrix_Init(&globalCtx->state);
globalCtx->state.main = Gameplay_Main;
globalCtx->state.destroy = Gameplay_Destroy;