Skip to content

Commit

Permalink
v0.03
Browse files Browse the repository at this point in the history
  • Loading branch information
pinobatch committed Dec 11, 2018
1 parent 52a9f7b commit 85cf292
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.03 (future)
0.03 (2018-12-11)
* Rolling and landing sound better fit the material
* Reduce clicking when sound channel turns off
* Show squash cel when landing (first of 12 principles of animation)
Expand Down
3 changes: 1 addition & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@

# Used in the title of the zipfile and .gb executable
title:=libbet
version:=0.02
version:=0.03

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

ifdef COMSPEC
ifndef GBEMU
Expand Down
2 changes: 1 addition & 1 deletion src/instructions.z80
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pages_end:
page1txt:
db "Libbet and the",LF
db "Magic Floor",LF
db "v0.03wip (2018-12-02)",LF
db "v0.03 (2018-12-11)",LF
db LF
db $82," 2002, 2012 Martin Korth",LF
db $82," 2018 Damian Yerrick",LF
Expand Down

0 comments on commit 85cf292

Please sign in to comment.