Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 08:13

New minor release! Note that this increases the minimum RGBDS version requirement to 0.9.0.

  • It is now possible to define “shortcuts”, using RGBASM 0.9.0's new multi-byte charmap feature! For example:
    ; Old and icky
    db "<SET_COLOR>",1,"Q<SET_COLOR>",0,"werty"
    ; New hotness
    db "<COLOR1>Q<COLOR3>werty"
  • Many new debug checks have been added, powered by debugfile.inc. This should help troubleshooting integration mistakes, or—god forbid!—bugs in gb-vwf.

👉️ For more detailed usage instructions, please see the wiki, or the demo.

Full Changelog: v2.0.1...v2.1.0

Download font_encoder 2.1.0

File Platform Checksum
font_encoder-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
font_encoder-x86_64-apple-darwin.tar.xz Intel macOS checksum
font_encoder-x86_64-pc-windows-msvc.zip x64 Windows checksum
font_encoder-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum