mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
parent
941f79215c
commit
11e5be77d5
26 changed files with 400 additions and 1277 deletions
|
@ -160,8 +160,7 @@ void EnSkb_Init(Actor* thisx, GlobalContext* globalCtx) {
|
|||
this->actor.colChkInfo.mass = 0xFE;
|
||||
this->actor.colChkInfo.health = 2;
|
||||
this->actor.shape.yOffset = -8000.0f;
|
||||
SkelAnime_Init(globalCtx, &this->skelAnime, &D_060041F8, &D_06001854, this->jointTable,
|
||||
this->morphTable, 20);
|
||||
SkelAnime_Init(globalCtx, &this->skelAnime, &D_060041F8, &D_06001854, this->jointTable, this->morphTable, 20);
|
||||
this->actor.naviEnemyId = 0x55;
|
||||
|
||||
Collider_InitJntSph(globalCtx, &this->collider);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue