- Improve doxygen @note styling
- Convert several entries of "Note:" to @note
- Fix incorrect link anchor for mac os security warning in faq
- Add some missing SDCC versions to older release notes
- Notes about explicit cast to printf, sprintf, etc
- Clarify set_*_submap x,y parameters
- Link hide_sprite, hide_sprites_range, HIDE_SPRITES
- Note VBK_REG is cgb only
- `bgb_emu.h` to `emu_debug.h`
- `BGB_*()` to `EMU_*()`
- add BGB_* aliases for EMU_ for backward compatibility
- convert bgb_emu.h to a shim for backward compatibility
There are small typos in:
- docs/pages/04_coding_guidelines.md
- docs/pages/docs_index.md
- gbdk-lib/examples/ap/gb-dtmf/gb-dtmf.c
- gbdk-lib/examples/ap/metasprites/metasprites.c
- gbdk-lib/examples/gb/gb-dtmf/gb-dtmf.c
- gbdk-lib/examples/gb/metasprites/metasprites.c
- gbdk-lib/examples/gg/metasprites/metasprites.c
- gbdk-lib/examples/sms/metasprites/metasprites.c
- gbdk-lib/libc/time.c
- gbdk-support/gbcompress/gbcompress.c
Fixes:
- Should read `updates` rather than `udpates`.
- Should read `following` rather than `followin`.
- Should read `processing` rather than `procesing`.
- Should read `large` rather than `larege`.
- Should read `documentation` rather than `documenation`.
- Should read `completely` rather than `completly`.
* Add info about const pointers and const vars
* Add entry discouraging users from #including .c files, use .h header files instead
* Categorize FAQ entries
* Add sound FX FAQ entry
* Add makebin mbc buffer-too-small FAQ entry
* joypad(): recommend toonly query once when checking multiple button states
* metasprites: recommend to clear remaining shadow_oam of sprites