You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
highlight.js hard-codes lists of RGBDS and hardware.inc symbols to be highlighted. Recent hardware.inc updates have added some symbols, and the planned 5.0 update (gbdev/hardware.inc#58) would change many of them.
Note that none of hardware.inc's B/F bit number/flag constants are actually currently used anywhere in Pan Docs (git grep -Pnw '[A-Z0-9]+[BF]_[A-Z0-9_]+'), so none of the documentation itself needs updating.