mirror of
https://github.com/UzixLS/pacemuzx.git
synced 2025-07-19 07:11:20 +03:00
Fixed missing ADD, removed duplicate patch
- strip_1 was missing an address ADD, which may have caused additional tile drawing - removed duplicate ROM patch
This commit is contained in:
@ -286,7 +286,6 @@ patch_rom: ld a,&56 ; ED *56*
|
|||||||
ld (&3248),a
|
ld (&3248),a
|
||||||
|
|
||||||
ld a,1 ; start clearing at &5001, to avoid DIP overwrite
|
ld a,1 ; start clearing at &5001, to avoid DIP overwrite
|
||||||
ld (&2353),a
|
|
||||||
ld (&230c),a
|
ld (&230c),a
|
||||||
ld (&2353),a
|
ld (&2353),a
|
||||||
ld a,7 ; shorten block clear after start adjustment above
|
ld a,7 ; shorten block clear after start adjustment above
|
||||||
@ -1000,6 +999,7 @@ strip_0: ld b,6
|
|||||||
strip_1: ld b,5
|
strip_1: ld b,5
|
||||||
ld de,pac_chars+(32*(6))
|
ld de,pac_chars+(32*(6))
|
||||||
ld hl,bak_chars1-pac_footer
|
ld hl,bak_chars1-pac_footer
|
||||||
|
add hl,de
|
||||||
call tile_comp
|
call tile_comp
|
||||||
ld hl,bak_chars1
|
ld hl,bak_chars1
|
||||||
call do_score1
|
call do_score1
|
||||||
|
Reference in New Issue
Block a user