mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 15:28:38 -04:00
dBgS: Decomp dBgS_PolyPassChk::ChkNoHorse
The only querying function within the poly pass interface.
This commit is contained in:
@@ -83,11 +83,11 @@ void dBgS_PolyPassChk::SetHorse() {
|
||||
mHorse = true;
|
||||
}
|
||||
|
||||
// ChkNoHorse__16dBgS_PolyPassChkFv
|
||||
// dBgS_PolyPassChk::ChkNoHorse(void)
|
||||
asm bool dBgS_PolyPassChk::ChkNoHorse() {
|
||||
nofralloc
|
||||
#include "d/d_bg/d_bg_s/polypass/asm/func_80078F04.s"
|
||||
bool dBgS_PolyPassChk::ChkNoHorse() {
|
||||
if (mObject || mCamera || mLink || mArrow || mBomb || mBoomerang || mRope || mUnderwaterRoof) {
|
||||
return true;
|
||||
}
|
||||
return !mHorse;
|
||||
}
|
||||
|
||||
void dBgS_PolyPassChk::SetStatue() {
|
||||
|
||||
Reference in New Issue
Block a user