1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-14 03:44:34 +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

@ -77,8 +77,8 @@ void KaleidoSetup_Update(GlobalContext* globalCtx) {
if (pauseCtx->state == 1) {
WREG(2) = -0x1860;
R_UPDATE_RATE = 2;
if (func_800B3898()) {
func_800B3840(0);
if (ShrinkWindow_GetVal()) {
ShrinkWindow_SetVal(0);
}
func_800F64E0(1);
}