wfconfig.toml serves as a project-wide configuration file.
This section describes the cartridge header of the output .gba
file.
The following fields can affect execution, and thus should be configured correctly:
"official"
refers to the default logo data and shouldn't typically be changed.The following fields have no effect on execution and exist solely as metadata:
The following fields are meant for advanced users only. Don't touch these unless you're building custom hardware.
0
= handler at address 0x09FFC000
, 1
= handler at address 0x09FE2000
.This section configures the multiboot image packer.
false
to disable compression, or true
to enable compression. Compression allows both making executables smaller (and thus faster to load over the link cable) and fitting more data into the 256 KiB binary size limit.lzss
or aplib
.