ultimate-research / ssbh_lib

Reading and writing SSBH file formats in Rust
MIT License
8 stars 3 forks source link

Add NLST format #150

Closed ThatNintendoNerd closed 1 year ago

ThatNintendoNerd commented 1 year ago

The NLST file format is part of the SSBH family and comes from Taiko no Tatsujin: Rhythm Festival. It is the most simple SSBH format to date, storing a single SsbhArray of type SsbhString. File samples can be provided upon request, but the test cases of reading and writing one to two file names in the array resulted in binary-identical file outputs.

ScanMountGoat commented 1 year ago

Looks good. Any HBSS/SSBH file formats are fine to include in ssbh_lib.