mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 13:45:14 -04:00
Started work on pushable boxes (#32)
* Started work on pushable boxes * Minor fixes * Fix inlines * Comment GetHomeRoomNo
This commit is contained in:
@@ -166,7 +166,7 @@ void daItem_c::CreateInit() {
|
||||
}
|
||||
|
||||
mSwitchId = (fpcM_GetParam(this) & 0x00FF0000) >> 0x10;
|
||||
if (mSwitchId != 0xFF && i_fopAcM_isSwitch(this, mSwitchId)) {
|
||||
if (mSwitchId != 0xFF && fopAcM_isSwitch(this, mSwitchId)) {
|
||||
hide();
|
||||
mStatusFlags |= 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user