Goddamn it that's how macros work ._.
This commit is contained in:
parent
313850ca84
commit
c5638c0b66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user