mirror of
https://github.com/zeldaret/ss
synced 2026-07-11 14:48:32 -04:00
symbols
This commit is contained in:
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user