Skip to content

Commit

Permalink
v0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
pinobatch committed Feb 20, 2019
1 parent 9e99eff commit a8c3d45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
21 changes: 6 additions & 15 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
0.04 (2019-02-xx)
0.04 (2019-02-20)
* A+B+Select+Start during gameplay to reset
* Combo counter shows number of tracks laid without hesitation
* Display achievements when they are earned:
- Completionist (100% on all floors)
- Sink it (reach 100% on a dead end)
- Dash for the door (reach 100% and do not retreat or hesitate
to the exit door)
- No scope (make a circle on the Control Pad during a jump)
- No peeking (make no invalid moves, and do not pause more than
1 second at a time from the first move to the exit)
- Restless (do not hesitate from the first move to the exit)
* Build-time option to make Restless easier by changing it to a
combo threshold
* Add achievements Completionist, Sink it, Dash for the door,
No scope, No peeking, Restless
* Display achievements in a window when they are earned
* Display floor scores and achievements after completing all 5 floors
* Popslide: Option to reduce maximum length of +32 runs and literals
to save ROM size
* Popslide: Option to limit length of +32 runs and literals to save
ROM size
* "Debughex" option to display a variable at runtime even on hardware
* Rules research: Confirm 92% chance of seeing a dead end in a game
* Docs: Add guide to encoding video with bgb
* 9540 bytes

0.03 (2018-12-11)
* Rolling and landing sound better fit the material
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Used in the title of the zipfile and .gb executable
title:=libbet
version:=wip
version:=0.04

# Space-separated list of asm files without .z80 extension
# (use a backslash to continue on the next line)
Expand Down
2 changes: 1 addition & 1 deletion src/instructions.z80
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ pages_end:
page1txt:
db LF
db "Libbet and the Magic Floor",LF
db "v0.04wip (2019-02-16)",LF
db "v0.04 (2019-02-20)",LF
; Row skipped because B=3
db COPR," 2002, 2012 Martin Korth",LF
db COPR," 2018, 2019 Damian Yerrick",LF
Expand Down

0 comments on commit a8c3d45

Please sign in to comment.