diff options
author | Juan J. MartÃnez <jjm@usebox.net> | 2022-05-19 06:05:40 +0000 |
---|---|---|
committer | Juan J. MartÃnez <jjm@usebox.net> | 2022-05-19 06:05:40 +0000 |
commit | 978efe9ebb559134449bb2ecb2414bf5fe7e27c2 (patch) | |
tree | ca35c17d457a4ea9a799cb694d45fe07afa60155 /src/ubox/ubox_set_sprite_pat16_flip.z80 | |
parent | d9b276b534c40354ab381261f36ac826f2e4fa4a (diff) | |
parent | 9d1b4fd5192bb17d4fca1a88e66307a031d0615f (diff) | |
download | ubox-msx-lib-978efe9ebb559134449bb2ecb2414bf5fe7e27c2.tar.gz ubox-msx-lib-978efe9ebb559134449bb2ecb2414bf5fe7e27c2.zip |
Merge branch 'master' into 'master'
indentation: replaced spaces with tabs
See merge request reidrac/ubox-msx-lib!27
Diffstat (limited to 'src/ubox/ubox_set_sprite_pat16_flip.z80')
-rw-r--r-- | src/ubox/ubox_set_sprite_pat16_flip.z80 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ubox/ubox_set_sprite_pat16_flip.z80 b/src/ubox/ubox_set_sprite_pat16_flip.z80 index 5631808..52f4ab7 100644 --- a/src/ubox/ubox_set_sprite_pat16_flip.z80 +++ b/src/ubox/ubox_set_sprite_pat16_flip.z80 @@ -46,10 +46,10 @@ flip0: flip_and_copy: ld a, (de) ld c, a - rlca - rlca - xor c - and #0xaa + rlca + rlca + xor c + and #0xaa xor c ld c, a rlca |