From a8c3d45ee8f9ff2405aee8db719be5b8ceaf0fcb Mon Sep 17 00:00:00 2001 From: Damian Yerrick Date: Wed, 20 Feb 2019 14:34:46 -0500 Subject: [PATCH] v0.04 --- CHANGES.txt | 21 ++++++--------------- makefile | 2 +- src/instructions.z80 | 2 +- 3 files changed, 8 insertions(+), 17 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f207ebd..777496a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/makefile b/makefile index bed6c84..90dd855 100644 --- a/makefile +++ b/makefile @@ -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) diff --git a/src/instructions.z80 b/src/instructions.z80 index eb1d31a..930aef3 100644 --- a/src/instructions.z80 +++ b/src/instructions.z80 @@ -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