d_a_bomb 100%, not matching

This commit is contained in:
LagoLunatic
2023-12-28 23:27:49 -05:00
parent e57d4cebd3
commit 97c76bce9b
12 changed files with 214 additions and 129 deletions
@@ -41,8 +41,8 @@ public:
virtual ~cBgS_PolyInfo() {}
s32 GetPolyIndex() const { return mPolyIndex; }
u16 GetBgIndex() const { return mBgIndex; }
int GetPolyIndex() const { return mPolyIndex; }
int GetBgIndex() const { return mBgIndex; }
bool ChkSetInfo() const {
if (mPolyIndex == 0xFFFF || mBgIndex == 0x100) {
return false;