fixes zelda oracles without breaking duke nukem or 007

This commit is contained in:
squall-leonhart 2013-09-19 03:24:22 +00:00
parent 943f67937c
commit 69991ad411
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ void gbRenderLine()
if(y >= inUseRegister_WY) {
if (gbWindowLine>143)
if ((gbWindowLine == -1) || (gbWindowLine>144))
gbWindowLine = 0;
int wx = register_WX;