mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 23:11:20 +00:00
change flag name (#2194)
This commit is contained in:
parent
cb7fe4943a
commit
e6e067428e
79 changed files with 111 additions and 111 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "terminal.h"
|
||||
#include "assets/objects/object_gla/object_gla.h"
|
||||
|
||||
#define FLAGS (ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_NEUTRAL | ACTOR_FLAG_4)
|
||||
#define FLAGS (ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_FRIENDLY | ACTOR_FLAG_4)
|
||||
|
||||
#define GE2_STATE_ANIMCOMPLETE (1 << 1)
|
||||
#define GE2_STATE_KO (1 << 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue