mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-05 01:26:17 -04:00
third item, missing visuals
This commit is contained in:
@@ -4059,7 +4059,7 @@ public:
|
||||
/* 0x02180 */ daAlink_matAnm_c* field_0x2180[2];
|
||||
/* 0x02188 */ dEyeHL_c mEyeHL1;
|
||||
/* 0x0219C */ dEyeHL_c mEyeHL2;
|
||||
/* 0x021B0 */ daPy_anmHeap_c mItemHeap[2];
|
||||
/* 0x021B0 */ daPy_anmHeap_c mItemHeap[3];
|
||||
/* 0x021D8 */ daPy_anmHeap_c mAnmHeap9;
|
||||
/* 0x021EC */ daAlinkHIO_c* mpHIO;
|
||||
/* 0x021F0 */ daAlink_blur_c m_swordBlur;
|
||||
|
||||
@@ -47,6 +47,7 @@ enum dEvt_type_e {
|
||||
/* 0x5 */ dEvt_type_ITEM_e,
|
||||
/* 0x6 */ dEvt_type_SHOWITEM_X_e,
|
||||
/* 0x7 */ dEvt_type_SHOWITEM_Y_e,
|
||||
/* 0x8 */ dEvt_type_SHOWITEM_Z_e,
|
||||
/* 0xA */ dEvt_type_CATCH_e = 10,
|
||||
/* 0xB */ dEvt_type_TREASURE_e,
|
||||
};
|
||||
|
||||
@@ -172,7 +172,7 @@ private:
|
||||
/* 0x6A9 */ u8 field_0x6a9; // unused
|
||||
/* 0x6AA */ u8 mXButtonSlot;
|
||||
/* 0x6AB */ u8 mYButtonSlot;
|
||||
/* 0x6AC */ u8 field_0x6ac;
|
||||
/* 0x6AC */ u8 mZButtonSlot;
|
||||
/* 0x6AD */ u8 field_0x6ad;
|
||||
/* 0x6AE */ u8 mItemsTotal; // Contains the amount of items which are actually obtained and in
|
||||
// the item wheel
|
||||
|
||||
@@ -160,7 +160,7 @@ private:
|
||||
/* 0x078 */ J2DScreen* mpScreen;
|
||||
/* 0x07C */ J2DScreen* mpKanteraScreen;
|
||||
/* 0x080 */ J2DScreen* mpPikariScreen;
|
||||
/* 0x084 */ J2DPicture* mpItemNumTex[2][3];
|
||||
/* 0x084 */ J2DPicture* mpItemNumTex[3][3];
|
||||
/* 0x09C */ CPaneMgr* field_0x9c[3];
|
||||
/* 0x0A8 */ int field_0xa8;
|
||||
/* 0x0AC */ dKantera_icon_c* mpKanteraMeter[2];
|
||||
|
||||
+2
-1
@@ -12,7 +12,7 @@
|
||||
|
||||
static const int DEFAULT_SELECT_ITEM_INDEX = 0;
|
||||
static const int MAX_SELECT_ITEM = 4;
|
||||
static const int SELECT_ITEM_NUM = 2;
|
||||
static const int SELECT_ITEM_NUM = 3;
|
||||
static const int MAX_EQUIPMENT = 6;
|
||||
static const int MAX_EVENTS = 256;
|
||||
static const int MAX_ITEM_SLOTS = 24;
|
||||
@@ -123,6 +123,7 @@ enum {
|
||||
/* 0x3 */ SELECT_ITEM_B,
|
||||
/* 0x0 */ SELECT_ITEM_X = SELECT_ITEM_LEFT,
|
||||
/* 0x1 */ SELECT_ITEM_Y = SELECT_ITEM_RIGHT,
|
||||
/* 0x2 */ SELECT_ITEM_Z = SELECT_ITEM_DOWN,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user