diff --git a/loader/samples/minexample/Makefile b/loader/samples/minexample/Makefile index 4356bd0..a82fee3 100644 --- a/loader/samples/minexample/Makefile +++ b/loader/samples/minexample/Makefile @@ -138,10 +138,10 @@ ZX0PRGS = \ falling_star.zx0.prg \ lilia.zx0.prg \ lilia_hero.zx0.prg \ - sky_scroll.zx0.prg + island.zx0.prg LZPRGS = \ - sky_scroll_map.lz.prg + island_map.lz.prg default: diskimage @@ -187,8 +187,8 @@ $(DISKIMAGE): $(ASSEMBLE) $(CC1541) $(ZX0PRGS) $(LZPRGS) -f "fallstar" -w falling_star.zx0.prg \ -f "lilia" -w lilia.zx0.prg \ -f "lilhero" -w lilia_hero.zx0.prg \ - -f "skyscr" -w sky_scroll.zx0.prg \ - -f "skyscrmap" -w sky_scroll_map.lz.prg \ + -f "island" -w island.zx0.prg \ + -f "islandmap" -w island_map.lz.prg \ $@ diff --git a/loader/samples/minexample/sky_scroll.bin b/loader/samples/minexample/island.bin similarity index 100% rename from loader/samples/minexample/sky_scroll.bin rename to loader/samples/minexample/island.bin diff --git a/loader/samples/minexample/sky_scroll_map.bin b/loader/samples/minexample/island_map.bin similarity index 100% rename from loader/samples/minexample/sky_scroll_map.bin rename to loader/samples/minexample/island_map.bin diff --git a/loader/samples/minexample/minexample.s b/loader/samples/minexample/minexample.s index f52b617..16bd582 100644 --- a/loader/samples/minexample/minexample.s +++ b/loader/samples/minexample/minexample.s @@ -514,12 +514,12 @@ part_9: ; $7800-$78ff tileset tile colors ; $7900-$79ff tileset CRAM colors ; $9000- compressed tilemap - ldx #skyscrname + ldx #islandname lda #$70 jsr load_8000_zx02 - ldx #skyscrmapname + ldx #islandmapname jsr loadraw ldx #0 ldy #$90 @@ -1269,8 +1269,8 @@ fieldname: .byte "field", 0 fallingstarname: .byte "fallstar", 0 lilianame: .byte "lilia", 0 liliaheroname: .byte "lilhero", 0 -skyscrname: .byte "skyscr", 0 -skyscrmapname: .byte "skyscrmap", 0 +islandname: .byte "island", 0 +islandmapname: .byte "islandmap", 0 darmtower_txt: