Document EnPubox (#2668)

This commit is contained in:
Gabriel Ravier
2026-02-14 16:36:58 +01:00
committed by GitHub
parent ebbabb7d91
commit bf7af1746d
2 changed files with 2 additions and 2 deletions
@@ -50,7 +50,7 @@ void EnPubox_Init(Actor* thisx, PlayState* play) {
default:
break;
}
this->unk_164 = 1;
this->unused_164 = 1;
thisx->colChkInfo.cylRadius = 20;
thisx->colChkInfo.cylHeight = 50;
thisx->cullingVolumeDownward = 1200.0f;
@@ -8,7 +8,7 @@ struct EnPubox;
typedef struct EnPubox {
/* 0x0000 */ DynaPolyActor dyna;
/* 0x0164 */ u32 unk_164;
/* 0x0164 */ u32 unused_164; // Set to 1 on initialization, has no other uses
} EnPubox; // size = 0x0168
#endif