Rename files
This commit is contained in:
parent
a640d58d08
commit
261f5c805e
|
|
@ -138,10 +138,10 @@ ZX0PRGS = \
|
||||||
falling_star.zx0.prg \
|
falling_star.zx0.prg \
|
||||||
lilia.zx0.prg \
|
lilia.zx0.prg \
|
||||||
lilia_hero.zx0.prg \
|
lilia_hero.zx0.prg \
|
||||||
sky_scroll.zx0.prg
|
island.zx0.prg
|
||||||
|
|
||||||
LZPRGS = \
|
LZPRGS = \
|
||||||
sky_scroll_map.lz.prg
|
island_map.lz.prg
|
||||||
|
|
||||||
|
|
||||||
default: diskimage
|
default: diskimage
|
||||||
|
|
@ -187,8 +187,8 @@ $(DISKIMAGE): $(ASSEMBLE) $(CC1541) $(ZX0PRGS) $(LZPRGS)
|
||||||
-f "fallstar" -w falling_star.zx0.prg \
|
-f "fallstar" -w falling_star.zx0.prg \
|
||||||
-f "lilia" -w lilia.zx0.prg \
|
-f "lilia" -w lilia.zx0.prg \
|
||||||
-f "lilhero" -w lilia_hero.zx0.prg \
|
-f "lilhero" -w lilia_hero.zx0.prg \
|
||||||
-f "skyscr" -w sky_scroll.zx0.prg \
|
-f "island" -w island.zx0.prg \
|
||||||
-f "skyscrmap" -w sky_scroll_map.lz.prg \
|
-f "islandmap" -w island_map.lz.prg \
|
||||||
$@
|
$@
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -514,12 +514,12 @@ part_9:
|
||||||
; $7800-$78ff tileset tile colors
|
; $7800-$78ff tileset tile colors
|
||||||
; $7900-$79ff tileset CRAM colors
|
; $7900-$79ff tileset CRAM colors
|
||||||
; $9000- compressed tilemap
|
; $9000- compressed tilemap
|
||||||
ldx #<skyscrname
|
ldx #<islandname
|
||||||
ldy #>skyscrname
|
ldy #>islandname
|
||||||
lda #$70
|
lda #$70
|
||||||
jsr load_8000_zx02
|
jsr load_8000_zx02
|
||||||
ldx #<skyscrmapname
|
ldx #<islandmapname
|
||||||
ldy #>skyscrmapname
|
ldy #>islandmapname
|
||||||
jsr loadraw
|
jsr loadraw
|
||||||
ldx #0
|
ldx #0
|
||||||
ldy #$90
|
ldy #$90
|
||||||
|
|
@ -1269,8 +1269,8 @@ fieldname: .byte "field", 0
|
||||||
fallingstarname: .byte "fallstar", 0
|
fallingstarname: .byte "fallstar", 0
|
||||||
lilianame: .byte "lilia", 0
|
lilianame: .byte "lilia", 0
|
||||||
liliaheroname: .byte "lilhero", 0
|
liliaheroname: .byte "lilhero", 0
|
||||||
skyscrname: .byte "skyscr", 0
|
islandname: .byte "island", 0
|
||||||
skyscrmapname: .byte "skyscrmap", 0
|
islandmapname: .byte "islandmap", 0
|
||||||
|
|
||||||
|
|
||||||
darmtower_txt:
|
darmtower_txt:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue