mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_a_npc_ks equivalent (#2481)
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
/* 0x5F8 */ s16 field_0x5f8;
|
||||
/* 0x5FA */ s16 field_0x5fa;
|
||||
/* 0x5FC */ s8 field_0x5fc;
|
||||
/* 0x5FD */ u8 field_0x5fd;
|
||||
/* 0x5FD */ s8 field_0x5fd;
|
||||
/* 0x5FE */ s16 field_0x5fe;
|
||||
/* 0x600 */ s16 field_0x600;
|
||||
/* 0x602 */ s16 field_0x602;
|
||||
@@ -88,7 +88,7 @@ public:
|
||||
/* 0x98C */ dCcD_Cyl field_0x98c;
|
||||
/* 0xAC8 */ u8 field_0xac8[0xaec - 0xac8];
|
||||
/* 0xAEC */ s8 field_0xaec;
|
||||
/* 0xAED */ u8 field_0xaed;
|
||||
/* 0xAED */ s8 field_0xaed;
|
||||
/* 0xAEE */ s16 field_0xaee;
|
||||
/* 0xAF0 */ s16 field_0xaf0;
|
||||
/* 0xAF4 */ dMsgFlow_c mMsgFlow;
|
||||
|
||||
@@ -1164,7 +1164,7 @@ public:
|
||||
void setGiantPuzzle() { mSpecialMode = SMODE_WOLF_PUZZLE; }
|
||||
void setGiantPuzzleEnd() { mSpecialMode = 0; }
|
||||
|
||||
BOOL checkAutoJumpStart() { return checkResetFlg0(RFLG0_UNK_100); }
|
||||
BOOL checkAutoJumpStart() const { return checkResetFlg0(RFLG0_UNK_100); }
|
||||
};
|
||||
|
||||
int daPy_addCalcShort(s16* param_0, s16 param_1, s16 param_2, s16 param_3, s16 param_4);
|
||||
|
||||
Reference in New Issue
Block a user