1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-13 11:24:40 +00:00

Decompile flg_set.c (#200)

* Decompile flg_set.c

* Use a for loop and rename func_8002AAB0

* move the flag set array inside the function
This commit is contained in:
Random 2020-06-10 00:14:18 +02:00 committed by GitHub
parent a0ef48e987
commit a76356090b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 164 additions and 375 deletions

View file

@ -3945,7 +3945,7 @@ void Interface_Draw(GlobalContext* globalCtx) {
}
if (pauseCtx->flag == 3) {
func_8002AAB0(globalCtx);
FlagSet_Update(globalCtx);
}
if (interfaceCtx->unk_244 != 0) {