d_shop_camera, d_shop_item_ctrl OK (#2044)

This commit is contained in:
hatal175
2024-01-22 22:24:24 +02:00
committed by GitHub
parent 697cd08979
commit ea041b9d95
17 changed files with 436 additions and 1601 deletions
+4
View File
@@ -39,6 +39,10 @@ public:
/* 80037C1C */ cXyz* getPosP();
u8 getShopItemID() const { return mShopItemID; }
s16 getAngleX() const { return mAngleX; }
void setAngleX(s16 angle) { mAngleX = angle;}
s16 getAngleY() const { return mAngleY; }
void setAngleY(s16 angle) { mAngleY = angle;}
static ResourceData const mData[23];