diff --git a/07-biggar/a2scale.png b/07-biggar/a2scale.png index a021ab8..19f4aa1 100644 Binary files a/07-biggar/a2scale.png and b/07-biggar/a2scale.png differ diff --git a/CHANGES.txt b/CHANGES.txt index 3c66ddd..4fde074 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,10 @@ -0.06 (COVID-19) +0.06 (2020-07-03) * Widen squash in landing cel * Super Game Boy and Game Boy Color enhancement * Scroll to center between debrief and copyright notice * Code size optimizations -* Sketch Master System floor +* Sketch Master System and Apple II floors +* Document closest NES noise frequency to each GB frequency 0.05 (2019-11-13) * Fix first word of attract text after achievements and combo diff --git a/makefile b/makefile index 26cf2fb..2f87eb0 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ # Used in the title of the zipfile and .gb executable title:=libbet -version:=0.06wip +version:=0.06 # 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 835f271..0469243 100644 --- a/src/instructions.z80 +++ b/src/instructions.z80 @@ -178,7 +178,7 @@ pages_end: page1txt: db LF db "Libbet and the Magic Floor",LF - db "v0.06wip (2020-05-03)",LF + db "v0.06 (2020-07-03)",LF ; Row skipped because B=3 ; Can't cut 1 line here because "rearranging" and "passage" are so long db "One day, Libbet was",LF