mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-07 02:59:59 -04:00
d_a_bomb 100%, not matching
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user