pret / pokeplatinum

Decompilation of Pokémon Platinum
177 stars 61 forks source link

Use descriptive names for file entries in sub_seq.narc #198

Closed lhearachel closed 4 months ago

lhearachel commented 4 months ago

This makes use of a new feature in knarc 2.0 to specify an arbitrary file which describes the order of files within the generated archive.

Use of the NAIX header generated by knarc is limited in this PR to C sources. Some clean-up will of our constants-generation will be required to incorporate it into the ASM files (as there is a circular dependency).

Fixes #196