mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-26 21:34:47 -04:00
Match sub_803EF90, introduce WINDOW_DUMMY macro
This commit is contained in:
+2
-6
@@ -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,
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user