mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 06:34:45 -04:00
d_a_tag_etc minor cleanup
This commit is contained in:
@@ -273,8 +273,8 @@ public:
|
||||
void calcFlyingTimer() {}
|
||||
void checkBitEffectStatus(u8) {}
|
||||
void checkStatus(u32) {}
|
||||
u8 checkStatusCamTagIn() { return cLib_checkBit(m30F0, 0x20UL); }
|
||||
void checkStatusFly() {}
|
||||
bool checkStatusCamTagIn() { return cLib_checkBit(m30F0, 0x20UL); }
|
||||
bool checkStatusFly() { return cLib_checkBit(m30F0, 0x10UL); }
|
||||
void clearJntAng() {}
|
||||
void clearStatus() {}
|
||||
void clearStatus(u32) {}
|
||||
|
||||
Reference in New Issue
Block a user