ultimate-research / ssbh_lib

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

Fix size_in_bytes for pad_after attribute #131

Closed ScanMountGoat closed 2 years ago

ScanMountGoat commented 2 years ago

Unlike alignment, padding is considered part of an object's size. This should be tested as part of the SsbhWrite test cases.