Fix for avoiding Arrghus/Zora splash GFX issues
This commit is contained in:
@@ -200,7 +200,7 @@ FreeUWGraphics:
|
||||
dw $8800>>1
|
||||
dw $8840>>1
|
||||
dw $8980>>1
|
||||
; dw $9960>>1 ; Arghuss Splash apparently
|
||||
dw $9960>>1 ; Arghuss Splash apparently
|
||||
dw $9C00>>1
|
||||
; dw $9CA0>>1
|
||||
dw $9DC0>>1
|
||||
@@ -321,6 +321,9 @@ DynamicOAMTileUW_thin:
|
||||
dw 0, 0 : db $4C, $00, $20, $00
|
||||
dw 0, 8 : db $5C, $00, $20, $00
|
||||
|
||||
dw 0, 0 : db $CB, $00, $20, $00
|
||||
dw 0, 8 : db $DB, $00, $20, $00
|
||||
|
||||
dw 0, 0 : db $E0, $00, $20, $00
|
||||
dw 0, 8 : db $F0, $00, $20, $00
|
||||
|
||||
@@ -348,6 +351,9 @@ DynamicOAMTileUW_full:
|
||||
dw -4, -1 : db $4C, $00, $20, $02
|
||||
dd 0, 0
|
||||
|
||||
dw -4, -1 : db $CB, $00, $20, $02
|
||||
dd 0, 0
|
||||
|
||||
dw -4, -1 : db $E0, $00, $20, $02
|
||||
dd 0, 0
|
||||
|
||||
@@ -428,3 +434,9 @@ ConditionalPushBlockTransfer:
|
||||
.return
|
||||
RTL
|
||||
|
||||
pushpc
|
||||
; fix Arghuss/Zora splash graphics
|
||||
org $068595
|
||||
db $E7, $E7, $E7, $E7, $E7, $C0, $C0
|
||||
pullpc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user