mirror of
https://github.com/zeldaret/tp
synced 2026-08-18 13:43:24 -04:00
d_a_e_yc OK (#2143)
This commit is contained in:
@@ -303,14 +303,14 @@ public:
|
||||
FLG2_PLAYER_SHADOW = 0x400,
|
||||
FLG2_UNK_200 = 0x200,
|
||||
FLG2_UNK_80 = 0x80,
|
||||
FLG2_UNK_40 = 0x40,
|
||||
FLG2_WOLF_ENEMY_HANG_BITE = 0x40,
|
||||
FLG2_WOLF_ENEMY_LEFT_THROW = 0x20,
|
||||
FLG2_UNK_10 = 0x10,
|
||||
FLG2_UNK_8 = 8,
|
||||
FLG2_UNK_2 = 2,
|
||||
FLG2_UNK_1 = 1,
|
||||
|
||||
FLG2_UNK_58 = FLG2_UNK_40 | FLG2_UNK_10 | FLG2_UNK_8,
|
||||
FLG2_UNK_58 = FLG2_WOLF_ENEMY_HANG_BITE | FLG2_UNK_10 | FLG2_UNK_8,
|
||||
FLG2_UNK_10000001 = FLG2_UNK_10000000 | FLG2_UNK_1,
|
||||
};
|
||||
|
||||
@@ -753,6 +753,8 @@ public:
|
||||
void onFogFade() { onNoResetFlg2(FLG2_UNK_4000); }
|
||||
BOOL checkStickArrowReset() const { return checkResetFlg0(RFLG0_UNK_1); }
|
||||
|
||||
void offWolfEnemyHangBite() { offNoResetFlg2(FLG2_WOLF_ENEMY_HANG_BITE); }
|
||||
|
||||
void setCanoeSlider() { mSpecialMode = 0x2D; }
|
||||
|
||||
void offCanoeSlider() {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
#ifndef D_CC_D_CC_UTY_H
|
||||
#define D_CC_D_CC_UTY_H
|
||||
|
||||
#include "d/com/d_com_inf_game.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class cCcD_Obj;
|
||||
class fopAc_ac_c;
|
||||
class Z2Creature;
|
||||
|
||||
enum dCcU_AtType {
|
||||
/* 0x01 */ HIT_TYPE_LINK_NORMAL_ATTACK = 1,
|
||||
|
||||
Reference in New Issue
Block a user