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:
parent
7f6e9d55fe
commit
b4a7ac9d71
36 changed files with 140 additions and 308 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue