mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-24 16:01:26 +00:00
Target Mode Enum [Target Docs 7/?] (#2133)
* TargetMode Enum * format * add default comment * bss * bss 2 * fix bss 3
This commit is contained in:
parent
6051251c92
commit
dbb059c6a7
112 changed files with 154 additions and 139 deletions
|
@ -176,7 +176,7 @@ void EnMm_Init(Actor* thisx, PlayState* play) {
|
|||
this->path = PARAMS_GET_U(this->actor.params, 0, 8);
|
||||
this->unk_1F0 = 2;
|
||||
this->unk_1E8 = 0;
|
||||
this->actor.targetMode = 2;
|
||||
this->actor.targetMode = TARGET_MODE_2;
|
||||
this->actor.gravity = -1.0f;
|
||||
this->speedXZ = 3.0f;
|
||||
this->unk_204 = this->actor.objectSlot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue