From c5638c0b6688b7a19e645985bea4fbb060fea685 Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 4 Dec 2016 22:18:14 -0800 Subject: [PATCH] Goddamn it that's how macros work ._. --- tic_tac.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tic_tac.asm b/tic_tac.asm index ba7a490..75145a1 100644 --- a/tic_tac.asm +++ b/tic_tac.asm @@ -9,7 +9,7 @@ ; it is fucktarded that this macro doesn't work properly with immediates ;ldx XCOUNT -ldx #$04 +ldx #XCOUNT lvl3\@: lda #$ff lvl2\@: @@ -204,7 +204,7 @@ lda #%10000001 ; enable NMI and joypads sta $4200 mainloop: - Spin_Loop + Spin_Loop $10 stz $2121 @@ -232,7 +232,7 @@ mainloop: ;lda #%00110000 ;sta $2105 - Spin_Loop + Spin_Loop $10 lda #0 sta $2121