d_a_tag_etc minor cleanup

This commit is contained in:
Jasper St. Pierre
2023-12-27 22:51:07 -08:00
parent 634470f6ee
commit 15e46fdca0
2 changed files with 5 additions and 8 deletions
+2 -2
View File
@@ -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) {}