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.
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 nowSEL
, I have addedFUNCTION_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.