pret / pokecrystal

Disassembly of Pokémon Crystal
https://pret.github.io/pokecrystal/
2.08k stars 784 forks source link

Keep rgbdscheck.asm as backwards-compatible as possible #966

Closed Rangi42 closed 2 years ago

Rangi42 commented 2 years ago

Currently rgbds 0.5.2 prefers DEF syntax for constants, and will probably deprecate the non-DEF first-column syntax eventually. But until then, it's useful to have the old syntax in rgbdscheck.asm to give a sensible error message for as many old rgbds versions as possible.

rawr51919 commented 2 years ago

Should there only be the old syntax in there or can both syntaxes coexist as to prevent future errors?