mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-26 14:31:18 -04:00
Add item button enum and talk button enum
This commit is contained in:
@@ -132,7 +132,7 @@ public:
|
||||
/* 0x9C2 */ s8 field_0x9C2;
|
||||
/* 0x9C3 */ s8 field_0x9C3;
|
||||
/* 0x9C4 */ s8 field_0x9C4;
|
||||
/* 0x9C5 */ u8 field_0x9C5;
|
||||
/* 0x9C5 */ u8 mShownItemBtn;
|
||||
/* 0x9C6 */ u8 field_0x9C6;
|
||||
/* 0x9C7 */ u8 field_0x9C7;
|
||||
/* 0x9C8 */ u8 field_0x9C8;
|
||||
|
||||
@@ -1997,7 +1997,7 @@ public:
|
||||
/* 0x34BA */ u8 m34BA;
|
||||
/* 0x34BB */ u8 mCurrItemHeapIdx;
|
||||
/* 0x34BC */ u8 m34BC;
|
||||
/* 0x34BD */ u8 mReadyItemIdx; // Which of the three item buttons the player last used.
|
||||
/* 0x34BD */ u8 mReadyItemBtn; // Which of the three item buttons the player last used.
|
||||
/* 0x34BE */ u8 m34BE;
|
||||
/* 0x34BF */ s8 mReverb;
|
||||
/* 0x34C0 */ u8 mLeftHandIdx;
|
||||
|
||||
Reference in New Issue
Block a user