mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-15 12:27:32 +00:00
fix bank confusion in DecompressDHGR after refactoring other decompression routines
This commit is contained in:
@@ -99,8 +99,10 @@ DecompressInternal
|
||||
; $0200..$03CB clobbered by decompressor
|
||||
;------------------------------------------------------------------------------
|
||||
DecompressDHGR
|
||||
jsr DecompressHGR
|
||||
sta WRITEMAINMEM
|
||||
lda #$3F
|
||||
bit SHRRTS
|
||||
jsr DecompressInternal
|
||||
sta READAUXMEM
|
||||
lda #$60
|
||||
sta PageFrom+2
|
||||
lda #$40
|
||||
|
Reference in New Issue
Block a user