├── LICENSE ├── classes_gd2.cpp ├── dump_functions.py ├── func_dump.txt ├── gd-rtti-thing.py ├── import_functions.py ├── merge_funcs.py └── reclass_util.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matcool/re-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /classes_gd2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matcool/re-scripts/HEAD/classes_gd2.cpp -------------------------------------------------------------------------------- /dump_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matcool/re-scripts/HEAD/dump_functions.py -------------------------------------------------------------------------------- /func_dump.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matcool/re-scripts/HEAD/func_dump.txt -------------------------------------------------------------------------------- /gd-rtti-thing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matcool/re-scripts/HEAD/gd-rtti-thing.py -------------------------------------------------------------------------------- /import_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matcool/re-scripts/HEAD/import_functions.py -------------------------------------------------------------------------------- /merge_funcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matcool/re-scripts/HEAD/merge_funcs.py -------------------------------------------------------------------------------- /reclass_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matcool/re-scripts/HEAD/reclass_util.py --------------------------------------------------------------------------------