mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-29 16:14:59 -04:00
Implement & link ac_shop_manekin
This commit is contained in:
@@ -28,7 +28,7 @@ typedef void (*aSM_CHANGE2NAKEDMANEKIN_PROC)(int ut_x, int ut_z);
|
||||
typedef void (*aSM_NAKED2CLOTH_PROC)(int ut_x, int ut_z);
|
||||
|
||||
typedef struct shop_manekin_clip_s {
|
||||
SHOP_MANEKIN_ACTOR* shop_manekin_actor_p;
|
||||
ACTOR* shop_manekin_actor_p;
|
||||
aSM_MANEKIN_DMA_AGAIN_PROC manekin_dma_again_proc;
|
||||
aSM_CHANGE2NAKEDMANEKIN_PROC change2naked_manekin_proc;
|
||||
aSM_NAKED2CLOTH_PROC naked2cloth_proc;
|
||||
@@ -53,4 +53,3 @@ extern ACTOR_PROFILE Shop_Manekin_Profile;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -2005,6 +2005,7 @@ extern int mNT_check_unknown(mActor_name_t item_no);
|
||||
#define ITM_CLOTH252 (ITM_CLOTH_START + 252)
|
||||
#define ITM_CLOTH253 (ITM_CLOTH_START + 253)
|
||||
#define ITM_CLOTH254 (ITM_CLOTH_START + 254)
|
||||
#define ITM_CLOTH_MANEKIN (ITM_CLOTH_START + 255)
|
||||
#define ITM_CLOTH_END (ITM_CLOTH_START + 255)
|
||||
|
||||
#define ITM_ETC_START 0x2500
|
||||
|
||||
Reference in New Issue
Block a user