Implement & link ac_shop_manekin

This commit is contained in:
Cuyler36
2025-01-16 16:22:50 -05:00
parent c4f0a79961
commit 80ca047709
4 changed files with 367 additions and 3 deletions
+1 -2
View File
@@ -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
+1
View File
@@ -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