diff --git a/CHANGES.txt b/CHANGES.txt index c769c59..f67e60c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,17 +1,18 @@ -Next +0.07 (2021-01-18) * Achievements: Don't get stuck if player earns "No scope" just before reaching the exit * Wall facelift: Add volume and top-to-bottom gradient to wall (suggested by Daid); remove shear on side walls (suggested by DragonDePlatino); define door frame (suggested by M-Tee); darken area outside floor on GBC -* Add a shade to Libbet's body +* Add a shade to the underside of Libbet's body * Floor: Larger dots on black tile (suggested by DragonDePlatino); larger flat areas on dark gray vent/grating tile moving detail to corners; square off corners (suggested by IRCWIP) -* Compute entire palette before copying it first frame (reported by - toxa) -* Speed up randomizer +* Compute entire GBC palette before copying it first frame (reported + by toxa) +* Switch to slightly faster random number generator +* Work around crash on boot related to STAT IRQ in VisualBoyAdvance * Document sprite sheet rectangle list syntax (requested by ISSOtm) * Switch from dedenter to RGBDS 0.4.0 indented local labels * Sketches: Widen character's shoulder straps; add 24x24 diff --git a/makefile b/makefile index 7c0e77a..d2eb8aa 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ # Used in the title of the zipfile and .gb executable title:=libbet -version:=0.07wip +version:=0.07 # 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 0469243..05bb5c0 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.06 (2020-07-03)",LF + db "v0.07 (2021-01-18)",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