mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-11 13:08:34 -04:00
link ac_psnowman
This commit is contained in:
@@ -8,6 +8,20 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* sizeof(PSNOWMAN_ACTOR) == 0x198 */
|
||||
typedef struct actor_p_snowman_s {
|
||||
/* 0x000 */ ACTOR actor_class;
|
||||
/* 0x174 */ int current_id;
|
||||
/* 0x178 */ int message_num;
|
||||
/* 0x17C */ f32 head;
|
||||
/* 0x180 */ f32 head_scale;
|
||||
/* 0x184 */ f32 body;
|
||||
/* 0x188 */ f32 body_scale;
|
||||
/* 0x18C */ f32 eye_heigth;
|
||||
/* 0x190 */ f32 speed;
|
||||
/* 0x194 */ s16 head_angle;
|
||||
} PSNOWMAN_ACTOR;
|
||||
|
||||
extern ACTOR_PROFILE Psnowman_Profile;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
+1
-1
@@ -64,7 +64,7 @@ typedef enum bank_id {
|
||||
ACTOR_OBJ_BANK_22,
|
||||
ACTOR_OBJ_BANK_23,
|
||||
ACTOR_OBJ_BANK_24,
|
||||
ACTOR_OBJ_BANK_25,
|
||||
ACTOR_OBJ_BANK_PSNOWMAN,
|
||||
ACTOR_OBJ_BANK_26,
|
||||
ACTOR_OBJ_BANK_27,
|
||||
ACTOR_OBJ_BANK_UMBRELLA,
|
||||
|
||||
Reference in New Issue
Block a user