diff --git a/demos/trogdor/trogdor.s b/demos/trogdor/trogdor.s index c5db02a9..2da6f2ea 100644 --- a/demos/trogdor/trogdor.s +++ b/demos/trogdor/trogdor.s @@ -370,7 +370,7 @@ scroll_down_in_loop: lda #20 jsr wait_ticks - +; TODO ;====================================== ; draw SCENE 8 ;====================================== @@ -393,6 +393,7 @@ scroll_down_in_loop: lda #20 jsr wait_ticks +; TODO: flames ;====================================== ; draw SCENE 9 @@ -401,6 +402,7 @@ scroll_down_in_loop: ; big peasant head scrolling in right to left (also going down?) ; roughly 60 frames +; TODO: big peasant head ;====================================== ; draw SCENE 10 @@ -417,6 +419,8 @@ scroll_down_in_loop: lda #$60 jsr zx02_full_decomp +; TODO: fix copy + lda #$60 jsr hgr_copy_magnify @@ -442,6 +446,8 @@ up_down_animate: ; L3 L1 ; then wait 25 frames +; TODO: peasant drawing + ;====================================== ; draw SCENE 12 ;====================================== @@ -492,6 +498,8 @@ scroll_in_loop2: ; cottage, 5 frames ; overall: DCUC DCUC DC +; TODO + ;====================================== ; draw SCENE 14 ;====================================== @@ -499,6 +507,8 @@ scroll_in_loop2: ; 60 frames as cottage comes in upside down from top ; 6 frames of that +; TODO + ;====================================== ; draw SCENE 15 ;====================================== @@ -507,13 +517,13 @@ scroll_in_loop2: ; peasant 5 ; countryside 5 ; cottage 5 - ; trogdor really zoom + ; trogdor really zoom ; trogdor normal zoom ; trogdor intermediate zoom ; trogdor regular ; low flames ; high flames 1/2 - +; TODO ;====================================== ; draw SCENE 16 ;======================================