updated samples, show after first copy

This commit is contained in:
4am
2018-03-15 22:56:15 -04:00
parent 060d07ee77
commit 3dbc9db268
2 changed files with 9 additions and 8 deletions
BIN
View File
Binary file not shown.
+9 -8
View File
@@ -5,14 +5,6 @@
; (currently taken care of in dhrslide.system.a)
;
Fizzle
;graphics mode
sta $c00d
sta $c057
sta $c052
sta $c050
sta $c05e
;init RNG
ldx #1
@@ -79,5 +71,14 @@ rndval1 lda #0
cmp #1
bne -
;graphics mode
sta $c00d
sta $c057
sta $c054
sta $c052
sta $c050
sta $c05e
fizzledone
rts