Closed Rangi42 closed 3 years ago
https://github.com/ISSOtm/rgbds-structs/blob/c6283099ad6080a193d34039cc0f01c62495ba22/structs.asm#L202 should be IF !DEF({NB_FIELDS}) in 0.5.0. (In 0.4.2 it would require a temporary EQUS for "!DEF({NB_FIELDS})".)
IF !DEF({NB_FIELDS})
EQUS
"!DEF({NB_FIELDS})"
https://github.com/ISSOtm/rgbds-structs/blob/c6283099ad6080a193d34039cc0f01c62495ba22/structs.asm#L202 should be
IF !DEF({NB_FIELDS})
in 0.5.0. (In 0.4.2 it would require a temporaryEQUS
for"!DEF({NB_FIELDS})"
.)