tge-was-taken / Atlus-Script-Tools

A set of tools for working with scripts used in various game developed by Atlus.
GNU General Public License v3.0
65 stars 40 forks source link

Add Default Aliases To Libraries #88

Open AnimatedSwine37 opened 1 week ago

AnimatedSwine37 commented 1 week ago

This adds "default" aliases to all of the flowscript function libraries where real names have been set at some point. For example, if a function would've originally been called FUNCTION_0003 but is now SEL, I have added FUNCTION_0003 as an alias.

This is done automatically using the addAliases.py script which I've also updated to better handle things such as ignoring the games that had real names from the start like P5.

This is useful for allowing scripts that were decompiled using older libraries to continue to work.