Improve several almost-matching TUs (#2653)

This commit is contained in:
Max Roncace
2025-09-13 16:02:28 -04:00
committed by GitHub
parent 1bec780a36
commit d3d34b03bc
17 changed files with 405 additions and 412 deletions
+6 -6
View File
@@ -1890,10 +1890,10 @@ void vrkumo_move() {
if (filelist != NULL) {
sp2C = dStage_FileList_dt_SeaLevel(filelist);
#ifdef DEBUG
if (g_kankyoHIO.field_0xB4) {
sp2C = g_kankyoHIO.field_0xB8;
if (g_kankyoHIO.field_0x0b4) {
sp2C = g_kankyoHIO.field_0x0b8;
} else {
g_kankyoHIO.field_0xB8 = sp2C;
g_kankyoHIO.field_0x0b8 = sp2C;
}
#endif
}
@@ -4615,10 +4615,10 @@ void drawVrkumo(Mtx drawMtx, GXColor& color, u8** tex) {
sp70 = dStage_FileList_dt_SeaLevel(filelist);
#ifdef DEBUG
if (g_kankyoHIO.field_0xB4) {
sp70 = g_kankyoHIO.field_0xB8;
if (g_kankyoHIO.field_0x0b4) {
sp70 = g_kankyoHIO.field_0x0b8;
} else {
g_kankyoHIO.field_0xB8 = sp70;
g_kankyoHIO.field_0x0b8 = sp70;
}
#endif
}