fixes zelda oracles without breaking duke nukem or 007
This commit is contained in:
parent
943f67937c
commit
69991ad411
|
@ -234,7 +234,7 @@ void gbRenderLine()
|
|||
|
||||
if(y >= inUseRegister_WY) {
|
||||
|
||||
if (gbWindowLine>143)
|
||||
if ((gbWindowLine == -1) || (gbWindowLine>144))
|
||||
gbWindowLine = 0;
|
||||
|
||||
int wx = register_WX;
|
||||
|
|
Loading…
Reference in New Issue