Generate RGBDS `sym` files.
Closed this issue · 1 comments
Lokathor commented
These files give a list of symbol names and symbol addresses, so that a debugger or other tool can render appropriate labels.
Lokathor commented
Actually, for as long as we intend to only output asm in text form, which we'll then send to rgbasm, then we don't need do emit a sym file, since rgbasm will do that.