kankyo / m_do_ext debug stuff (#2759)

* kankyo debug work

* finish draw packets
This commit is contained in:
TakaRikka
2025-10-27 20:55:46 -07:00
committed by GitHub
parent 577747e228
commit 73927f50a9
29 changed files with 4382 additions and 597 deletions
+3 -3
View File
@@ -101,10 +101,10 @@ static int daVrbox2_Draw(vrbox2_class* i_this) {
}
#ifdef DEBUG
if (g_kankyoHIO.field_0x0b4 != 0) {
var_f31 = g_kankyoHIO.field_0x0b8;
if (g_kankyoHIO.vrbox.field_0x14 != 0) {
var_f31 = g_kankyoHIO.vrbox.m_horizonHeight;
} else {
g_kankyoHIO.field_0x0b8 = var_f31;
g_kankyoHIO.vrbox.m_horizonHeight = var_f31;
}
#endif