The object names in the file list should be ordered alphabetically since we've come to the conclusion that Nintendo probably used a globber that links object in alphabetical order based on their names. For this reason I added the --check-object-ordering flag to tools/check a while ago. The idea is that this flag would be added to the "compile and verify" workflow to make sure that PRs don't break the alphabetical ordering when adding, removing or renaming splits. However the current file list has 70+ alphabetical ordering issues and these issues need to be fixed by coming up with new names for the objects that break the ordering before it can be enforced in a workflow
The object names in the file list should be ordered alphabetically since we've come to the conclusion that Nintendo probably used a globber that links object in alphabetical order based on their names. For this reason I added the
--check-object-orderingflag totools/checka while ago. The idea is that this flag would be added to the "compile and verify" workflow to make sure that PRs don't break the alphabetical ordering when adding, removing or renaming splits. However the current file list has 70+ alphabetical ordering issues and these issues need to be fixed by coming up with new names for the objects that break the ordering before it can be enforced in a workflow