Finally fixed that nasty sprite disappearing bug in certain games (eg. ToP, Lufia 2)
This commit is contained in:
@@ -53,7 +53,7 @@ EXTSYM bgptr,bgptrc,bgptrd,curtileptr,vcache2b
|
|||||||
EXTSYM vcache8b,vidmemch8
|
EXTSYM vcache8b,vidmemch8
|
||||||
EXTSYM offsetmshl
|
EXTSYM offsetmshl
|
||||||
EXTSYM tltype2b
|
EXTSYM tltype2b
|
||||||
EXTSYM tltype8b
|
EXTSYM tltype8b,objwlrpos
|
||||||
|
|
||||||
|
|
||||||
NEWSYM VCacheAsmStart
|
NEWSYM VCacheAsmStart
|
||||||
@@ -240,6 +240,7 @@ SaveRamSaved db 'SAVED SRAM DATA',0
|
|||||||
NEWSYM CSprWinPtr, dd 0
|
NEWSYM CSprWinPtr, dd 0
|
||||||
|
|
||||||
NEWSYM cachevideo
|
NEWSYM cachevideo
|
||||||
|
mov dword[objwlrpos],0FFFFFFFFh
|
||||||
mov dword[CSprWinPtr],0
|
mov dword[CSprWinPtr],0
|
||||||
mov byte[pressed],0
|
mov byte[pressed],0
|
||||||
mov dword[objvramadder],0
|
mov dword[objvramadder],0
|
||||||
|
|||||||
Reference in New Issue
Block a user