mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
fix func_8008EF30 (#250)
This commit is contained in:
parent
8c72e1dea6
commit
b251f3f7e3
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ void func_8008EEAC(GlobalContext* globalCtx, Actor* arg1) {
|
||||||
func_8005A444(Gameplay_GetCamera(globalCtx, 0), 2);
|
func_8005A444(Gameplay_GetCamera(globalCtx, 0), 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
s32 func_8008EF40(GlobalContext* globalCtx) {
|
s32 func_8008EF30(GlobalContext* globalCtx) {
|
||||||
Player* player = PLAYER;
|
Player* player = PLAYER;
|
||||||
return player->stateFlags1 & 0x800000;
|
return player->stateFlags1 & 0x800000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue