Fixed Pilotwing's landscape

This commit is contained in:
zsknight
2001-04-26 03:40:00 +00:00
parent 54225398c5
commit 669bbb2da1

View File

@@ -1411,6 +1411,11 @@ NEWSYM headerhack
mov dword[WindowDisables],0
mov byte[ClearScreenSkip],0
cmp byte[DSP1Type],0
je .notdis
mov byte[disablehdma],1
.notdis
; Here are the individual game hacks. Some of these probably can
; be removed since many of them were created very early in ZSNES
; development.