diff --git a/artwork/shapes.asm b/artwork/shapes.asm index 1f54c19..e829bbf 100644 --- a/artwork/shapes.asm +++ b/artwork/shapes.asm @@ -142,10 +142,11 @@ ShapesTableH .by >ground_1 .by >ground_2 diff_object_gap ; min distance between obstacles by difficulty level - .by 18,17,15,13,11,9,8,7,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5 + .by 24,22,20,18,16,14,12,11,10,9,8,8,8,8,8,8,8,8,8,8,8,8,8 + ;.by 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8 ;----------vars---------- CloudHpos .by 0,0,0,0 diff_level .ds 1 -DinoJumpTr .by 1,2,3,4,4,3,2,1 -JumpLen = 7 +DinoJumpTr .by 1,2,3,4,4,4,3,2,1 +JumpLen = 8 .endif ; .IF *>0 diff --git a/dino.asm b/dino.asm index 5407814..e6ee810 100644 --- a/dino.asm +++ b/dino.asm @@ -128,6 +128,10 @@ WorldTable :WORLD_LENGTH+1 .byte 0 ; ground ;--------------------------------------------------- FirstSTART + mva #0 dmactls ; dark screen + mva #$ff portb + ; and wait one frame :) + waitRTC ; or waitRTC ? jsr ClearScreen jsr GenerateCharsets jsr GenerateClouds diff --git a/dino.xex b/dino.xex index eed0032..ff5b384 100644 Binary files a/dino.xex and b/dino.xex differ diff --git a/tdc.xex b/tdc.xex index 0fa333a..ca1a412 100644 Binary files a/tdc.xex and b/tdc.xex differ