diff --git a/src/print_player.S b/src/print_player.S index 8c7b276..38e0a1b 100644 --- a/src/print_player.S +++ b/src/print_player.S @@ -51,6 +51,8 @@ dec_h: mov R24, page3 rcall Tx mov R24, page4 + ldi R27, 0x80 + or R24, R27 rcall Tx dec _col brne loop_columns @@ -66,4 +68,4 @@ player_sprite: .byte 0xc0, 0xff ; Column 5 .byte 0xa0, 0x0f ; Column 6 .byte 0xe0, 0x02 ; Column 7 -.byte 0xc0, 0x00 ; Column 8 \ No newline at end of file +.byte 0xc0, 0x00 ; Column 8