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
+1 -1
View File
@@ -299,7 +299,7 @@ s32 dBgS::GetRoomId(cBgS_PolyInfo& polyInfo) {
/* 800A0F88-800A111C .text ChkPolyHSStick__4dBgSFR13cBgS_PolyInfo */
u32 dBgS::ChkPolyHSStick(cBgS_PolyInfo& polyInfo) {
s32 bg_index = polyInfo.GetBgIndex();
s32 bg_index = (u16)polyInfo.GetBgIndex();
JUT_ASSERT(0x583, 0 <= bg_index && bg_index < 256);
if (!m_chk_element[bg_index].ChkUsed())
return FALSE;