ethteck / splat

A binary splitting tool to assist with decompilation and modding projects
MIT License
149 stars 41 forks source link

`allow_duplicated` attribute for symbols #333

Closed AngheloAlf closed 5 months ago

AngheloAlf commented 5 months ago

Allows to specify specific symbols to not be checked if they have a duplicated name or vram address on the symbol_addrs file.

This way people can use duplicated names without turning off the whole duplicated checker.

This is required by af, which uses original symbols, and there are a few static ones that are duplicated, but we need splat to know their names for asset extraction.