d_a_himo3 (#873)

This commit is contained in:
Maide
2025-08-29 20:54:28 +01:00
committed by GitHub
parent f1dc07558c
commit e0da16f8c7
6 changed files with 808 additions and 52 deletions
+1 -1
View File
@@ -744,7 +744,7 @@ void bb_path_move(bb_class* i_this) {
i_this->unk_35E = i_this->ppd->m_num - 2;
}
if (i_this->ppd->m_nextID + 0 != 0xFFFF) {
if ((s32)i_this->ppd->m_nextID != 0xFFFF) {
i_this->ppd = dPath_GetRoomPath(i_this->ppd->m_nextID, fopAcM_GetRoomNo(a_this));
JUT_ASSERT(DEMO_SELECT(1476, 1479), i_this->ppd != NULL);
}