Shifted the follower graphicsIds (#6329)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
parent
320c6cf11f
commit
c3962c2d3b
@ -270,10 +270,10 @@
|
||||
#define OBJ_EVENT_GFX_VAR_E (OBJ_EVENT_GFX_VARS + 0xE)
|
||||
#define OBJ_EVENT_GFX_VAR_F (OBJ_EVENT_GFX_VARS + 0xF)
|
||||
|
||||
#define OBJ_EVENT_MON (1u << 15)
|
||||
#define OBJ_EVENT_MON_SHINY (1u << 14)
|
||||
#define OBJ_EVENT_MON_FEMALE (1u << 13)
|
||||
#define OBJ_EVENT_MON_SPECIES_MASK (~(7u << 13))
|
||||
#define OBJ_EVENT_MON (1u << 14)
|
||||
#define OBJ_EVENT_MON_SHINY (1u << 13)
|
||||
#define OBJ_EVENT_MON_FEMALE (1u << 12)
|
||||
#define OBJ_EVENT_MON_SPECIES_MASK (~(7u << 12))
|
||||
|
||||
// Used to call a specific species' follower graphics. Useful for static encounters.
|
||||
#define OBJ_EVENT_GFX_SPECIES(name) (SPECIES_##name + OBJ_EVENT_MON)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user