mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
Decompiled ovl_Bg_Spot12_Gate
This commit is contained in:
parent
17765e2586
commit
7376fe5cad
20 changed files with 125 additions and 352 deletions
|
@ -1,14 +1,28 @@
|
|||
/*
|
||||
* File: z_bg_spot12_gate.c
|
||||
* Overlay: Bg_Spot12_Gate
|
||||
* Description:
|
||||
*/
|
||||
|
||||
#include "z_bg_spot12_gate.h"
|
||||
|
||||
#define ROOM 0x00
|
||||
#define FLAGS 0x00000000
|
||||
|
||||
void BgSpot12Gate_Init(BgSpot12Gate* this, GlobalContext* globalCtx);
|
||||
void BgSpot12Gate_Destroy(BgSpot12Gate* this, GlobalContext* globalCtx);
|
||||
void BgSpot12Gate_Update(BgSpot12Gate* this, GlobalContext* globalCtx);
|
||||
void BgSpot12Gate_Draw(BgSpot12Gate* this, GlobalContext* globalCtx);
|
||||
static void BgSpot12Gate_Init(BgSpot12Gate* this, GlobalContext* globalCtx);
|
||||
static void BgSpot12Gate_Destroy(BgSpot12Gate* this, GlobalContext* globalCtx);
|
||||
static void BgSpot12Gate_Update(BgSpot12Gate* this, GlobalContext* globalCtx);
|
||||
static void BgSpot12Gate_Draw(BgSpot12Gate* this, GlobalContext* globalCtx);
|
||||
|
||||
static void func_808B30C0(BgSpot12Gate* this);
|
||||
static void func_808B30D8(BgSpot12Gate* this, GlobalContext* globalCtx);
|
||||
static void func_808B3134(BgSpot12Gate* this);
|
||||
static void func_808B314C(BgSpot12Gate* this, GlobalContext* globalCtx);
|
||||
static void func_808B317C(BgSpot12Gate* this);
|
||||
static void func_808B318C(BgSpot12Gate* this, GlobalContext* globalCtx);
|
||||
static void func_808B3274(BgSpot12Gate* this);
|
||||
static void func_808B3298(BgSpot12Gate* this, GlobalContext* globalCtx);
|
||||
|
||||
/*
|
||||
const ActorInit Bg_Spot12_Gate_InitVars = {
|
||||
ACTOR_BG_SPOT12_GATE,
|
||||
ACTORTYPE_BG,
|
||||
|
@ -21,29 +35,113 @@ const ActorInit Bg_Spot12_Gate_InitVars = {
|
|||
(ActorFunc)BgSpot12Gate_Update,
|
||||
(ActorFunc)BgSpot12Gate_Draw,
|
||||
};
|
||||
*/
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Spot12_Gate/func_808B2F90.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Spot12_Gate/BgSpot12Gate_Init.s")
|
||||
static InitChainEntry initChain[] = {
|
||||
ICHAIN_VEC3F_DIV1000(scale, 100, ICHAIN_CONTINUE),
|
||||
ICHAIN_F32(unk_F4, 2500, ICHAIN_CONTINUE),
|
||||
ICHAIN_F32(unk_F8, 500, ICHAIN_CONTINUE),
|
||||
ICHAIN_F32(unk_FC, 1200, ICHAIN_STOP),
|
||||
};
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Spot12_Gate/BgSpot12Gate_Destroy.s")
|
||||
extern UNK_TYPE D_06001080;
|
||||
extern UNK_TYPE D_060011EC;
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Spot12_Gate/func_808B30C0.s")
|
||||
static void func_808B2F90(BgSpot12Gate* this, GlobalContext* globalCtx, UNK_TYPE collision, DynaPolyMoveFlag flags) {
|
||||
Actor* thisx = &this->dyna.actor;
|
||||
s32 localC = 0;
|
||||
s32 pad[2];
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Spot12_Gate/func_808B30D8.s")
|
||||
DynaPolyInfo_SetActorMove(thisx, flags);
|
||||
DynaPolyInfo_Alloc(collision, &localC);
|
||||
this->dyna.dynaPolyId = DynaPolyInfo_RegisterActor(globalCtx, &globalCtx->colCtx.dyna, thisx, localC);
|
||||
if (this->dyna.dynaPolyId == 0x32) {
|
||||
osSyncPrintf("Warning : move BG 登録失敗(%s %d)(name %d)(arg_data 0x%04x)\n", "../z_bg_spot12_gate.c", 145,
|
||||
thisx->id, thisx->params);
|
||||
}
|
||||
}
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Spot12_Gate/func_808B3134.s")
|
||||
static void BgSpot12Gate_Init(BgSpot12Gate* this, GlobalContext* globalCtx) {
|
||||
Actor* thisx = &this->dyna.actor;
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Spot12_Gate/func_808B314C.s")
|
||||
func_808B2F90(this, globalCtx, &D_060011EC, 0);
|
||||
Actor_ProcessInitChain(thisx, initChain);
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Spot12_Gate/func_808B317C.s")
|
||||
if (Flags_GetSwitch(globalCtx, thisx->params & 0x3F)) {
|
||||
func_808B3274(this);
|
||||
} else {
|
||||
func_808B30C0(this);
|
||||
}
|
||||
}
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Spot12_Gate/func_808B318C.s")
|
||||
static void BgSpot12Gate_Destroy(BgSpot12Gate* this, GlobalContext* globalCtx) {
|
||||
DynaPolyInfo_Free(globalCtx, &globalCtx->colCtx.dyna, this->dyna.dynaPolyId);
|
||||
}
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Spot12_Gate/func_808B3274.s")
|
||||
static void func_808B30C0(BgSpot12Gate* this) {
|
||||
Actor* thisx = &this->dyna.actor;
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Spot12_Gate/func_808B3298.s")
|
||||
this->actionFunc = (ActorFunc)func_808B30D8;
|
||||
thisx->posRot.pos.y = thisx->initPosRot.pos.y;
|
||||
}
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Spot12_Gate/BgSpot12Gate_Update.s")
|
||||
static void func_808B30D8(BgSpot12Gate* this, GlobalContext* globalCtx) {
|
||||
Actor* thisx = &this->dyna.actor;
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Bg_Spot12_Gate/BgSpot12Gate_Draw.s")
|
||||
if (Flags_GetSwitch(globalCtx, thisx->params & 0x3F)) {
|
||||
func_808B3134(this);
|
||||
func_800800F8(globalCtx, 0x1040, -0x63, thisx, 0);
|
||||
}
|
||||
}
|
||||
|
||||
static void func_808B3134(BgSpot12Gate* this) {
|
||||
this->actionFunc = (ActorFunc)func_808B314C;
|
||||
this->unk_168 = 0x28;
|
||||
}
|
||||
|
||||
static void func_808B314C(BgSpot12Gate* this, GlobalContext* globalCtx) {
|
||||
if (this->unk_168 <= 0) {
|
||||
func_808B317C(this);
|
||||
}
|
||||
}
|
||||
|
||||
static void func_808B317C(BgSpot12Gate* this) {
|
||||
this->actionFunc = (ActorFunc)func_808B318C;
|
||||
}
|
||||
|
||||
static void func_808B318C(BgSpot12Gate* this, GlobalContext* globalCtx) {
|
||||
Actor* thisx = &this->dyna.actor;
|
||||
s32 var;
|
||||
|
||||
Math_ApproxF(&thisx->velocity.y, 1.6f, 0.03f);
|
||||
if (Math_ApproxF(&thisx->posRot.pos.y, thisx->initPosRot.pos.y + 200.0f, thisx->velocity.y)) {
|
||||
func_808B3274(this);
|
||||
var = func_80092F88(globalCtx->cameraCtx.activeCameraPtrs[globalCtx->cameraCtx.unk_5C0], 3);
|
||||
func_80092DAC(var, -0x3CB0);
|
||||
func_80092E70(var, 3, 0, 0, 0);
|
||||
func_80092DF0(var, 0xC);
|
||||
Audio_PlayActorSound2(thisx, NA_SE_EV_BRIDGE_OPEN_STOP);
|
||||
} else {
|
||||
func_8002F974(thisx, 0x2067);
|
||||
}
|
||||
}
|
||||
|
||||
static void func_808B3274(BgSpot12Gate* this) {
|
||||
Actor* thisx = &this->dyna.actor;
|
||||
|
||||
this->actionFunc = (ActorFunc)func_808B3298;
|
||||
thisx->posRot.pos.y = thisx->initPosRot.pos.y + 200.0f;
|
||||
}
|
||||
|
||||
static void func_808B3298(BgSpot12Gate* this, GlobalContext* globalCtx) {
|
||||
}
|
||||
|
||||
static void BgSpot12Gate_Update(BgSpot12Gate* this, GlobalContext* globalCtx) {
|
||||
if (this->unk_168 > 0) {
|
||||
this->unk_168 -= 1;
|
||||
}
|
||||
this->actionFunc(this, globalCtx);
|
||||
}
|
||||
|
||||
static void BgSpot12Gate_Draw(BgSpot12Gate* this, GlobalContext* globalCtx) {
|
||||
Draw_DListOpa(globalCtx, &D_06001080);
|
||||
}
|
||||
|
|
|
@ -5,8 +5,9 @@
|
|||
#include <global.h>
|
||||
|
||||
typedef struct {
|
||||
/* 0x0000 */ Actor actor;
|
||||
/* 0x014C */ char unk_14C[0x20];
|
||||
/* 0x0000 */ DynaPolyActor dyna;
|
||||
/* 0x0164 */ ActorFunc actionFunc;
|
||||
/* 0x0168 */ s16 unk_168;
|
||||
} BgSpot12Gate; // size = 0x016C
|
||||
|
||||
extern const ActorInit Bg_Spot12_Gate_InitVars;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue