various documentation

This commit is contained in:
Banjo Kazooie
2024-07-01 00:28:11 -05:00
parent 676533f2dc
commit 9688497485
104 changed files with 1034 additions and 947 deletions

View File

@@ -1 +1 @@
char pad_BGS_D_80391230[0x10];
char pad_BGS_D_80391230[0x10];

View File

@@ -266,7 +266,7 @@ void func_80386EB0(ActorMarker *this, ActorMarker *other){
Actor *chflibbit_draw(ActorMarker *marker, Gfx **gfx, Mtx **mtx, Vtx **vtx){
Actor *this;
ActorLocal_Flibbit *local;
s32 temp_a0;
BoneTransformList *temp_a0;
int i;
f32 sp7C[3];
f32 phi_f2;

View File

@@ -297,7 +297,7 @@ Actor *func_8038DE5C(ActorMarker *marker, Gfx **gfx, Mtx **mtx, Vtx **vtx) {
s32 var_s0;
f32 var_f2;
f32 sp7C[3];
s32 temp_a0_2;
BoneTransformList *temp_a0_2;
this = marker_getActor(marker);
local = (ActorLocal_Yellow_Flibbit *)&this->local;

View File

@@ -43,7 +43,7 @@ void func_80389488(Actor *this, s32 next_state) {
if (next_state == 3) {
func_8030E6A4(SFX_86_TIPTUP_CHORUS_AH, local->unk8, 0x7FFF);
skeletalAnim_set(this->unk148, ASSET_12F_ANIM_CHOIR_TURTLE_HURT, 0.1f, 1.75f);
skeletalAnim_setCallback_1(this->unk148, 0.9f, func_80389420, this->marker);
skeletalAnim_setCallback_1(this->unk148, 0.9f, (GenFunction_1)func_80389420, (s32)this->marker);
if (local->tiptup_marker != NULL) {
func_80388E94(local->tiptup_marker, local->unk0);
}