pret / pokecrystal

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

Comment `; unreferenced` not `; unused` on various unreferenced `db`s/`dw`s #1124

Open Rangi42 opened 1 month ago

Rangi42 commented 1 month ago

Sometimes a db or dw will be floating around, between actual functions/data, totally unreferenced. We've had a convention of commenting ; unused on these, but ; unreferenced would be more accurate.

Note that some of these are sort of referenced, e.g. when they're in the middle of a data structure or table, and some code does depend on them being there.