second: more work on intro
BIN
demos/second/part01_intropan/graphics/ships1.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
demos/second/part01_intropan/graphics/ships10.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
demos/second/part01_intropan/graphics/ships11.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
demos/second/part01_intropan/graphics/ships2.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
demos/second/part01_intropan/graphics/ships3.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
demos/second/part01_intropan/graphics/ships4.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
demos/second/part01_intropan/graphics/ships5.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
demos/second/part01_intropan/graphics/ships6.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
demos/second/part01_intropan/graphics/ships7.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
demos/second/part01_intropan/graphics/ships8.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
demos/second/part01_intropan/graphics/ships9.png
Normal file
After Width: | Height: | Size: 28 KiB |
@ -12,7 +12,7 @@ pan_loop:
|
||||
|
||||
pan_outer_outer_loop:
|
||||
|
||||
ldx #191
|
||||
ldx #175
|
||||
pan_outer_loop:
|
||||
|
||||
; $2000 ; 0010 -> 0100 0011 -> 0101
|
||||
@ -121,7 +121,7 @@ pil_smc9:
|
||||
ldx XSAVE
|
||||
|
||||
dex
|
||||
cpx #$ff
|
||||
cpx #15 ; #$ff
|
||||
; bne pan_outer_loop
|
||||
beq done_pan_outer_loop
|
||||
jmp pan_outer_loop
|
||||
|