mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 06:52:03 +00:00
Name Remaining Hookshot Actor Flags (#2306)
* name remaining hookshot flags * tweak comments * period
This commit is contained in:
parent
e10c64a0b4
commit
33391c0a5b
25 changed files with 53 additions and 43 deletions
|
@ -1,7 +1,7 @@
|
|||
#include "z_en_dh.h"
|
||||
#include "assets/objects/object_dh/object_dh.h"
|
||||
|
||||
#define FLAGS (ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_HOSTILE | ACTOR_FLAG_4 | ACTOR_FLAG_10)
|
||||
#define FLAGS (ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_HOSTILE | ACTOR_FLAG_4 | ACTOR_FLAG_HOOKSHOT_PULLS_PLAYER)
|
||||
|
||||
typedef enum EnDhAction {
|
||||
/* 0 */ DH_WAIT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue