v5.0.0
What's Changed
- Changed bit number naming convention
<REG>B_<NAME>
toB_<REG>_<NAME>
- Changed bit flag naming convention
<REG>F_<NAME>
to<REG>_<NAME>
- Unabbreviated some names, e.g.
SCRN
toSCREEN
andHBL
toHBLANK
- Added
LCDC_*
flag constants separate from flag values - Added
SPD_SINGLE
flag constant - Added
BG_*
constants for CGB-only BG tile attributes - Added hardware_compat.inc for backwards-compatibility aliases
- Deprecated
rSMBK
alias forrWBK
/rSVBK
Full Changelog: v4.12.0...v5.0.0