From 5b009762692f634fb754c2a9c34725449b242274 Mon Sep 17 00:00:00 2001 From: greg Date: Thu, 15 Dec 2016 20:14:46 -0800 Subject: [PATCH] Lol had a bug in the Load_Palette_Color --- my_custom.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my_custom.asm b/my_custom.asm index d4dacd6..ddd5dc1 100644 --- a/my_custom.asm +++ b/my_custom.asm @@ -35,8 +35,8 @@ stz $2121 lda #BYTE1 sta $2122 -;lda #BYTE2 -;sta $2122 +lda #BYTE2 +sta $2122 .ENDM