doldecomp / melee

A decompilation of Super Smash Bros Melee brought to you by a bunch of clever folks.
675 stars 71 forks source link

Add attribute values to comments #1461

Open AaronB-Hub opened 1 month ago

AaronB-Hub commented 1 month ago

We can look up the hardcoded values for attributes (char/item/stage/etc.) from the dat files. These could be added next to their variables in the C code for reference.

Note that values may change between versions.

ribbanya commented 1 month ago

Permalink to previous work: https://github.com/doldecomp/melee/blob/c39a95872829d80827947488e6aaa4f7b87bde8b/src/melee/it/itCommonItems.h#L96-L116

Not sure what's the best way to do this. One option is to create Doxygen tag(s) for DAT values.