mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-21 13:36:52 -04:00
Implement & link m_kankyo.c
This commit is contained in:
@@ -307,6 +307,13 @@ enum actor_profile_table {
|
||||
mAc_PROFILE_NUM
|
||||
};
|
||||
|
||||
enum {
|
||||
mAc_HILITE_OPAQUE,
|
||||
mAc_HILITE_TRANSLUCENT,
|
||||
|
||||
mAc_HILITE_NUM
|
||||
};
|
||||
|
||||
/* sizeof(ACTOR_PROFILE) == 0x24 */
|
||||
struct actor_profile_s {
|
||||
/* 0x00 */ s16 id; /* unique actor type ID */
|
||||
|
||||
Reference in New Issue
Block a user