Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for .lit4 section on PS2 #352

Closed
polybiusproxy opened this issue Feb 29, 2024 · 1 comment
Closed

Support for .lit4 section on PS2 #352

polybiusproxy opened this issue Feb 29, 2024 · 1 comment

Comments

@polybiusproxy
Copy link
Contributor

PS2 games seem to have a .lit4 section, which is basically .rodata but specifically for floats only.
splat does not have support for splitting this section, and thus it is not possible to decompile functions that use floats.

The .lit4 section seems to be after .rodata, and spimdisasm already seems to handle this section well: https://github.com/polybiusproxy/parappa2/blob/main/output/SCPS_150_.lit4.data.s

splat should be able to split this section the same way it does with .data and .rodata.

@AngheloAlf
Copy link
Collaborator

Fixed by #360

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants