This commit is contained in:
elijah-thomas774
2025-11-25 01:11:48 -05:00
parent 6052e667c6
commit dc82ce38db
4 changed files with 90 additions and 101 deletions
+1 -4
View File
@@ -216,9 +216,6 @@ public:
/** fn_572_4310 */
void transitionPushRoomFlags() const;
/** fn_572_4320 */
void fn_572_4320() const; // nop
/** fn_572_4430 */
bool transitionPullRoomFlags() const;
@@ -250,7 +247,7 @@ public:
void playInteractionLocked() const;
public:
s32 getType() const {
s32 getType() {
return getFromParams(0, 0x3F);
}
s32 getField_0x5B4() const {
+1 -1
View File
@@ -89,7 +89,7 @@ public:
mGroupType = m_tmpCtData.group_type;
}
u32 getFromParams(u8 shift, u32 mask) const {
u32 getFromParams(u8 shift, u32 mask) {
return (mParams >> shift) & mask;
}