Work on d_a_tag_wljump (#351)

This commit is contained in:
hatal175
2023-06-23 08:34:19 -06:00
committed by GitHub
parent 9ba4267e6f
commit 22059e57b7
13 changed files with 281 additions and 284 deletions
+2
View File
@@ -176,6 +176,7 @@ private:
class daMidna_c;
class daPy_py_c;
inline daPy_py_c* dComIfGp_getLinkPlayer();
inline BOOL i_dComIfGs_isEventBit(const u16);
class daPy_py_c : public fopAc_ac_c {
public:
@@ -788,6 +789,7 @@ public:
inline static BOOL i_checkNowWolf() { return dComIfGp_getLinkPlayer()->i_checkWolf(); }
inline bool checkZoraWearFlg() const;
inline bool checkMagicArmorWearFlg() const;
inline static BOOL i_checkFirstMidnaDemo() { return i_dComIfGs_isEventBit(0xc10); }
static daMidna_c* getMidnaActor() { return m_midnaActor; }