andrew-vant / romtool

A game-independent ROM editing tool
0 stars 0 forks source link

Add enum/reference display for int types #34

Open andrew-vant opened 8 years ago

andrew-vant commented 8 years ago

Frequently integers are an index to an element in a different table. It would be nice to be follow those references and output them as the name string of whatever they're referencing. Input should be able to take either the string or the integer.

This is difficult because fields do the loading but deref/reref needs to be done further up the chain.

andrew-vant commented 8 years ago

Static enums would be really good too -- and probably easier to implement.