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

Convert tilesets.s to C #1796

Merged
merged 2 commits into from
Oct 10, 2022
Merged

Conversation

GriffinRichards
Copy link
Member

NOTE: Porymap doesn't currently support this (working on that now). The plan is to keep supporting the old assembly format, so downstream conversion won't be necessary, but if someone would like to automate this feel free to provide a script. (Porymap could convert between the two data formats, but seeing as it can't automate the rest of the necessary changes I'm not sure that's a good idea).

The primary benefit of converting these to C is that changes to the Tileset struct will be enforced on the tileset header file, e.g. if someone adds a new field to Tileset it will be automatically included in every header, as opposed to having to manually update the file.

@GriffinRichards GriffinRichards changed the base branch from master to porymap-5 October 7, 2022 19:57
@GriffinRichards GriffinRichards marked this pull request as ready for review October 10, 2022 16:47
@GriffinRichards GriffinRichards merged commit bd023b1 into pret:porymap-5 Oct 10, 2022
@GriffinRichards GriffinRichards deleted the tilesets-c branch October 10, 2022 16:47
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

Successfully merging this pull request may close these issues.

1 participant