RPGHacker / asar

(Now) official repository of the SNES assembler Asar, originally created by Alcaro
Other
199 stars 42 forks source link

Include 'autoclean ...' lines in AddrToLineInfo #231

Closed spooonsss closed 2 years ago

spooonsss commented 2 years ago

Previously, lines that start with "autoclean" do not an entry in e.g. the .wla file's [addr-to-line mapping] section. This fixes that issue.

randomdude999 commented 2 years ago

good catch, thanks. i wonder if there are other commands that should emit addr-to-line info but don't... looks like db/dw/etc don't emit it, but i remember arguing with someone over whether they should or not, so i'll leave it up to others to decide