fixes zelda oracles without breaking duke nukem or 007
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1206 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
0a52749627
commit
2c25c47cb9
|
@ -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