Skip to content

Commit 85cf292

Browse files
committed
v0.03
1 parent 52a9f7b commit 85cf292

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.03 (future)
1+
0.03 (2018-12-11)
22
* Rolling and landing sound better fit the material
33
* Reduce clicking when sound channel turns off
44
* Show squash cel when landing (first of 12 principles of animation)

makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111

1212
# Used in the title of the zipfile and .gb executable
1313
title:=libbet
14-
version:=0.02
14+
version:=0.03
1515

1616
# Space-separated list of asm files without .z80 extension
1717
# (use a backslash to continue on the next line)
1818
objlist := header init \
1919
main floorvram floormodel statusbar instructions rolling \
2020
fade audio pitchtable \
2121
ppuclear pads unpb16 rand bcd metasprite vwfdraw vwf7 popslide
22-
pngfile := tilesets/Sukey.png
2322

2423
ifdef COMSPEC
2524
ifndef GBEMU

src/instructions.z80

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ pages_end:
125125
page1txt:
126126
db "Libbet and the",LF
127127
db "Magic Floor",LF
128-
db "v0.03wip (2018-12-02)",LF
128+
db "v0.03 (2018-12-11)",LF
129129
db LF
130130
db $82," 2002, 2012 Martin Korth",LF
131131
db $82," 2018 Damian Yerrick",LF

0 commit comments

Comments
 (0)