mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-13 04:39:36 +00:00
oopz
This commit is contained in:
parent
82b1555295
commit
1abc15910f
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ static void BgHakaMegane_Destroy(BgHakaMegane* this, GlobalContext* globalCtx);
|
||||||
static void BgHakaMegane_Update(BgHakaMegane* this, GlobalContext* globalCtx);
|
static void BgHakaMegane_Update(BgHakaMegane* this, GlobalContext* globalCtx);
|
||||||
|
|
||||||
static void func_8087DB24(BgHakaMegane* this, GlobalContext* globalCtx);
|
static void func_8087DB24(BgHakaMegane* this, GlobalContext* globalCtx);
|
||||||
void func_8087DBF0(BgHakaMegane* this, GlobalContext* globalCtx);
|
static void func_8087DBF0(BgHakaMegane* this, GlobalContext* globalCtx);
|
||||||
static void func_8087DC64(BgHakaMegane* this, GlobalContext* globalCtx);
|
static void func_8087DC64(BgHakaMegane* this, GlobalContext* globalCtx);
|
||||||
static void func_8087DC94(BgHakaMegane* this, GlobalContext* globalCtx);
|
static void func_8087DC94(BgHakaMegane* this, GlobalContext* globalCtx);
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ static void func_8087DB24(BgHakaMegane* this, GlobalContext* globalCtx) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void func_8087DBF0(BgHakaMegane* this, GlobalContext* globalCtx) {
|
static void func_8087DBF0(BgHakaMegane* this, GlobalContext* globalCtx) {
|
||||||
Actor* thisx = &this->dyna.actor;
|
Actor* thisx = &this->dyna.actor;
|
||||||
if (globalCtx->actorCtx.unk_03 != 0) {
|
if (globalCtx->actorCtx.unk_03 != 0) {
|
||||||
thisx->flags |= 0x80;
|
thisx->flags |= 0x80;
|
||||||
|
|
Loading…
Reference in a new issue