Match sub_803EF90, introduce WINDOW_DUMMY macro

This commit is contained in:
DizzyEggg
2025-02-27 15:21:08 +01:00
parent fbf7c511c4
commit fee9f2f208
10 changed files with 300 additions and 535 deletions
+2 -6
View File
@@ -168,12 +168,8 @@ static EWRAM_INIT Windows sUnknown_203B198 = {
.unk0 = 0x40,
.type = WINDOW_TYPE_7,
},
[2] = {
.type = WINDOW_TYPE_NORMAL,
},
[3] = {
.type = WINDOW_TYPE_NORMAL,
}
[2] = WINDOW_DUMMY,
[3] = WINDOW_DUMMY,
}
};