Skip to content

Commit dfd3753

Browse files
committed
forest: Use .lbm as source asset
1 parent 2e0d4c6 commit dfd3753

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

FOREST/HILLBACK.CLX

-63.3 KB
Binary file not shown.

FOREST/HILLBACK.GIF

-35.6 KB
Binary file not shown.

FOREST/HILLBACK.LBM

-4.53 KB
Binary file not shown.

FOREST/READ2.PAS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ begin
117117
close(f);
118118

119119
for x := 0 to sizeof(fbuf) do if fbuf[x] > 0 then inc(fbuf[x],128);
120-
move(mem[seg(hback):ofs(hback)+10],pal,768);
121-
move(mem[seg(hback):ofs(hback)+778], mem[seg(hback):ofs(hback)], 64000);
120+
move(mem[seg(hback):ofs(hback)+16],pal,768);
121+
move(mem[seg(hback):ofs(hback)+784], mem[seg(hback):ofs(hback)], 64000);
122122
for x := 0 to 255 do setrgb(x,0,0,0);
123123
move(mem[seg(hback):ofs(hback)],mem[$a000:0],64000);
124124

@@ -222,4 +222,4 @@ begin
222222

223223

224224
until dis_exit or (frame = veke) or (quit = 1);
225-
end.
225+
end.

MAKEFILE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ stamps\forest.st:
120120
binobj pos1.dat pos1 posi1
121121
binobj pos2.dat pos2 posi2
122122
binobj pos3.dat pos3 posi3
123-
binobj hillback.clx hillback hback
123+
-..\util\lbm2u hillback.lbm hillback.uh
124+
binobj hillback.uh hillback hback
124125
bpc /m read2
125126
copy read2.exe ..\main\data\mntscrl.exe
126127
cd ..

0 commit comments

Comments
 (0)