From ebdc99b941e803b3b13beaa8ff76b009d71a9f56 Mon Sep 17 00:00:00 2001 From: Safyrus <54881649+Safyrus@users.noreply.github.com> Date: Sat, 2 Apr 2022 18:50:09 +0200 Subject: [PATCH] fix attribute in nmi --- asm/vector/nmi.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asm/vector/nmi.asm b/asm/vector/nmi.asm index f25f330..4fc549d 100644 --- a/asm/vector/nmi.asm +++ b/asm/vector/nmi.asm @@ -126,13 +126,13 @@ NMI: LDX #$00 @attribute_loop: ; send 1 byte - INX LDA attributes, X STA PPU_DATA + INX ; send another byte - INX LDA attributes, X STA PPU_DATA + INX ; loop CPX #$40 BNE @attribute_loop