This commit is contained in:
Niko 2024-03-14 21:03:47 -04:00
parent 1844004893
commit 2c235cbf47
4 changed files with 15 additions and 1 deletions

View File

@ -690,6 +690,7 @@ common, exe, VehStuckProc_Tumble_Init, 0x0, General/Vehicle/VehStuckProc_Tumble_
// need VehStuckProc_Warp
// need VehTalkMask
//ommon, exe, VehTalkMask_ThTick, 0x0, General/Vehicle/VehTalkMask_ThTick.c
// need VehTurbo_ProcessBucket (in wip)
common, exe, VehTurbo_ThTick, 0x0, General/Vehicle/VehTurbo_ThTick.c

View File

@ -7296,6 +7296,7 @@ LAB_800b48dc:
// AH_MaskHint_SpawnParticles
FUN_800b42b4(0x18,&DAT_800b5384,0x1000);
// VehTalkMask_PlayXA
FUN_800691e4(DAT_8008d860,(int)DAT_800b5558);
// If you're in Adventure Arena

View File

@ -35682,6 +35682,7 @@ void FUN_80069178(void)
// INSTANCE_BirthWithThread
// 0x300 flag = SmallStackPool
// 0xe = "aku aku" thread bucket
// 0x6 = sizeof(struct MaskHint)
iVar1 = FUN_800309a4(0x39,&DAT_8008d660,0x300,0xe,FUN_80068f90,6,0);
// get thread from instance
@ -35692,7 +35693,8 @@ void FUN_80069178(void)
// object -> 4
*(undefined2 *)(*(int *)(iVar1 + 0x30) + 4) = 0;
return;
return instance;
}

View File

@ -1,3 +1,13 @@
#include <common.h>
struct MaskHint
{
struct MaskHint* self; // why?
short scale;
// end of struct
};
struct BossGarageDoor
{
int direction; // 1, 0, -1