1
0
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:
Simon Owen
2011-12-05 00:15:24 +00:00
parent e39c645aca
commit b63e0aeee3

View File

@ -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