1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-10 19:20:13 +00:00
This commit is contained in:
Ethan Roseman 2020-03-24 00:18:33 -04:00
parent a8b19baf6e
commit ba31478e23

View file

@ -60,7 +60,9 @@ static s32 func_808B1AE0(BgSpot09Obj* this, GlobalContext* globalCtx) {
if (gSaveContext.scene_setup_index >= 4) {
return thisx->params == 0;
}
temp_v1 = (gSaveContext.event_chk_inf[9] & 0xF) == 0xF;
if (LINK_IS_CHILD) {
linkAge = YEARS_CHILD;
} else {
@ -81,6 +83,7 @@ static s32 func_808B1AE0(BgSpot09Obj* this, GlobalContext* globalCtx) {
} else {
return thisx->params == 2;
}
return 0;
}