Match more player_main regalloc/stack/etc issues

This commit is contained in:
LagoLunatic
2025-05-08 23:00:19 -04:00
parent dbadb130a5
commit cbbd4c2dc0
17 changed files with 656 additions and 748 deletions
-8
View File
@@ -138,14 +138,6 @@ void cBgW::BlckConnect(u16* rwg, int* prev, int i_no) {
pm_rwg[*prev].next = -1;
}
inline bool cBgW_CheckBGround(f32 ny) {
return ny >= 0.5f;
}
inline bool cBgW_CheckBRoof(f32 ny) {
return ny < (-4.0f / 5.0f);
}
/* 80247A24-80247BF8 .text ClassifyPlane__4cBgWFv */
void cBgW::ClassifyPlane() {
if (pm_vtx_tbl == NULL)