diff --git a/res/work.po b/res/work.po index 577f8b9..2771b53 100644 Binary files a/res/work.po and b/res/work.po differ diff --git a/src/fizzledhgr.a b/src/fizzledhgr.a index 1504867..b110367 100644 --- a/src/fizzledhgr.a +++ b/src/fizzledhgr.a @@ -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