1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-06 16:04:35 +00:00

Decompile shrink_window.c (#232)

This commit is contained in:
Random 2020-07-09 03:54:39 +02:00 committed by GitHub
parent 7f6e9d55fe
commit b4a7ac9d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 140 additions and 308 deletions

View file

@ -137,7 +137,7 @@ u32 func_8006472C(GlobalContext* globalCtx, CutsceneContext* csCtx, f32 target)
void func_80064760(GlobalContext* globalCtx, CutsceneContext* csCtx) {
Interface_ChangeAlpha(1);
func_800B3840(0x20);
ShrinkWindow_SetVal(0x20);
if (func_8006472C(globalCtx, csCtx, 1.0f)) {
func_800F68BC(1);
@ -148,7 +148,7 @@ void func_80064760(GlobalContext* globalCtx, CutsceneContext* csCtx) {
void func_800647C0(GlobalContext* globalCtx, CutsceneContext* csCtx) {
func_80068C3C(globalCtx, csCtx);
Interface_ChangeAlpha(1);
func_800B3840(0x20);
ShrinkWindow_SetVal(0x20);
if (func_8006472C(globalCtx, csCtx, 1.0f)) {
func_800F68BC(1);
@ -1964,8 +1964,8 @@ void func_80068ECC(GlobalContext* globalCtx, CutsceneContext* csCtx) {
if (gSaveContext.cutsceneTrigger == 0) {
Interface_ChangeAlpha(1);
func_800B3840(0x20);
func_800B38A4(0x20);
ShrinkWindow_SetVal(0x20);
ShrinkWindow_SetCurrentVal(0x20);
csCtx->state++;
}