Goddamn it that's how macros work ._.

This commit is contained in:
greg 2016-12-04 22:18:14 -08:00
parent 313850ca84
commit c5638c0b66
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
; it is fucktarded that this macro doesn't work properly with immediates ; it is fucktarded that this macro doesn't work properly with immediates
;ldx XCOUNT ;ldx XCOUNT
ldx #$04 ldx #XCOUNT
lvl3\@: lvl3\@:
lda #$ff lda #$ff
lvl2\@: lvl2\@:
@ -204,7 +204,7 @@ lda #%10000001 ; enable NMI and joypads
sta $4200 sta $4200
mainloop: mainloop:
Spin_Loop Spin_Loop $10
stz $2121 stz $2121
@ -232,7 +232,7 @@ mainloop:
;lda #%00110000 ;lda #%00110000
;sta $2105 ;sta $2105
Spin_Loop Spin_Loop $10
lda #0 lda #0
sta $2121 sta $2121