hohav / peppi

Rust parser for Slippi SSBM replay files
MIT License
37 stars 9 forks source link

Change raw analog x type to reflect spec fix #37

Closed NickCondron closed 1 year ago

NickCondron commented 1 year ago

Fizzi made a quiet fix to the SPEC: https://github.com/project-slippi/slippi-wiki/commit/877d2f2722cabe2a63eb87bee448854f729c3ca5

This PR changes the code to have an accurate type for the raw analog x value

hohav commented 1 year ago

Could you rebase? The new frames_to_arrow test will need a small fix.

NickCondron commented 1 year ago

rebased w/ fix

hohav commented 1 year ago

Thanks!