match some ai::Query

This commit is contained in:
theo3
2021-07-01 19:28:09 -07:00
parent 112c1f987d
commit 60dd80779a
53 changed files with 507 additions and 172 deletions
+2
View File
@@ -207,6 +207,8 @@ public:
void allowPaletteOverride();
float getWarpMistIntensity() const { return mWarpMistIntensity; }
protected:
void init_(sead::Heap* heap) override;
void calc_() override;
+1
View File
@@ -98,6 +98,7 @@ public:
BloodMoonForceMode getBloodMoonForceMode() const { return mBloodMoonForceMode; }
bool isPlayedDemo103Or997() const { return mPlayedDemo103Or997; }
bool isFindDungeonActivated() const { return mFindDungeonActivated; }
bool wasBloodyDayAndDayPassed() const { return mWasBloodyDayAndDayPassed; }
bool isResetGdtOnNextSceneUnloadForBloodMoon() const {
return mResetGdtOnNextSceneUnloadForBloodMoon;
}